summaryrefslogtreecommitdiff
path: root/security/stegdetect/files/patch-stegdetect.c
diff options
context:
space:
mode:
Diffstat (limited to 'security/stegdetect/files/patch-stegdetect.c')
-rw-r--r--security/stegdetect/files/patch-stegdetect.c29
1 files changed, 29 insertions, 0 deletions
diff --git a/security/stegdetect/files/patch-stegdetect.c b/security/stegdetect/files/patch-stegdetect.c
new file mode 100644
index 000000000000..d5513215a78e
--- /dev/null
+++ b/security/stegdetect/files/patch-stegdetect.c
@@ -0,0 +1,29 @@
+--- stegdetect.c Sat Jan 26 23:51:16 2002
++++ /tmp/stegdetect.c.diff Wed Dec 29 03:32:38 2004
+@@ -1198,7 +1198,7 @@
+ flag = 1;
+ strlcat(outbuf, " f5(***)", sizeof(outbuf));
+
+- no_f5:
++ no_f5:;
+ }
+
+ if (scans & FLAG_DOINVIS) {
+@@ -1237,7 +1237,7 @@
+ strlcat(outbuf, tmp, sizeof(outbuf));
+ }
+
+- no_invisiblesecrets:
++ no_invisiblesecrets:;
+ }
+
+ if ((scans & FLAG_CHECKHDRS)) {
+@@ -1301,7 +1301,7 @@
+ }
+
+ free(dcts);
+- jsteg_error:
++ jsteg_error:;
+ }
+
+ if ((scans & FLAG_DOOUTGUESS) && prepare_normal(&dcts, &bits) != -1) {