ittiam-systems / libxaac

Extended HE AAC Encoder and Decoder
Apache License 2.0
38 stars 6 forks source link

Fix for Heap-buffer-overflow in Codec__decodeXAACStream #85

Closed ShashankPathmudi closed 3 months ago

ShashankPathmudi commented 3 months ago

These changes fix the Heap-buffer-overflow in Codec__decodeXAACStream runtime error caused due to unsupported frame length type configuration for LATM streams.

Bug: ossFuzz:67767 Test: poc in bug

Testing: [x] All previous fuzzer crashes are tested. No crash observed. [x] CTS and Conformance for msvs, x86, x86_64, armv7 and armv8 are passing.