[x264-devel] [PATCH] Fix free of invalid pointer for tune tmpvalue.
Klaue, Jirka
Jirka.Klaue at eads.net
Fri Jun 11 12:15:23 CEST 2010
> >> It's probably related to some relatively recent glibc or gcc change
> >> (bug?), but I don't follow the changes too closely.
> >
> > I'm pretty sure char is always 8 bits.
>
> POSIX requires 8-bit char, but not C. However, sizeof(char) is 1 by
> definition.
And CHAR_BIT (limits.h) will tell you how man bits are in a char.
I'd be surprised, if its not 8.
Jirka
More information about the x264-devel
mailing list