Package: mmv
Version: 1.01b-12.1
Severity: important
Tags: patch

Our automated buildd log filter[1] detected a problem that will cause
your package to segfault on architectures where the size of a pointer is
greater than the size of an integer, such as ia64.

[1]http://people.debian.org/~dannf/check-implicit-pointer-functions

--- mmv-1.01b/mmv.c~    2005-08-07 12:43:51.400620314 -0600
+++ mmv-1.01b/mmv.c     2005-08-07 12:44:10.064682585 -0600
@@ -90,13 +90,13 @@
 
 #include <unistd.h>
 #include <stdio.h>
+#include <stdlib.h>
 #include <ctype.h>
 
 #ifdef IS_MSDOS
 /* for MS-DOS (under Turbo C 1.5)*/
 
 #include <string.h>
-#include <stdlib.h>
 #include <sys/stat.h>
 #include <dos.h>
 #include <dir.h>

-- 
dann frazier <[EMAIL PROTECTED]>
--- Begin Message ---
Function `getenv' implicitly converted to pointer at mmv.c:540

--- End Message ---

Reply via email to