<div dir="ltr">BSS sections are *expected* to claim a larger size than is actually<br>present in the file. Unlike program headers which have two different<br>size fields for the memory and file sizes, sections headers only have<br>one size field, so we're using the right field; we just need to ignore<br>it for our overflow checking purposes.<br>---<br> toys/posix/file.c | 1 +<br> 1 file changed, 1 insertion(+)<br></div>