Azure / azure-uamqp-c

AMQP library for C
Other
60 stars 63 forks source link

Fix double free in cbs in case a failure in message sender prevents callback to reach cbs.c #398

Closed ewertons closed 3 years ago

ewertons commented 3 years ago

This bug was detected using fuzzing tests.

Root cause:

Note: there are no unit tests for message_sender.c, so no tests were updated or added.