Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
opusinfo: Silence GCC 12 compiler warning
src/opusinfo.c: In function 'check_xiph_comment': src/opusinfo.c:297:32: warning: argument 1 range [18446744072098938880, 18446744073709551615] exceeds maximum object size 9223372036854775807 [-Walloc-size-larger-than=] 297 | data=(unsigned char *)malloc(data_sz*sizeof(*data)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- Loading branch information