Throwing exception of 'std::bad_alloc' in Bento4/Source/C++/Core/Ap4DataBuffer.cpp:210 ### Environment: Distributor ID: Ubuntu Description: Ubuntu 24.04.1 LTS Release: 24.04 ### Compiler: Ubuntu clang version 14.0.6 Target: x86_64-pc-linux-gnu Thread model: posix ### Compiling: ```bash mkdir build && cd build cmake .. make ``` ### Version: commit 3bdc891602d19789b8e8626e4a3e613a937b4d35 ### PoCfile: Unzip the following file. [poc.zip](https://github.com/user-attachments/files/21029363/poc.zip) ### Behavior: ```bash ./mp42hevc poc/bento4_009.poc /dev/null ``` Output: ``` terminate called after throwing an instance of 'std::bad_alloc' what(): std::bad_alloc ```