Fix undefined behaviour around system_allocator, issue #133.

This commit is contained in:
Meredith L. Patterson 2015-08-02 21:32:47 +02:00
parent 0653a9e48a
commit 1ffd8d9276
12 changed files with 104 additions and 25 deletions

View file

@ -282,6 +282,7 @@ struct HBitWriter_ {
// of used bits in the current byte. i.e., 0 always
// means that 8 bits are available for use.
char flags;
char error;
};
// }}}