Changeset 788:6d5bc283aa4a for attach.c

Show
Ignore:
Timestamp:
1999-02-10 14:02:02 (10 years ago)
Author:
Thomas Roessler <roessler@…>
Branch:
mutt-1-0-stable
Message:

Fix the security fix.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • attach.c

    r708 r788  
    410410    { 
    411411      fname = safe_strdup (a->filename); 
    412       mutt_sanitize_filename (fname); 
     412      mutt_sanitize_filename (fname, 1); 
    413413    } 
    414414    else