Debian Patches

Status for liquid-dsp/1.5.0-2

Patch Description Author Forwarded Bugs Origin Last update
fix-soname Fix SONAME setting for the shared library Upstream introduced a versioned SONAME, however the makefile still called the
linker with the generic libliquid.so name as the argument for -soname. Fix that
and the installation of the file, and don't create the files with the software
release number.
Andreas Bombe <aeb@debian.org> no 2023-01-05
fix-bessel-array-out-of-bounds Fix out-of-bounds array write in src/filter/src/bessel.c The bessel_azpkf() function receives a pointer to a poles array with
length of the filter order _n. It then proceeds to call
fpoly_bessel_roots() with the same array pointer, but with _n+1. The
roots function assumes there are _n+1 elements in the array and write
one element past the original array.
.
Use a temporary array for the roots function and copy the data out
afterwards.
Andreas Bombe <aeb@debian.org> no 2023-01-11

All known versions for source package 'liquid-dsp'

Links