Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 May 2014 14:20:00 GMT
From:      dfilter@FreeBSD.ORG (dfilter service)
To:        freebsd-amd64@FreeBSD.org
Subject:   Re: amd64/189741: commit references a PR
Message-ID:  <201405181420.s4IEK0qd016766@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR amd64/189741; it has been noted by GNATS.

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: amd64/189741: commit references a PR
Date: Sun, 18 May 2014 14:18:27 +0000 (UTC)

 Author: jhb
 Date: Sun May 18 14:18:23 2014
 New Revision: 266398
 URL: http://svnweb.freebsd.org/changeset/base/266398
 
 Log:
   MFC 260377:
   When pf_get_translation() fails, it should leave *sn pointer pristine,
   otherwise we will panic in pf_test_rule().
   
   PR:		amd64/189741
   Tested by:	Nick Rogers <ncrogers@gmail.com>
 
 Modified:
   stable/9/sys/contrib/pf/net/pf_lb.c
 Directory Properties:
   stable/9/sys/   (props changed)
   stable/9/sys/sys/   (props changed)
 
 Modified: stable/9/sys/contrib/pf/net/pf_lb.c
 ==============================================================================
 --- stable/9/sys/contrib/pf/net/pf_lb.c	Sun May 18 13:05:07 2014	(r266397)
 +++ stable/9/sys/contrib/pf/net/pf_lb.c	Sun May 18 14:18:23 2014	(r266398)
 @@ -788,6 +788,7 @@ pf_get_translation(struct pf_pdesc *pd, 
  			pool_put(&pf_state_key_pl, *skp);
  #endif
  			*skw = *sks = *nkp = *skp = NULL;
 +			*sn = NULL;
  			return (NULL);
  		}
  	}
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 



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