Fix sprintf that should be snprintf
Fix sprintf that should be snprintf
Fix compilation with GCC 15
Fix missing prototypes
Fix variables declared with implicit int type
Fix -fno-common problems
Fix build with GCC 15
A better fix is just to change the type of l to socklen_t: https://offog.org/git/garstow/media/libcddb/patches/gcc-15.diff The pointer cast will silently give the wrong behaviour if the types aren't the same (and strictly it's UB in modern C).
Fix compilation with GCC 15
Fix incorrect prototype for attr_read
Add Audio category to .desktop file.
Bump version to 1.5.1rc1.
Version 1.5.0.
Refresh translation files.
Update NEWS.
Don't use a LASH internal function.
Use g_malloc_n instead of g_malloc where possible.
Fix memory leak in plugin_new.
Remove unused variables and dead stores.
Remove some commented-out code.
Close the ALSA sequencer when exiting.
Rework rack save/load code to avoid type errors.
Add .gitignore.
Update COPYRIGHT_MESSAGE based on Git history.
Remove GNOME 2 support.
Make the rack file parser more robust.
Use zlib for reading and writing rack files.
Use pkg-config to find lrdf.
Add libraries directly to LIBS and CFLAGS.
Make libxml2 mandatory.
Don't use deprecated gtk_set_locale after GTK+ 2.24.
Remove the "Compiled with:" message.
Correct prototypes in plugin_desc.h.
Sort filename lists in Makefile.am files.
Modernise configure.ac.
Update gettext infrastructure to 0.25.1.
Add the GPLv2 version of COPYING.
I ran into this as well, building with -D_FORTIFY_SOURCE=3 - it's because the snprintf calls in giftext.c that write into AsciiForm have the length set as 3 rather than 2. Here's a patch.
ftdi timings wrong with FT232RL
Ahh - the original code from zynAddSubFX was only working by accident! If it's trying to get the opaque value (which makes sense given the test above), it should have been looking at node->child->value.opaque; it happened to work because value.element.name will occupy the same place in the union. So my mxmlGetElement is wrong; it should be mxmlGetOpaque. Updated patch attached...
Fix XMLwrapper.cpp for mxml 3
Improvements to some Coverity fixes
Don't dereference an uninitialised pointer
Avoid a NULL pointer dereference
Explicitly initialise two more static pointers
The 2.6.2 release has the same problem -- you need to add gerbv.ru.1.in.po to EXTRA_DIST...
inverse() in runarray.in should use delete[], not delete
jack-rack needs to link against libm and libdl.
Test 172 fails after Feburary 1st 2014