ao-tools: Fix buffer overflow in lib/ao-hex.c
authorKeith Packard <keithp@keithp.com>
Wed, 28 Dec 2022 05:31:38 +0000 (21:31 -0800)
committerKeith Packard <keithp@keithp.com>
Wed, 28 Dec 2022 05:31:38 +0000 (21:31 -0800)
commit95d39febfa9b6c6f2696fb1b47cf72aa808ec7c9
treee316a7cdbe51ca86ad9ef08e379385da25c9cdd9
parent08f13d3301bfcf9a5b9b566df4ffd4ed33f236d0
ao-tools: Fix buffer overflow in lib/ao-hex.c

ao_hex_file_create allocated a buffer too short when writing EOF.

Signed-off-by: Keith Packard <keithp@keithp.com>
ao-tools/lib/ao-hex.c