audiofile
audiofile copied to clipboard
Audio File Library
This will be required for upcoming gcc and clang versions. Reference: https://archives.gentoo.org/gentoo-dev/message/dd9f2d3082b8b6f8dfbccb0639e6e240
Can you please roll a new release with all these security fixes?
decoding the attached audio file results in audio artifacts (noisy). i assume a bug in the decoding, any hints? [feedback_positive.aifc.zip](https://github.com/mpruett/audiofile/files/8897703/feedback_positive.aifc.zip)
There exists one Memory-leak bug in printfileinfo, in printinfo.c, which allows an attacker to leak the address of heap or libc via a crafted file. To reproduce with the attached...
When `make -j1 -C docs` is used everything is fine ```console Making all in docs make[2]: *** No rule to make target 'afIdentifyNamedFD.3', needed by 'all-am'. Stop. make[2]: *** Waiting...
Looks like test suite is using some non-public symbols and it fails on linking when source code is configured with `--disable-static` and LTO is used. ```console /usr/bin/make UnitTests make[3]: Entering...
Getting this on Fedora 34 when building as follows: ``` git clone [email protected]:mpruett/audiofile.git cd audiofile ./autogen.sh make ``` Installed the following packages to get this far: ``` dnf install alsa-lib-devel...
There exists one NULL pointer dereference bug in ulaw2linear_buf, in G711.cpp, which allows an attacker to cause a denial of service via a crafted file. To reproduce with the attached...
Fixes some minor warnings I noticed when running the autogen script. Should make the process a bit less cluttered in the logs.
Sorry about the renaming of `UUID` to `af_UUID`, but unfortunately `UUID` is just one of those symbols that is all over the Windows SDK. Renaming it is probably the easiest...