-
Bug
-
Resolution: Fixed
-
Medium
-
Code Generation Tools
-
CODEGEN-8073
-
-
-
default
When there are more than 0xffff sections involved in a link, the linker may write the data for one of those sections to the start of the generated executable file, clobbering the header file information and corrupting the executable file. The resulting executable file will not be readable by any ELF-reading utility or debugger. Programs with that many sections are rare.