You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-print/mtink/files/mtink-1.0.16-overflow.patch

12 lines
421 B

--- a/server/mtinkd.c 2012-01-15 13:03:41.000000000 +0000
+++ b/server/mtinkd.c 2012-01-15 13:03:58.000000000 +0000
@@ -244,7 +244,7 @@
/* look for pid into /var/run/mtink(<fifo> */
if ( (fp = fopen(runFile,"r")) )
{
- if ( fgets(ibuf, sizeof(buf), fp) )
+ if ( fgets(ibuf, sizeof(ibuf), fp) )
{
if ( (pid = atoi(ibuf)) )
{