librdkafka icon indicating copy to clipboard operation
librdkafka copied to clipboard

Fix double free as reported by address sanitize that can cause a crash

Open arches-andy opened this issue 1 year ago • 2 comments

Fix double free as reported by address sanitize that causes a crash when deleting the memory a second time if it is already being used between the deletes. Easily reproduced by causing an error like sending in a bad topic.

arches-andy avatar Feb 06 '24 21:02 arches-andy

CLA assistant check
All committers have signed the CLA.

cla-assistant[bot] avatar Feb 06 '24 21:02 cla-assistant[bot]

Updated comments.

arches-andy avatar Apr 05 '24 13:04 arches-andy