Brad King ab629e28f3 BUG: Do not use 'char' type as array subscript
This converts uses of 'char' as an array subscript to 'unsigned char' to
heed the warning from gcc.  The subscript must be an unsigned type to
avoid indexing before the beginning of the array.  This change avoids a
potential crash if input text contains a byte value beyond 0x7f.
2009-02-17 11:53:57 -05:00
..
2009-02-17 00:01:06 -05:00
2009-02-10 08:51:15 -05:00
2007-07-27 10:55:24 -04:00
2007-07-27 10:55:24 -04:00
2009-02-10 17:25:20 -05:00
2007-09-24 11:16:13 -04:00
2007-07-27 10:55:24 -04:00
2008-10-03 08:16:37 -04:00
2007-07-20 08:36:16 -04:00
2009-02-16 13:56:04 -05:00
2008-05-20 12:15:40 -04:00
2009-01-23 12:20:09 -05:00
2008-08-25 10:31:29 -04:00
2008-08-25 10:31:29 -04:00
2008-08-25 10:31:29 -04:00
2007-07-30 21:38:50 -04:00
2007-07-26 14:36:06 -04:00