Joost Peters 91ee8e1c10 Quick-Fix for the OOB access in RNC decoder.
Obviously this should be fixed in the decoder itself,
but for some reason I couldn't get it to work in a short period of time.
(before every offending READ_UINT16(), I had a call to function that was like this: "if ((_srcPtr - _startPtr) >= _packLen) { _srcPtr -= 2; }", note that _srcPtr is the current position in the buffer, _startPos is the starting position of the buffer and _packLen is the (supposed?) size.
but I would still get "Invalid Read of 2" with this in Valgrind ..maybe someone knows what I did wrong?)

svn-id: r9050
2003-07-16 13:55:18 +00:00
..
2003-03-05 19:16:43 +00:00
2003-07-02 01:46:25 +00:00
2003-07-07 00:14:16 +00:00
2003-07-12 05:26:23 +00:00
2003-05-14 21:25:03 +00:00
2003-07-05 02:52:11 +00:00
2003-07-12 02:07:37 +00:00
2003-07-06 22:50:37 +00:00
2003-07-06 22:50:37 +00:00
2003-06-09 02:33:27 +00:00
2003-06-02 09:35:08 +00:00
2003-07-12 15:21:34 +00:00