Added overrun protection

This commit is contained in:
Dan Hirsch 2012-05-10 14:32:11 +01:00
parent d6c0eaf3de
commit dc0a7572f7
3 changed files with 29 additions and 2 deletions

View file

@ -41,6 +41,7 @@ typedef struct input_stream {
size_t length;
char bit_offset;
char endianness;
char overrun;
} input_stream_t;
typedef struct parse_state {