This mail is an automated notification from the bugs tracker
 of the project: GNU GRUB.




/**************************************************************************/
[bugs #8669] Full Item Snapshot:

URL: <http://savannah.gnu.org/bugs/?func=detailitem&item_id=8669>
Project: GNU GRUB
Submitted by: 0
On: Fri 04/23/04 at 11:28

Category:  Filesystem
Severity:  Major
Priority:  5 - Normal
Item Group:  Software Error
Resolution:  None
Assigned to:  None
Originator Name:  Samuel Leo
Originator Email:  [EMAIL PROTECTED]
Status:  Open
Release:  0.93/0.94
Reproducibility:  None
Planned Release:  


Summary:  fsys_ntfs.c bug fix: is_ads_completion used before init

Original Submission:  The patch:
--------------------------
--- fsys_ntfs.c.orig    Thu Sep 25 17:14:42 2003
+++ fsys_ntfs.c Fri Apr 23 23:17:24 2004
@@ -959,15 +959,15 @@
     if(!fixup_record( mmft->mft, "FILE", mft_record_size))
        return 0;

+#ifndef NO_ALTERNATE_DATASTREAM
+    is_ads_completion = 0;
+#endif
     if(!search_attribute(mmft, at_data, NONAME)) return 0;

     *mft_run = mmft->runl;

     *path_ino = FILE_ROOT;

-#ifndef NO_ALTERNATE_DATASTREAM
-    is_ads_completion = 0;
-#endif
     return 1;
 }
-------------------------------
and attached full file





File Attachments
-------------------

-------------------------------------------------------
Date: Fri 04/23/04 at 11:28  Name: fsys_ntfs.c.gz  Size: 8KB   By: None
NTFS Driver (is_ads_completion bug fix)
http://savannah.gnu.org/bugs/download.php?item_id=8669&amp;item_file_id=1228






For detailed info, follow this link:
<http://savannah.gnu.org/bugs/?func=detailitem&item_id=8669>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





_______________________________________________
Bug-grub mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-grub

Reply via email to