Skip to content

m_suppressed pointers need to be initialized earlier#1184

Merged
mattpag merged 1 commit intodevfrom
fix-invalid-free
Aug 2, 2018
Merged

m_suppressed pointers need to be initialized earlier#1184
mattpag merged 1 commit intodevfrom
fix-invalid-free

Conversation

@mattpag
Copy link
Contributor

@mattpag mattpag commented Aug 2, 2018

In scap_open_offline_int(), m_suppressed_{pids,tids} must be initialized before any call to scap_close(), otherwise we will try to free junk data.

In scap_open_offline_int(), m_suppressed_{pids,tids} must
be initialized before any call to scap_close(), otherwise
we will try to free junk data.
@mattpag mattpag requested a review from mstemm August 2, 2018 14:24
@mattpag mattpag merged commit 6437870 into dev Aug 2, 2018
@mattpag mattpag deleted the fix-invalid-free branch August 2, 2018 15:06
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

Successfully merging this pull request may close these issues.

2 participants