Comment # 2
on bug 10491
from Pascal Quantin
The bug does not come from an issue with the buffer size computation (which is
correct) but from a regression introduced when we centralized the 7 bits
GSM/ASCII decoding in case the bit offset is not byte aligned. The first
characters are not inserted in the output buffer, leading at the end to too
many characters being read from the input buffer.
I'm surprised that no one noticed this before...
You are receiving this mail because:
- You are watching all bug changes.