commit | 54170537281d2d29ddc57d1117548b7a323cb4de | [log] [tgz] |
---|---|---|
author | Dmitry Volyntsev <xeioex@nginx.com> | Sat Jun 11 00:15:49 2022 -0700 |
committer | Dmitry Volyntsev <xeioex@nginx.com> | Sat Jun 11 00:15:49 2022 -0700 |
tree | d6fc8840e966cdff0e76e0c0e46f06de0251da06 | |
parent | 60c2119ddd4de4e9dc296bc7b9da0d687f51cfa9 [diff] |
Fixed njs_array_convert_to_slow_array(). Previously, the function might free invalid pointer, as array->start is not always points to the beginning of allocated memory block. This closes #540 issue on Github.