Closed emasab closed 1 month ago
:tada: All Contributor License Agreements have been signed. Ready to merge.
Please push an empty commit if you would like to re-run the checks to verify CLA status for all contributors.
Closing and reopening from an internal branch #4876
Closes: #4649. When retrieving offset metadata, if the binary value contained zeros and librdkafka was configured with
strndup
, part of the buffer after first zero contained uninitialized data instead of rest of metadata. Solved by avoiding to usestrndup
for copying metadata. Happens since: 0.9.0