]> git.kaiwu.me - njs.git/commit
Fixed hash collision for empty string key.
authorArtem S. Povalyukhin <artem.povaluhin@gmail.com>
Thu, 21 Nov 2019 19:31:14 +0000 (22:31 +0300)
committerArtem S. Povalyukhin <artem.povaluhin@gmail.com>
Thu, 21 Nov 2019 19:31:14 +0000 (22:31 +0300)
commitffbc446e3b338c784c345b9340f2eccf6359ddab
tree7d0124c7f63d410f5ee550f5a5d515ae921e3dbc
parent4366f456d108eed543eff624425ebce06696e2b8
Fixed hash collision for empty string key.

The issue was introduced in 10a19a2e1d4f.
src/njs_object.c
src/njs_object.h
src/njs_value.h
src/test/njs_unit_test.c