Azure / azure-uamqp-c

AMQP library for C
Other
58 stars 62 forks source link

Potential missing check for null for a call to singlylinkedlist_item_get_value #431

Open szsam opened 1 year ago

szsam commented 1 year ago

The result of this call to singlylinkedlist_item_get_value is not checked for null, but 97% of calls to singlylinkedlist_item_get_value check for null. https://github.com/Azure/azure-uamqp-c/blob/fce194c98326f08f9de9b26ad5f35712a91c46c0/src/amqp_management.c#L369