diff options
author | Andreas Cadhalpun <[email protected]> | 2016-01-05 13:05:50 +0100 |
---|---|---|
committer | Anton Khirnov <[email protected]> | 2016-01-07 08:20:21 +0100 |
commit | fa463aa83a4920b0eed47ad1f79775dfc53d21ec (patch) | |
tree | 4a32cb244b819c4041020a20f67d9c6c4004f184 /tests/checkasm/checkasm.c | |
parent | 066281372d90d63ca021b659abcb8faefd6bc4a6 (diff) |
avpacket: fix size check in packet_alloc
The previous check only caught sizes from -AV_INPUT_BUFFER_PADDING_SIZE
to -1.
This fixes ubsan runtime error: signed integer overflow: 2147483647 + 32
cannot be represented in type 'int'
Signed-off-by: Andreas Cadhalpun <[email protected]>
Signed-off-by: Anton Khirnov <[email protected]>
Diffstat (limited to 'tests/checkasm/checkasm.c')
0 files changed, 0 insertions, 0 deletions