Hi,
The second loop in osmo_revbytebits_buf() in
src/bits.c grabs 4 bytes
each iteration, which can easily go past the supplied input in some
cases. Compiled with -fstack-protector , I get a "stack smashing detected"
in the bits test.
nice catch. Applied.
Cheers,
Sylvain