alsa-tools/ld10k1/src
Takashi Iwai 125498519d Fix bitops to be 64bit clean
A patch from bug#1343:

On all 64bit systems (the easiest example is amd64) ld10k1 crashes on
use by lo10k1, some debugging tracked down the problem fairly quickly.

The bitops functions (set_bit and associated) that ld10k1 use come from
the linux kernel, and assume that longs are 32bit only, causing a buffer
overflow of the bit buffer.

The attached patch fixes the bitops to be independent of the size of
longs, and is confirmed to fix the bug on my box.

Zephaniah E. Hull.
2005-08-18 13:01:56 +00:00
..
bitops.h Fix bitops to be 64bit clean 2005-08-18 13:01:56 +00:00
comm.c Add ld10k1 tool 2005-03-18 13:40:44 +00:00
dl10k1.c Add ld10k1 tool 2005-03-18 13:40:44 +00:00
ld10k1.c Add ld10k1 tool 2005-03-18 13:40:44 +00:00
ld10k1.h Add ld10k1 tool 2005-03-18 13:40:44 +00:00
ld10k1_debug.c Add ld10k1 tool 2005-03-18 13:40:44 +00:00
ld10k1_debug.h Add ld10k1 tool 2005-03-18 13:40:44 +00:00
ld10k1_driver.c Add ld10k1 tool 2005-03-18 13:40:44 +00:00
ld10k1_driver.h Add ld10k1 tool 2005-03-18 13:40:44 +00:00
ld10k1_dump.c Add ld10k1 tool 2005-03-18 13:40:44 +00:00
ld10k1_dump.h Add ld10k1 tool 2005-03-18 13:40:44 +00:00
ld10k1_dump_file.h Add ld10k1 tool 2005-03-18 13:40:44 +00:00
ld10k1_fnc.c Various fixes to ld10k1 2005-06-03 12:30:46 +00:00
ld10k1_fnc1.c Fix uninitialized variable 2005-05-24 16:53:10 +00:00
ld10k1_fnc1.h Add ld10k1 tool 2005-03-18 13:40:44 +00:00
ld10k1_fnc_int.h Add ld10k1 tool 2005-03-18 13:40:44 +00:00
ld10k1_mixer.c Add ld10k1 tool 2005-03-18 13:40:44 +00:00
ld10k1_mixer.h Add ld10k1 tool 2005-03-18 13:40:44 +00:00
ld10k1_tram.c Add ld10k1 tool 2005-03-18 13:40:44 +00:00
ld10k1_tram.h Add ld10k1 tool 2005-03-18 13:40:44 +00:00
liblo10k1.c Various fixes to ld10k1 2005-06-03 12:30:46 +00:00
liblo10k1ef.c Various fixes to ld10k1 2005-06-03 12:30:46 +00:00
liblo10k1lf.c Add ld10k1 tool 2005-03-18 13:40:44 +00:00
lo10k1.c Various fixes to ld10k1 2005-06-03 12:30:46 +00:00
Makefile.am Fix handling of $CFLAGS and $LIBS 2005-05-17 16:10:38 +00:00