]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Prevent dereferencing a NULL route pointer when trying to update the
authorandre <andre@FreeBSD.org>
Wed, 18 Jan 2006 15:05:05 +0000 (15:05 +0000)
committerandre <andre@FreeBSD.org>
Wed, 18 Jan 2006 15:05:05 +0000 (15:05 +0000)
commit175b38b9db1d424471b6a9d63269495d4766e56f
tree8d587abfb5fcac9cb572df2e215e3d1ff8a9f337
parent21685508caa8917ae676d3c8a18633535b47b033
Prevent dereferencing a NULL route pointer when trying to update the
route MTU.

This bug is very difficult to reach and not remotely exploitable.

Found by: Coverity Prevent(tm)
Coverity ID: CID162
Sponsored by: TCP/IP Optimization Fundraise 2005
MFC after: 3 days
sys/netinet/ip_output.c