Date: Mon, 24 Oct 2022 13:41:52 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 267169] Build of recent -CURRENT fails with external GCC toolchain Message-ID: <bug-267169-227-Gtzyy4irrO@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-267169-227@https.bugs.freebsd.org/bugzilla/>
index | next in thread | previous in thread | raw e-mail
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=267169 Ed Maste <emaste@freebsd.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |des@FreeBSD.org, | |emaste@freebsd.org --- Comment #2 from Ed Maste <emaste@freebsd.org> --- >From the log: /usr/src/lib/libfetch/http.c: In function 'http_digest_auth': /usr/src/lib/libfetch/http.c:1285:9: error: 'DigestCalcResponse' reading 33 bytes from a region of size 1 [-Werror=stringop-overread] 1285 | DigestCalcResponse(HA1, c->nonce, noncecount, cnonce, c->qop, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1286 | "GET", url->doc, "", digest); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/src/lib/libfetch/http.c:1285:9: note: referencing argument 8 of type 'const char[33]' /usr/src/lib/libfetch/http.c:1285:9: note: referencing argument 9 of type 'char[33]' /usr/src/lib/libfetch/http.c:1175:1: note: in a call to function 'DigestCalcResponse' 1175 | DigestCalcResponse( | ^~~~~~~~~~~~~~~~~~ -- You are receiving this mail because: You are the assignee for the bug.home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-267169-227-Gtzyy4irrO>
