]> git.kaiwu.me - njs.git/commit
Fixed integer-overflow in String.prototype.concat().
authorAlexander Borisov <alexander.borisov@nginx.com>
Tue, 21 May 2019 17:45:42 +0000 (20:45 +0300)
committerAlexander Borisov <alexander.borisov@nginx.com>
Tue, 21 May 2019 17:45:42 +0000 (20:45 +0300)
commit611e08a38747e9ca79d5311061fba2a4338528c7
tree88ba10f806ee0acff9da5e9d7b84fe88809a8fde
parenta5097469e4a9f6e2b7949599b91ccb66f9498d64
Fixed integer-overflow in String.prototype.concat().

This closes #159 issue on GitHub.
njs/njs_string.c
njs/njs_string.h
njs/test/njs_unit_test.c