-
- Downloads
When a struct ends with char a[1], the size of all earlier members of the...
When a struct ends with char a[1], the size of all earlier members of the struct is _not_ sizeof(st)-1; compilers add alignment. Problem spotted by rovv. Backport candidate. svn:r16302
Please register or sign in to comment