Subject: CVS commit: syssrc/sys/netinet
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 11/07/2002 19:49:09
Module Name: syssrc
Committed By: thorpej
Date: Thu Nov 7 17:49:08 UTC 2002
Modified Files:
syssrc/sys/netinet: raw_ip.c
Log Message:
In the IP_HDRINCL case of rip_output(), if the mbuf is read-only
then copy the header into a new mbuf before modifying it.
Fixes PR 18809. Thanks to Chuq Silvers for diagnosing it.
To generate a diff of this commit:
cvs rdiff -r1.64 -r1.65 syssrc/sys/netinet/raw_ip.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.