NetBSD-Bugs archive

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

PR/41255 CVS commit: src/sys/fs/hfs



The following reply was made to PR misc/41255; it has been noted by GNATS.

From: Alan Barrett <apb%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/41255 CVS commit: src/sys/fs/hfs
Date: Tue, 14 Jul 2009 21:12:18 +0000

 Module Name:   src
 Committed By:  apb
 Date:          Tue Jul 14 21:12:18 UTC 2009
 
 Modified Files:
        src/sys/fs/hfs: libhfs.c
 
 Log Message:
 Initialise the "fork" local variable in hfslib_get_file_extents().
 This variable was not actually used uninitialised, but some compilers
 (e.g. gcc-4.3.3) warned that the variable might be used uninitialised.
 Inspired by PR 41255 from Kurt Lidl.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.7 -r1.8 src/sys/fs/hfs/libhfs.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index