Fix three cases of comparing pointer to zero char
authorNikolai Kondrashov <Nikolai.Kondrashov@redhat.com>
Mon, 20 Feb 2017 13:04:06 +0000 (14:04 +0100)
committerNikolai Kondrashov <Nikolai.Kondrashov@redhat.com>
Mon, 20 Feb 2017 13:05:54 +0000 (14:05 +0100)
commit86097a71ef3822d41103add029118462854848e3
treefc9fa15c5fba179523ee4535257f707536612313
parente37987492b0d575a8ef41900ef916244112b2468
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.
src/main/evaluate.c
src/modules/rlm_mschap/rlm_mschap.c