aboutsummaryrefslogtreecommitdiffstats
path: root/src/apk_package.h
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2018-10-05 09:45:02 +0300
committerTimo Teräs <timo.teras@iki.fi>2018-10-05 09:45:02 +0300
commit40ffdfe623c73c3fdba15fd24bd05d206eff7aad (patch)
treec5d46f41827bdb9c25ac4a84de775351760317c0 /src/apk_package.h
parent0e3be0fd4a0ff8a373b2f8fc7a2a4da0687cb885 (diff)
apk: fix all_options array size off-by-one
merge_options() will write one more entry to the options table which is the end-of-table indicator. Allocate memory for it too. valgrind did not pick it up due to being in stack; changing alloca to malloc would make valgrind notice the issue too. Reported-by: Mobile Stream <info@mobile-stream.com>
Diffstat (limited to 'src/apk_package.h')
0 files changed, 0 insertions, 0 deletions