73a9fe0066
Cox. While these programs are not installed suid root, they are often used to prepare data for processing. These errors may permit remote attackers to cause a denial of service or execute arbitrary code in any programs or scripts that use these graphics conversion tools. http://marc.theaimsgroup.com/?l=bugtraq&m=104644687816522&w=2
12 lines
408 B
Plaintext
12 lines
408 B
Plaintext
$OpenBSD: patch-pbm_pbmtocmuwm_c,v 1.1 2003/03/29 04:13:54 brad Exp $
|
|
--- pbm/pbmtocmuwm.c.orig Mon Oct 4 05:10:46 1993
|
|
+++ pbm/pbmtocmuwm.c Fri Mar 28 20:22:06 2003
|
|
@@ -43,6 +43,7 @@ main( argc, argv )
|
|
bitrow = pbm_allocrow( cols );
|
|
|
|
/* Round cols up to the nearest multiple of 8. */
|
|
+ overflow_add(cols, 7);
|
|
padright = ( ( cols + 7 ) / 8 ) * 8 - cols;
|
|
|
|
putinit( rows, cols );
|