Displaying 2 results from an estimated 2 matches for "spaf".
Did you mean:
spa
2008 Apr 21
0
Odd behaviour with modules; looking for some theories
...Craig Miskell,
Technical Support,
AgResearch Invermay
03 489-9279
"Usenet is like a herd of performing elephants with diarrhea --
massive, difficult to redirect, awe-inspiring, entertaining, and a
source of
mind- boggling amounts of excrement when you least expect it."
-- Gene "spaf" Spafford (1992)
=======================================================================
Attention: The information contained in this message and/or attachments
from AgResearch Limited is intended only for the persons or entities
to which it is addressed and may contain confidential and/or pr...
1999 Jan 04
0
Tripwire mess..
...the array with *pcin>127
2. pcin is declared as pointer to char, which caused a negative offset for
chars in range above 127. (and which actually caused coredump in this case)
bellow is the patch to tripwire 1.2 (as it is on coast.cs.purdue.edu, and
ftp.redhat.com sites), and message from Gene Spafford which I received for
responce to my message. I wasn't able to test this bug on commercial
tripwire, but since people still use free version, this problem still might
be applicable.
regards
Fyodor
-<cut here>-
--- src/utils.c.orig Mon Jul 25 22:23:16 1994
+++ src/utils.c Sun Jan...