Package: scsh-0.6
Version: 0.6.6-7

scsh is missing an include which will potentially cause segfaults on
64-bit systems.

--- scsh-0.6-0.6.6.orig/c/unix/socket.c 2003-06-25 02:28:40.000000000 -0600
+++ scsh-0.6-0.6.6/c/unix/socket.c      2005-05-04 09:53:56.147571490 -0600
@@ -13,6 +13,7 @@
 #include <netdb.h>
 #include <unistd.h>
 #include <string.h>
+#include <stdlib.h>
 #include <netinet/in.h>

 #include "c-mods.h"

-- 
dann frazier <[EMAIL PROTECTED]>
--- Begin Message ---
Function `realloc' implicitly converted to pointer at c/unix/socket.c:393

--- End Message ---

Reply via email to