]> git.kaiwu.me - njs.git/commit
Fixed integer-overflow in Date() constructor.
authorDmitry Volyntsev <xeioex@nginx.com>
Fri, 28 Feb 2020 16:39:13 +0000 (19:39 +0300)
committerDmitry Volyntsev <xeioex@nginx.com>
Fri, 28 Feb 2020 16:39:13 +0000 (19:39 +0300)
commit9e6880e777acf759dc23ebaac63e0971fea05037
tree9db6a78e033c4749998f1424fa4d4d63ac46f7e2
parent6c8f9f6267a3da0535affe9ca3292264e9948425
Fixed integer-overflow in Date() constructor.

Found by UndefinedBehaviorSanitizer.
src/njs_date.c
src/test/njs_unit_test.c