bug-grub
[Top][All Lists]
Advanced

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

[bugs #8669] fsys_ntfs.c bug fix: is_ads_completion used before init


From: anonymous
Subject: [bugs #8669] fsys_ntfs.c bug fix: is_ads_completion used before init
Date: Fri, 23 Apr 2004 11:28:35 -0400
User-agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET CLR 1.1.4322)

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:  address@hidden
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/







reply via email to

[Prev in Thread] Current Thread [Next in Thread]