Re: cfingerd 1.3.2

From: Larry W. Cashdollar (lwcashdat_private)
Date: Fri Jul 02 1999 - 12:21:33 PDT

  • Next message: Andreas Bogk: "Re: cfingerd 1.3.2"

    An easy and quick Patch for cfingerd 1.3.2. if you really need to run finger.
    
    [root@dt065n87 src]# diff parse.old parse.c
    78c78
    <     char parsed[80];
    ---
    >     char parsed[100];
    80c80
    <     bzero(parsed, 80);
    ---
    >     bzero(parsed, 100);
    
    
    If you havent written this already...
    
    
    -- Larry W. Cashdollar
    



    This archive was generated by hypermail 2b30 : Fri Apr 13 2001 - 14:51:26 PDT