Subject: CVS commit: src/sys/netbt
To: None <source-changes@NetBSD.org>
From: Iain Hibbert <plunky@netbsd.org>
List: source-changes
Date: 12/07/2006 21:36:27
Module Name: src
Committed By: plunky
Date: Thu Dec 7 21:36:27 UTC 2006
Modified Files:
src/sys/netbt: l2cap_signal.c
Log Message:
Do not use the output buffer to store data unless we mean it to go in
the packet, as there is a problem with overwriting information while we
still need it (opt->length in particular) which causes connections to
fail.
To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 src/sys/netbt/l2cap_signal.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.