Files
bind9/lib/dns
Ondřej Surý 230d250b3d Fix 'Dead nested assignment's from scan-build-10
The 3 warnings reported are:

os.c:872:7: warning: Although the value stored to 'ptr' is used in the enclosing expression, the value is never actually read from 'ptr'
        if ((ptr = strtok_r(command, " \t", &last)) == NULL) {
             ^     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 warning generated.

--

rpz.c:1117:10: warning: Although the value stored to 'zbits' is used in the enclosing expression, the value is never actually read from 'zbits'
        return (zbits &= x);
                ^        ~
1 warning generated.

--

openssleddsa_link.c:532:10: warning: Although the value stored to 'err' is used in the enclosing expression, the value is never actually read from 'err'
        while ((err = ERR_get_error()) != 0) {
                ^     ~~~~~~~~~~~~~~~
1 warning generated.

(cherry picked from commit 262f087bcf)
2020-03-25 18:06:29 +01:00
..
2020-03-20 11:47:01 +01:00
2020-02-27 08:54:02 +01:00
2020-03-09 14:42:53 +01:00
2020-02-28 15:22:59 +01:00
2020-03-12 00:38:37 -07:00
2020-02-16 18:07:27 +01:00
2020-02-16 18:07:27 +01:00
2020-03-12 00:38:37 -07:00
2020-03-13 13:17:46 +11:00
2020-02-21 07:05:31 +00:00