diff options
| -rw-r--r-- | auth.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -336,7 +336,7 @@ gottoken: } free(mm); - if (consttime_memequal(d, &hmac, dlen)) { + if (!consttime_memequal(d, &hmac, dlen)) { errno = EPERM; return NULL; } |
![]() |
index : dhcpcd.git | |
| DHCP / IPv4LL / IPv6RA / DHCPv6 client | Roy Marples |
| summaryrefslogtreecommitdiffstats |
| -rw-r--r-- | auth.c | 2 |
@@ -336,7 +336,7 @@ gottoken: } free(mm); - if (consttime_memequal(d, &hmac, dlen)) { + if (!consttime_memequal(d, &hmac, dlen)) { errno = EPERM; return NULL; } |