-
Notifications
You must be signed in to change notification settings - Fork 901
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Removed usage of strcpy
to enhance security of the client
#1745
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me.
strcpy
strcpy
to enhance security of the client
7e4c40b
to
897e63e
Compare
|
||
v2.4.1 is a maintenance release with the following fixes and enhancements: | ||
|
||
- Removed usage of `strcpy` to enhance security of the client (#1745) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Given we're saying this, please remove also the usage in confluent_kafka.c
so we don't have other occurrences
…py use from there as well.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks Pranav! Approved
No description provided.