Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Dec 2015 11:12:27 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 202142] Uninitialized variable usage in error path in _dns_getaddrinfo()
Message-ID:  <bug-202142-8-VjEneg9RTP@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-202142-8@https.bugs.freebsd.org/bugzilla/>
References:  <bug-202142-8@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=202142

--- Comment #1 from commit-hook@freebsd.org ---
A commit references this bug:

Author: ume
Date: Thu Dec 10 11:11:44 UTC 2015
New revision: 292059
URL: https://svnweb.freebsd.org/changeset/base/292059

Log:
  The calls to RES_SET_H_ERRNO() macro on error paths wind up
  dereferencing an uninitialized res.

  PR:        202142
  Submitted by:    Sean Boudreau
  MFC after:    1 week

Changes:
  head/lib/libc/net/getaddrinfo.c

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-202142-8-VjEneg9RTP>