Searched hist:"2 e730bea0af04061e1bcfd7f4d49b5ea0024be85" (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/netinet6/ |
H A D | in6_gif.c | 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 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 D | nd6_nbr.c | 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 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 D | in6_ifattach.c | 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 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 D | in6.c | 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 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 D | if_llatbl.c | 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 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
|