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
sstrickl
changed the title
[CP] Please add descriptive title for the pick here
[CP] Merge fix for dynamic table in separate debugging ELF files
Sep 29, 2021
commit(s) to merge: d16ad3d
merge instructions: merges cleanly into
origin/stable
What is the issue: Dynamic table in separate debugging information ELF file has invalid relocated addresses when segments are loaded into memory.
What is the fix: NOBITS sections, which have no file content to load into segments, are now ordered in segments after sections that do have content.
Why cherrypick: The bad dynamic table information impacts tools that handle the separate debugging information like Sentry.
Risk: None.
Link to original issue(s): #47289
/cc @kevmoo @mit-mit @whesse @athomas @vsmenon @devoncarew
The text was updated successfully, but these errors were encountered: