Show
Ignore:
Timestamp:
2001-01-08 08:33:57 (8 years ago)
Author:
Thomas Roessler <roessler@…>
Branch:
HEAD
Message:

Going through possible security problems with a fine comb. If you
want to help, check out the current source, and run check_sec.sh.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • browser.c

    r2224 r2237  
    574574    { 
    575575      if (f[0] == '/') 
    576         strcpy (LastDir, "/"); 
     576        strcpy (LastDir, "/");          /* __STRCPY_CHECKED__ */ 
    577577      else 
    578578        getcwd (LastDir, sizeof (LastDir));