-
Notifications
You must be signed in to change notification settings - Fork 6
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
Use snprintf #6
Comments
Can you be more specific? What can overflow? |
Line 29 in 9c3fc24
|
Hm, Ok, so far so good, but each of the hex values can have only 4 charackters, so together this is 1+4+1+4+1=11. This should fit. |
However, you are right: The new gcc version produces a lot of warnings about probably bad coding style... This could eventully be fixed. However the code works anyways, and since it is rather old, this would probably not be wirth the effort. But If you like, you could make a patch. |
gfalist/gfalist.c
Line 32 in 9c3fc24
The text was updated successfully, but these errors were encountered: