[Non-BE] Resolve "ASAN: stack-buffer-overflow in OSBA_ISM1_PlanarFOA decoding to BINAURAL"
requested to merge 1012-asan-stack-buffer-overflow-in-osba_ism1_planarfoa-decoding-to-binaural into main
- Related issues: #1012 (closed), #1013 (closed)
- Requested reviewers:
Reason why this change is needed
The JBM flush function still uses a local output buffer with not enough channels for the combined formats.
Description of the change
Use the global output buffer also in the JBM flush function
Affected operating points
- Describe here as well as possible what operating points are affected and how
- Produced bitstream is BE compared to previous state (no encoder change).
Related to #1012 (closed)
Edited by bayers