]> git.kaiwu.me - njs.git/commit
Fixed open byte overread in decodeURI() and decodeURIComponent().
authorDmitry Volyntsev <xeioex@nginx.com>
Fri, 7 Jun 2024 06:10:12 +0000 (23:10 -0700)
committerDmitry Volyntsev <xeioexception@gmail.com>
Mon, 10 Jun 2024 21:49:46 +0000 (14:49 -0700)
commite9f8cdfa139d6bbf7d7855e7e197f27a43486998
tree16d913a6ed9bbb798b90ad1ad3846c49ea5548b8
parent00e996b698a856c9447a7c614b605a8c96c56a67
Fixed open byte overread in decodeURI() and decodeURIComponent().

Found by OSS-Fuzz and MemorySanitizer.
src/njs_string.c
src/test/njs_unit_test.c