Files
heimdal/lib
Andrew Bartlett a3d8951df5 keytab: Avoid use of signed integer as a boolean
with CFLAGS="-O3 -Werror=strict-overflow -Wstrict-overflow=2"
gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10) gives:

keytab_any.c: In function ‘any_remove_entry’:
keytab_any.c:241:7: warning: assuming signed overflow does not occur when simplifying conditional to constant [-Wstrict-overflow]
     if(!found)
       ^

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
2018-12-20 12:52:12 +11:00
..
2018-12-14 17:30:14 -05:00
2018-09-10 14:42:18 -04:00
2017-03-10 15:47:43 -05:00
2017-04-29 01:05:59 -04:00
2016-11-08 15:48:40 -05:00
2017-03-19 18:55:51 -04:00
2016-12-15 12:15:56 -06:00
2016-12-15 12:23:09 -06:00