Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fault_fragment_info.ilist is not set in dr_siginfo_t #6687

Open
jackgallagher-arm opened this issue Mar 1, 2024 · 0 comments
Open

fault_fragment_info.ilist is not set in dr_siginfo_t #6687

jackgallagher-arm opened this issue Mar 1, 2024 · 0 comments

Comments

@jackgallagher-arm
Copy link
Collaborator

send_signal_to_client() creates a dr_siginfo_t but does not initialise fault_fragment_info.ilist member so it contains garbage data when the dr_siginfo_t is passed to the client callback.

If possible this should be set to the actual ilist for the fragment but we need to at least initialise the field to NULL.

jackgallagher-arm added a commit that referenced this issue Mar 1, 2024
It looks like when the ilist member was added to
dr_fault_fragment_info_t, send_signal_to_client() was not updated to
set it.

Issue: #6687
jackgallagher-arm added a commit that referenced this issue Mar 4, 2024
It looks like when the ilist member was added to
dr_fault_fragment_info_t, send_signal_to_client() was not updated to set
it.

Issue: #6687
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant