Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-6]: src/doc Note pullup of ticket #440



details:   https://anonhg.NetBSD.org/src/rev/bbf286f7f83e
branches:  netbsd-6
changeset: 774357:bbf286f7f83e
user:      martin <martin%NetBSD.org@localhost>
date:      Wed Jul 25 15:31:02 2012 +0000

description:
Note pullup of ticket #440

diffstat:

 doc/CHANGES-6.0 |  16 +++++++++++++++-
 1 files changed, 15 insertions(+), 1 deletions(-)

diffs (27 lines):

diff -r 0ce894e9591d -r bbf286f7f83e doc/CHANGES-6.0
--- a/doc/CHANGES-6.0   Wed Jul 25 15:29:02 2012 +0000
+++ b/doc/CHANGES-6.0   Wed Jul 25 15:31:02 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.0,v 1.1.2.160 2012/07/25 15:12:37 martin Exp $
+# $NetBSD: CHANGES-6.0,v 1.1.2.161 2012/07/25 15:31:02 martin Exp $
 
 A complete list of changes from the initial NetBSD 6.0 branch on 15 Feb 2012
 until the 6.0 release:
@@ -6489,3 +6489,17 @@
 
        [abs, ticket #446]
 
+sys/lib/libsa/cd9660.c                         1.29
+
+       Fix cd9660_read() to not read past the end of the
+       file.  This would result in incorrect resid values,
+       and causes the read of /boot.cfg to ignore the file. 
+       If the requested transfer extends past the end of the
+       file, force the internal buffer to be used, and when
+       transferring data from the internal buffer, limit the
+       transfer to what's left in the file.  CDROM boot will
+       now process the /boot.cfg file.
+
+       [mhitch, ticket #440]
+
+



Home | Main Index | Thread Index | Old Index