https://sourceware.org/bugzilla/show_bug.cgi?id=29100
--- Comment #2 from yguoaz at gmail dot com --- (In reply to Alan Modra from comment #1) > The calculation would need to overflow a size_t, not an int. Hi, sizeof(size_t) == sizeof(int) may hold in certain platforms (e.g., a 32 bit machine). In that case, the overflow will happen and the size will wrap to a small value. -- You are receiving this mail because: You are on the CC list for the bug.