15 May 2013 14:00
Stack Protector
Hi, I've just cloned repo from GitHub and tried to build dynamic library (Win32 DLL) using mingw32 under MacOSX. The build fails due to unresolved symbols pointing at the stack protector. I tried to force -fno-stack-protector flag during ./configure, but the "-fstack-protector" follows in the CFLAGS cancelling the previous setting. The 1.0.25 version from tar.gz builds fine. I've seen Erik's post on devel list for FLAC library about adding a configure switch to disable stack protector. Is something like this planned also for the new release of libsndfile? And another quick question. I just run into a malformed mono WAV file. It it's PEAK chunk it has too many records - 6 pairs (value, position) instead of one. Is there any way to know libsndfile to go on with reading as far as possible discarding all non-critical chunks? Regards, Bartosz
RSS Feed