File: 301391_amd64.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 (11 lines) | stat: -rw-r--r-- 438 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
--- sleuthkit-2.00.orig/src/fstools/ntfs.c
+++ sleuthkit-2.00/src/fstools/ntfs.c
@@ -767,7 +767,7 @@
 	 ((uintptr_t) attr <= ((uintptr_t) attrseq + len)) &&
 	 (getu32(fs, attr->len) > 0 &&
 	  (getu32(fs, attr->type) != 0xffffffff));
-	 (uintptr_t) attr = (uintptr_t) attr + getu32(fs, attr->len)) {
+	 attr = (uintptr_t) attr + getu32(fs, attr->len)) {
 	/* Get the type of this attribute */
 	uint32_t type = getu32(fs, attr->type);