Subject: CVS commit: src/sys/fs/udf
To: None <source-changes@NetBSD.org>
From: Reinoud Zandijk <reinoud@netbsd.org>
List: source-changes
Date: 07/09/2006 13:58:48
Module Name: src
Committed By: reinoud
Date: Sun Jul 9 13:58:48 UTC 2006
Modified Files:
src/sys/fs/udf: udf_subr.c
Log Message:
Fixing a bad case of walking/writing out of allocated space.... the
allocated space was 2048 bytes, but when adding 1024 to the variable
`unix_name' to split the allocated space in half it effectively starts just
OUTSIDE the allocated space. This ought to fix memory corruption bugs when
using UDF.
This is a routine to revisit one day.
To generate a diff of this commit:
cvs rdiff -r1.10 -r1.11 src/sys/fs/udf/udf_subr.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.