File: 07_288468.diff

package info (click to toggle)
sleuthkit 2.06-3etch1
  • links: PTS
  • area: main
  • in suites: etch
  • size: 7,128 kB
  • ctags: 5,133
  • sloc: ansic: 41,406; sh: 14,123; perl: 4,745; cpp: 4,297; makefile: 925; python: 29
file content (12 lines) | stat: -rw-r--r-- 589 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
diff -urN ../tmp-orig/sleuthkit-1.73/src/fstools/ntfs.c ./src/fstools/ntfs.c
--- ../tmp-orig/sleuthkit-1.73/src/fstools/ntfs.c       2004-11-02 23:40:00.000000000 +0100
+++ ./src/fstools/ntfs.c        2005-01-03 23:28:12.000000000 +0100
@@ -760,7 +760,7 @@
 		((uintptr_t)attr <= ((uintptr_t)attrseq + len)) && 
 		(getu32(fs, attr->len) > 0 &&
 		(getu32(fs, attr->type) != 0xffffffff));
-	        (uintptr_t)attr += getu32(fs, attr->len)) 
+	        attr = (uintptr_t)attr + getu32(fs, attr->len)) 
 	{
 		/* Get the type of this attribute */
 		u_int32_t	type = getu32(fs, attr->type);