Go to file
Joshua C. Colp 292540b472 build: Fix warning under modern GCC.
The mpglib library had some fun code to clear
out the remainder of an array. This tripped
up the array bounds check.

This change makes the code just go through the
array until it reaches the end, instead.

ASTERISK-29687
ASTERISK-29712

Change-Id: Ib4f636409fe58d31ead3bd3f958cd74c087b892d
2022-03-29 12:22:17 -03:00
common.c Import mp3 lib used by format_mp3 2010-08-03 18:17:14 +00:00
dct64_i386.c Import mp3 lib used by format_mp3 2010-08-03 18:17:14 +00:00
decode_i386.c Import mp3 lib used by format_mp3 2010-08-03 18:17:14 +00:00
decode_ntom.c Import mp3 lib used by format_mp3 2010-08-03 18:17:14 +00:00
huffman.h Import mp3 lib used by format_mp3 2010-08-03 18:17:14 +00:00
interface.c Apply free()/ast_free() wrapper define for MALLOC_DEBUG support. 2014-09-26 15:56:47 +00:00
layer3.c build: Fix warning under modern GCC. 2022-03-29 12:22:17 -03:00
Makefile Import mp3 lib used by format_mp3 2010-08-03 18:17:14 +00:00
mpg123.h Import mp3 lib used by format_mp3 2010-08-03 18:17:14 +00:00
mpglib.h Import mp3 lib used by format_mp3 2010-08-03 18:17:14 +00:00
MPGLIB_README Import mp3 lib used by format_mp3 2010-08-03 18:17:14 +00:00
MPGLIB_TODO Import mp3 lib used by format_mp3 2010-08-03 18:17:14 +00:00
README Import mp3 lib used by format_mp3 2010-08-03 18:17:14 +00:00
tabinit.c Import mp3 lib used by format_mp3 2010-08-03 18:17:14 +00:00