Report information
The Basics
Id:
46115
Status:
resolved
Priority:
Low/Low
Queue:

People
Owner:
Nobody in particular
Cc:
AdminCc:

BugTracker
Version Fixed:
(no value)
Version Found:
(no value)
Versions Affected:
(no value)
Versions Planned:
(no value)
Priority:
P3 Low
Severity:
S3 Low
CVSS Score:
(no value)
CVE ID:
(no value)
Component:
(no value)
Area:
feature

Dates
Created:Wed, 27 Sep 2017 08:40:29 -0400
Updated:Mon, 06 Nov 2017 19:08:28 -0500
Closed:Mon, 06 Nov 2017 19:08:28 -0500



This bug tracker is no longer active.

Please go to our Gitlab to submit issues (both feature requests and bug reports) for active projects maintained by Internet Systems Consortium (ISC).

Due to security and confidentiality requirements, full access is limited to the primary maintainers.

To: bind9-public@isc.org
Subject: Fedora 26 / gcc 7.2.1 warning
From: Francis_Dupont@isc.org
Date: Wed, 27 Sep 2017 12:40:29 +0000
Compiling lib/irs/getnameinfo.c: getnameinfo.c: In function ‘irs_getnameinfo’: getnameinfo.c:133:6: warning: this statement may fall through [-Wimplicit-fallthrough=] if (result != 0) goto cleanup; \ ^ getnameinfo.c:322:4: note: in expansion of macro ‘ERR’ ERR(EAI_INSECUREDATA); ^~~ getnameinfo.c:323:3: note: here default: ^~~~~~~ I suggest to add a break after the line 322.
Date: Wed, 27 Sep 2017 23:33:52 +1000
From: "Mark Andrews" <marka@isc.org>
Subject: Re: [ISC-Bugs #46115] Fedora 26 / gcc 7.2.1 warning
To: bind9-public@isc.org
Conflicting analysers -- Mark Andrews > On 27 Sep 2017, at 22:40, Francis Dupont via RT <bind9-public@isc.org> wrote: > > > Wed Sep 27 12:40:30 2017: Request 46115 was acted upon. > Transaction: Ticket created by fdupont > Queue: bind9-public > Subject: Fedora 26 / gcc 7.2.1 warning > Owner: Nobody > Requestors: Francis_Dupont@isc.org > Status: open > Ticket <URL: https://bugs.isc.org/Ticket/Display.html?id=46115 > > ----------------------------------------------------------------------- > > Compiling lib/irs/getnameinfo.c: > > getnameinfo.c: In function ‘irs_getnameinfo’: > getnameinfo.c:133:6: warning: this statement may fall through [-Wimplicit-fallthrough=] > if (result != 0) goto cleanup; \ > ^ > getnameinfo.c:322:4: note: in expansion of macro ‘ERR’ > ERR(EAI_INSECUREDATA); > ^~~ > getnameinfo.c:323:3: note: here > default: > ^~~~~~~ > > I suggest to add a break after the line 322. >