[Bug 201371] panic: negative refcount after dhclient during boot

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Jul 9 16:29:35 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201371

--- Comment #4 from commit-hook at 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.


More information about the freebsd-bugs mailing list