Home
last modified time | relevance | path

Searched hist:"2 e730bea0af04061e1bcfd7f4d49b5ea0024be85" (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/netinet6/
H A Din6_gif.cdiff 2e730bea0af04061e1bcfd7f4d49b5ea0024be85 Sat Jan 31 11:48:02 CET 2009 Bjoern A. Zeeb <bz@FreeBSD.org> Like with r185713 make sure to not leak a lock as rtalloc1(9) returns
a locked route. Thus we have to use RTFREE_LOCKED(9) to get it unlocked
and rtfree(9)d rather than just rtfree(9)d.

Since the PR was filed, new places with the same problem were added
with new code. Also check that the rt is valid before freeing it
either way there.

PR: kern/129793
Submitted by: Dheeraj Reddy <dheeraj@ece.gatech.edu>
MFC after: 2 weeks
Committed from: Bugathon #6
diff 2e730bea0af04061e1bcfd7f4d49b5ea0024be85 Sat Jan 31 11:48:02 CET 2009 Bjoern A. Zeeb <bz@FreeBSD.org> Like with r185713 make sure to not leak a lock as rtalloc1(9) returns
a locked route. Thus we have to use RTFREE_LOCKED(9) to get it unlocked
and rtfree(9)d rather than just rtfree(9)d.

Since the PR was filed, new places with the same problem were added
with new code. Also check that the rt is valid before freeing it
either way there.

PR: kern/129793
Submitted by: Dheeraj Reddy <dheeraj@ece.gatech.edu>
MFC after: 2 weeks
Committed from: Bugathon #6
H A Dnd6_nbr.cdiff 2e730bea0af04061e1bcfd7f4d49b5ea0024be85 Sat Jan 31 11:48:02 CET 2009 Bjoern A. Zeeb <bz@FreeBSD.org> Like with r185713 make sure to not leak a lock as rtalloc1(9) returns
a locked route. Thus we have to use RTFREE_LOCKED(9) to get it unlocked
and rtfree(9)d rather than just rtfree(9)d.

Since the PR was filed, new places with the same problem were added
with new code. Also check that the rt is valid before freeing it
either way there.

PR: kern/129793
Submitted by: Dheeraj Reddy <dheeraj@ece.gatech.edu>
MFC after: 2 weeks
Committed from: Bugathon #6
diff 2e730bea0af04061e1bcfd7f4d49b5ea0024be85 Sat Jan 31 11:48:02 CET 2009 Bjoern A. Zeeb <bz@FreeBSD.org> Like with r185713 make sure to not leak a lock as rtalloc1(9) returns
a locked route. Thus we have to use RTFREE_LOCKED(9) to get it unlocked
and rtfree(9)d rather than just rtfree(9)d.

Since the PR was filed, new places with the same problem were added
with new code. Also check that the rt is valid before freeing it
either way there.

PR: kern/129793
Submitted by: Dheeraj Reddy <dheeraj@ece.gatech.edu>
MFC after: 2 weeks
Committed from: Bugathon #6
H A Din6_ifattach.cdiff 2e730bea0af04061e1bcfd7f4d49b5ea0024be85 Sat Jan 31 11:48:02 CET 2009 Bjoern A. Zeeb <bz@FreeBSD.org> Like with r185713 make sure to not leak a lock as rtalloc1(9) returns
a locked route. Thus we have to use RTFREE_LOCKED(9) to get it unlocked
and rtfree(9)d rather than just rtfree(9)d.

Since the PR was filed, new places with the same problem were added
with new code. Also check that the rt is valid before freeing it
either way there.

PR: kern/129793
Submitted by: Dheeraj Reddy <dheeraj@ece.gatech.edu>
MFC after: 2 weeks
Committed from: Bugathon #6
diff 2e730bea0af04061e1bcfd7f4d49b5ea0024be85 Sat Jan 31 11:48:02 CET 2009 Bjoern A. Zeeb <bz@FreeBSD.org> Like with r185713 make sure to not leak a lock as rtalloc1(9) returns
a locked route. Thus we have to use RTFREE_LOCKED(9) to get it unlocked
and rtfree(9)d rather than just rtfree(9)d.

Since the PR was filed, new places with the same problem were added
with new code. Also check that the rt is valid before freeing it
either way there.

PR: kern/129793
Submitted by: Dheeraj Reddy <dheeraj@ece.gatech.edu>
MFC after: 2 weeks
Committed from: Bugathon #6
H A Din6.cdiff 2e730bea0af04061e1bcfd7f4d49b5ea0024be85 Sat Jan 31 11:48:02 CET 2009 Bjoern A. Zeeb <bz@FreeBSD.org> Like with r185713 make sure to not leak a lock as rtalloc1(9) returns
a locked route. Thus we have to use RTFREE_LOCKED(9) to get it unlocked
and rtfree(9)d rather than just rtfree(9)d.

Since the PR was filed, new places with the same problem were added
with new code. Also check that the rt is valid before freeing it
either way there.

PR: kern/129793
Submitted by: Dheeraj Reddy <dheeraj@ece.gatech.edu>
MFC after: 2 weeks
Committed from: Bugathon #6
diff 2e730bea0af04061e1bcfd7f4d49b5ea0024be85 Sat Jan 31 11:48:02 CET 2009 Bjoern A. Zeeb <bz@FreeBSD.org> Like with r185713 make sure to not leak a lock as rtalloc1(9) returns
a locked route. Thus we have to use RTFREE_LOCKED(9) to get it unlocked
and rtfree(9)d rather than just rtfree(9)d.

Since the PR was filed, new places with the same problem were added
with new code. Also check that the rt is valid before freeing it
either way there.

PR: kern/129793
Submitted by: Dheeraj Reddy <dheeraj@ece.gatech.edu>
MFC after: 2 weeks
Committed from: Bugathon #6
/freebsd/sys/net/
H A Dif_llatbl.cdiff 2e730bea0af04061e1bcfd7f4d49b5ea0024be85 Sat Jan 31 11:48:02 CET 2009 Bjoern A. Zeeb <bz@FreeBSD.org> Like with r185713 make sure to not leak a lock as rtalloc1(9) returns
a locked route. Thus we have to use RTFREE_LOCKED(9) to get it unlocked
and rtfree(9)d rather than just rtfree(9)d.

Since the PR was filed, new places with the same problem were added
with new code. Also check that the rt is valid before freeing it
either way there.

PR: kern/129793
Submitted by: Dheeraj Reddy <dheeraj@ece.gatech.edu>
MFC after: 2 weeks
Committed from: Bugathon #6
diff 2e730bea0af04061e1bcfd7f4d49b5ea0024be85 Sat Jan 31 11:48:02 CET 2009 Bjoern A. Zeeb <bz@FreeBSD.org> Like with r185713 make sure to not leak a lock as rtalloc1(9) returns
a locked route. Thus we have to use RTFREE_LOCKED(9) to get it unlocked
and rtfree(9)d rather than just rtfree(9)d.

Since the PR was filed, new places with the same problem were added
with new code. Also check that the rt is valid before freeing it
either way there.

PR: kern/129793
Submitted by: Dheeraj Reddy <dheeraj@ece.gatech.edu>
MFC after: 2 weeks
Committed from: Bugathon #6