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
Low priority issue since most signal handlers are quite simple and I can just analyze them manually, but it would be nice to have.
Ideally SOAAP would look at the function pointers passed to signal() and sigaction() and treat those as reachable functions. For now just treating any function pointer passed there as reachable should be fine, replacement of signal handlers could be omitted for now.
For now adding an annotation to the signal handlers (e.g. __soaap_signal_handler()) would also be fine but then we don't see those set inside other libraries.
The text was updated successfully, but these errors were encountered:
Low priority issue since most signal handlers are quite simple and I can just analyze them manually, but it would be nice to have.
Ideally SOAAP would look at the function pointers passed to
signal()
andsigaction()
and treat those as reachable functions. For now just treating any function pointer passed there as reachable should be fine, replacement of signal handlers could be omitted for now.For now adding an annotation to the signal handlers (e.g.
__soaap_signal_handler()
) would also be fine but then we don't see those set inside other libraries.The text was updated successfully, but these errors were encountered: