diff options
Diffstat (limited to 'security/stegdetect/files/patch-break_jsteg.c')
-rw-r--r-- | security/stegdetect/files/patch-break_jsteg.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/security/stegdetect/files/patch-break_jsteg.c b/security/stegdetect/files/patch-break_jsteg.c new file mode 100644 index 000000000000..9a636fdacebe --- /dev/null +++ b/security/stegdetect/files/patch-break_jsteg.c @@ -0,0 +1,11 @@ +--- break_jsteg.c Fri Dec 21 01:11:32 2001 ++++ /tmp/break_jsteg.c.diff Wed Dec 29 03:32:38 2004 +@@ -162,7 +162,7 @@ + jstegob->skip = bytes - sizeof(jstegob->coeff); + + if (jsbits < max || off + jsbits > bits) { +- warnx(__FUNCTION__": bad size in bits, %d", bits); ++ warnx("break_jsteg_prepare: bad size in bits, %d", bits); + return (NULL); + } + |