Files
bind9/lib/isc
Michał Kępień cacba609c7 Suppress cppcheck 1.89 false positive
cppcheck 1.89 emits a false positive for lib/isc/sha1.c:

    lib/isc/sha1.c:273:16: error: Uninitialized variable: block [uninitvar]
     (void)memmove(block, buffer, 64);
                   ^
    lib/isc/sha1.c:272:10: note: Assignment 'block=&workspace', assigned value is <Uninit>
     block = &workspace;
             ^
    lib/isc/sha1.c:273:16: note: Uninitialized variable: block
     (void)memmove(block, buffer, 64);
                   ^

This message started appearing with cppcheck 1.89 [1], but it will be
gone in the next release [2], so just suppress it for the time being.

[1] af214e8212

[2] 2595b82634
2019-10-17 11:13:30 +02:00
..
2019-10-04 14:34:21 +10:00
2019-09-09 14:22:44 +00:00
2019-03-20 11:41:51 +11:00
2019-03-05 11:04:46 -08:00
2019-09-12 19:31:56 +10:00
2019-03-20 11:41:51 +11:00
2019-10-17 11:13:30 +02:00