Report information
The Basics
Id:
45709
Status:
resolved
Priority:
Medium/Medium
Queue:

People
Requestors:
scan-admin@coverity.com(no email address set)
Cc:
AdminCc:

BugTracker
Version Fixed:
9.12.0
Version Found:
(no value)
Versions Affected:
(no value)
Versions Planned:
(no value)
Priority:
P2 Normal
Severity:
S2 Normal
CVSS Score:
(no value)
CVE ID:
(no value)
Component:
(no value)
Area:
libdns

Dates
Created:Mon, 07 Aug 2017 19:43:31 -0400
Updated:Tue, 08 Aug 2017 13:48:49 -0400
Closed:Tue, 08 Aug 2017 13:48:41 -0400



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.

From: scan-admin@coverity.com
Date: Mon, 07 Aug 2017 23:43:24 +0000 (UTC)
To: bind9-bugs@isc.org
Subject: New Defects reported by Coverity Scan for BIND
Hi, Please find the latest report on new defect(s) introduced to BIND found with Coverity Scan. 1 new defect(s) introduced to BIND found with Coverity Scan. New defect(s) Reported-by: Coverity Scan Showing 1 of 1 defect(s) ** CID 1416286: (UNINIT) /lib/dns/resolver.c: 6885 in resquery_response() /lib/dns/resolver.c: 6885 in resquery_response() ________________________________________________________________________________________________________ *** CID 1416286: (UNINIT) /lib/dns/resolver.c: 6885 in resquery_response() 6879 static void 6880 resquery_response(isc_task_t *task, isc_event_t *event) { 6881 isc_result_t result = ISC_R_SUCCESS; 6882 resquery_t *query = event->ev_arg; 6883 dns_dispatchevent_t *devent = (dns_dispatchevent_t *)event; 6884 fetchctx_t *fctx; >>> CID 1416286: (UNINIT) >>> Declaring variable "rctx" without initializer. 6885 respctx_t rctx; 6886 6887 REQUIRE(VALID_QUERY(query)); 6888 fctx = query->fctx; 6889 REQUIRE(VALID_FCTX(fctx)); 6890 REQUIRE(event->ev_type == DNS_EVENT_DISPATCH); /lib/dns/resolver.c: 6885 in resquery_response() 6879 static void 6880 resquery_response(isc_task_t *task, isc_event_t *event) { 6881 isc_result_t result = ISC_R_SUCCESS; 6882 resquery_t *query = event->ev_arg; 6883 dns_dispatchevent_t *devent = (dns_dispatchevent_t *)event; 6884 fetchctx_t *fctx; >>> CID 1416286: (UNINIT) >>> Declaring variable "rctx" without initializer. 6885 respctx_t rctx; 6886 6887 REQUIRE(VALID_QUERY(query)); 6888 fctx = query->fctx; 6889 REQUIRE(VALID_FCTX(fctx)); 6890 REQUIRE(event->ev_type == DNS_EVENT_DISPATCH); ________________________________________________________________________________________________________ To view the defects in Coverity Scan visit, https://u2389337.ct.sendgrid.net/wf/click?upn=08onrYu34A-2BWcWUl-2F-2BfV0V05UPxvVjWch-2Bd2MGckcRatftY8JjD0XUVeK0eDwSEPh4vRqywf0w3swJ8N5sF82Q-3D-3D_QjBaZtEJDFdtBJj3YWWx4OwxXn6h7X1bCFA-2BmidshrgKtYv-2B1Mq0Qr5B85QRVxW6Yl4ILAeqfFvZWbTxZSW0HfwXescX9a-2B7fpGrv-2F3-2BRbRsxwDbPZwqwrd6v8rGuBUWM1Ptl1MT2HbZbCtGftuiUU0TR0AjNYHuZDDmwz4wRRM8lFt9qqD9lny-2B25WRKIof6tuHf2SWC0xBIQovVW1UeQ-3D-3D To manage Coverity Scan email notifications for "bind9-bugs@isc.org", click https://u2389337.ct.sendgrid.net/wf/click?upn=08onrYu34A-2BWcWUl-2F-2BfV0V05UPxvVjWch-2Bd2MGckcRbVDbis712qZDP-2FA8y06Nq4rIy41Xs74BznZj4k3EIh0OhIeqrl4tMKvZau-2B5LUEdCBSWjNYx5kf-2B92zKd1nnWiMMfay-2Fg7DuBn2-2BCqidUp9Y39BJMi1Fd-2FeSXcvFgX1I4-3D_QjBaZtEJDFdtBJj3YWWx4OwxXn6h7X1bCFA-2BmidshrgKtYv-2B1Mq0Qr5B85QRVxW6hTBoql9En9mEkmHiZjAT5r9Ke-2BUQCT6agCVSCzCWcckKV6KmjZUED2pZEfG-2BJ2YOQ8ABvDy5vl5qtwka6Jn-2BZbscQ66lxfncLlZ8gNeCTSUXyTkkIcWEfAYI4ruJfsgUJ-2FT3Js86GWCz9QmbrU11XQ-3D-3D
Addressed in rt45709.
On Mon Aug 07 15:31:56 2017, each wrote: > Addressed in rt45709. Looks fine.
Committed to master with no CHANGES note, commit 2013c9751d.