]> git.kaiwu.me - njs.git/commit
Fixed integer overflow in Date.parse().
authorDmitry Volyntsev <xeioex@nginx.com>
Sat, 8 Jun 2024 05:58:53 +0000 (22:58 -0700)
committerDmitry Volyntsev <xeioexception@gmail.com>
Mon, 10 Jun 2024 22:56:37 +0000 (15:56 -0700)
commit5ab25988c13a2fc5a970b72ab6fdf636a2980533
tree6c43d235996cc66bc912a4f2591d9fd19f6243ad
parent9ade27b0f52bacb928d26dd970ff9e08c16bbef8
Fixed integer overflow in Date.parse().

Found by OSS-Fuzz and UndefinedSanitizer.
src/njs_date.c
src/test/njs_unit_test.c