Menu

#627 readelf: review error paths in the code

RELEASE_1_0
new
None
readelf
2025-01-03
2025-01-03
No

We have helper functions in the code that signal errors by returning sentinel values (e.g., get_lnct_path() returns NULL in the event it cannot parse DWARF data). However, the callers of these helper functions are not always checking for error returns.

Rework the code to be more robust.

Discussion


Log in to post a comment.

MongoDB Logo MongoDB