Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37735117
en ru br
ALT Linux repos
S:1.5.7-alt2
5.0: 1.5.4-alt1
4.1: 1.5.3-alt1
4.0: 1.3-alt0.1

Group :: Text tools
RPM: foremost

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: foremost-broken-jpeg.patch
Download


--- extract.c	2010-04-05 11:25:49.510402918 -0300
+++ extract.c	2010-04-05 11:26:56.657533584 -0300
@@ -1868,7 +1868,12 @@
 		if (((foundat + headersize) - buf) > buflen){ return NULL; }	
 
 		foundat += headersize;
-		
+
+		if (foundat >= (buf + buflen))
+		{
+			return buf + needle->header_len;
+		}
+
 		if (foundat[2] != (unsigned char)'\xff')
 			{
 			break;
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin