Added overrun protection
This commit is contained in:
parent
d6c0eaf3de
commit
dc0a7572f7
3 changed files with 29 additions and 2 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue