Azure / azure-uamqp-c

AMQP library for C
Other
58 stars 62 forks source link

Fix potential null pointer dereference #455

Closed szsam closed 6 months ago

szsam commented 7 months ago

Move dereference of message_with_callback inside the if block that checks the pointer is non-null.

ewertons commented 6 months ago

Excellent, @szsam , thank you for updating the branch!