You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bug Description:
When loading ELF executables with NOTE-type sections at the beginning, the note data is loaded into the address space which causes a shift in the address calculations for the following PROGBITS sections and duplicate symbols are created throughout the code section.
Steps To Reproduce:
Please provide all steps required to reproduce the behavior:
Load the attached bonding.ko linux-armv7 kernel module executable and observe the duplicate functions that are created at the wrong offsets.
Expected Behavior:
The NOTE sections should not be loaded into the address space and cause a shift in the address calculations of the rest of the PROGBITS sections.
Version and Platform (required):
Bug Description:
When loading ELF executables with NOTE-type sections at the beginning, the note data is loaded into the address space which causes a shift in the address calculations for the following PROGBITS sections and duplicate symbols are created throughout the code section.
Steps To Reproduce:
Please provide all steps required to reproduce the behavior:
Expected Behavior:
The NOTE sections should not be loaded into the address space and cause a shift in the address calculations of the rest of the PROGBITS sections.
Screenshots/Video Recording:

Binary:
bonding.zip
Additional Information:
Please add any other context about the problem here.
The text was updated successfully, but these errors were encountered: