Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 12/18/1998 13:35:11
Module Name:	src
Committed By:	thorpej
Date:		Fri Dec 18 21:35:11 UTC 1998

Modified Files:
	src/sys/netinet: ip_input.c
Log Message:
Add a lock around the IP fragment reassembly queue, to prevent ip_drain()
from corrupting the queue if called from a device's interrupt context.

Should fix PR #5684.