]> git.kaiwu.me - njs.git/commit
Fixed integer overflow in njs_typed_array_constructor().
authorDmitry Volyntsev <xeioex@nginx.com>
Thu, 9 Jan 2020 12:54:52 +0000 (15:54 +0300)
committerDmitry Volyntsev <xeioex@nginx.com>
Thu, 9 Jan 2020 12:54:52 +0000 (15:54 +0300)
commitabb6e94f8b6e18cb7ea9ea7f09cdd2a96650df0b
tree28c63b576b26cba1dec1f5ea4ad02f7e5600c969
parent785b55644b69c411ca493399c76c24f785017b9f
Fixed integer overflow in njs_typed_array_constructor().

Found by Coverity (CID 1457371).
src/njs_typed_array.c