On Tue, Oct 15, 2019 at 10:34:57AM +0200, Juan Quintela wrote: > Peter Xu <pet...@redhat.com> wrote: > > It was "int" and used as 32bits fields (see save_section_header()). > > It's unsafe already because sizeof(int) could be 2 on i386, > > i386 is 32bits, so int is 32bits O:-)
Right it should be 16 bits systems. And yes I don't think we need to consider that! :) -- Peter Xu