]> Kevux Git Server - fll/commit
Security: memory leak due to using _new instead of _resize
authorKevin Day <thekevinday@gmail.com>
Sat, 18 Jul 2020 05:08:58 +0000 (00:08 -0500)
committerKevin Day <thekevinday@gmail.com>
Sat, 18 Jul 2020 21:10:42 +0000 (16:10 -0500)
commit2ed4858254369f8ca4d37f897bd0ac770ffe53c0
tree5f1ba353dbac5a94fb8c4b258790982e7252e2f8
parent9c7941a9b6350aea421dceb06a5f2cdc666f620c
Security: memory leak due to using _new instead of _resize

The array may already be initialized, so use the resize macro instead of the new macro.
level_0/f_path/c/private-path.c