Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Sep 2010 19:17:39 +0000 (UTC)
From:      "Bjoern A. Zeeb" <bz@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/netinet in.c
Message-ID:  <201009281917.o8SJHsf9075549@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
bz          2010-09-28 19:17:39 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    sys/netinet          in.c 
  Log:
  SVN rev 213249 on 2010-09-28 19:17:39Z by bz
  
  r201663 introduced a bug in stable/6 that prison_ip() might change the
  passed address argument, while we are only interested in whether it is a
  valid address of the jail.
  This can modify an address in the live interface address list with an
  address of the jail.  Make a copy of the address for the call to
  prison_ip() to avoid this.
  
  Reported by:    Andreas Longwitz (longwitz incore.de)
  Tested by:      Andreas Longwitz (longwitz incore.de)
  PR:             kern/114325
  
  Revision   Changes    Path
  1.85.2.13  +7 -2      src/sys/netinet/in.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201009281917.o8SJHsf9075549>