Unverified Commit 06c9c99a authored by Arunprasad Rajkumar's avatar Arunprasad Rajkumar Committed by GitHub
Browse files

Fix stack pointer access while cleaning up resources on exit (#592)



We track resources likes semaphore and queue into a global array and
deallocate the non freed objects using exit handler. The array tracking
these resources uses pointers, which could inadvertently track resource
handles allocated from the stack.

Signed-off-by: default avatarArunprasad Rajkumar <ar.arunprasad@gmail.com>
parent 76265897
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment