Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Fix three cases of comparing pointer to zero char #1915
+3
−3
Conversation
alandekok
merged commit 1263ca6
into FreeRADIUS:v3.0.x
Feb 20, 2017
1 check passed
continuous-integration/travis-ci/pr
The Travis CI build passed
Details
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
spbnick commentedFeb 20, 2017
Fix three cases of comparing pointer to a zero character, where pointers
were apparently intended to be dereferenced first and then compared.
Found with the help of GCC 7 warnings.