44328fcfbe23332cccf2e50b7a8cf23a69adad24 |
|
05-Feb-2012 |
Kris <Kris.De.Gussem@hotmail.com> |
cppchecktells us: Using signed char type as array index. If the value can be greater than 127 there will be a buffer overflow (because of sign extension).
-> treating symptoms (pointer conversion and error in case of issues) rather than disease (correct reading from beginning; prevented by string routines not accepting unsigned chars) |