Add API for freeing pushover messages
To prevent UAF bugs, use double indirection to set the pointer to NULL
if the message was dynamically allocated.
In order to know whether to free the pushover_message_t object itself,
add a 64-bit wide flags member to the object.
Signed-off-by:
Shawn Webb <shawn.webb@hardenedbsd.org>
Please register or sign in to comment