Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 09 Jul 2015 16:29:34 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 201371] panic: negative refcount after dhclient during boot
Message-ID:  <bug-201371-8-QT7XtKjGbg@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-201371-8@https.bugs.freebsd.org/bugzilla/>
References:  <bug-201371-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=201371

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

Author: eri
Date: Thu Jul  9 16:28:37 UTC 2015
New revision: 285325
URL: https://svnweb.freebsd.org/changeset/base/285325

Log:
  Correct issue presented in r285051,
  apparently neither clang nor gcc complain about this.
  But clang intis the var to NULL correctly while gcc on at least mips does
not.
  Correct the undefined behavior by initializing the variable properly.

  PR:        201371
  Differential Revision:     https://reviews.freebsd.org/D3036
  Reviewed by:    gnn
  Approved by:    gnn(mentor)

Changes:
  head/sys/netinet/ip_input.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-201371-8-QT7XtKjGbg>