Missing check of returned pointer #4608
pantoss-torstone
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was looking at the code to resolve an issue I was having and happened to come across the code at
librdkafka/src/rdkafka_broker.c
Line 4785 in 95a542c
Shouldn't it check that the returned pointer is not null before using it?
Beta Was this translation helpful? Give feedback.
All reactions