Fix three cases of comparing pointer to zero char #1915

Merged
merged 1 commit into from Feb 20, 2017

Conversation

Projects
None yet
2 participants
Collaborator

spbnick commented Feb 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.

@spbnick spbnick Fix three cases of comparing pointer to zero char
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.
86097a7

@alandekok 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