summaryrefslogtreecommitdiff
path: root/print/enscript-letter/files/patch-src_psgen.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Security fixes:Christian Weisgerber2005-02-111-0/+37
Erik Sjolund discovered several issues in enscript: it suffers from several buffer overflows (CAN-2004-1186), quotes and shell escape characters are insufficiently sanitized in filenames (CAN-2004-1185), and it supported taking input from an arbitrary command pipe, with unwanted side effects (CAN-2004-1184). Obtained from: Gentoo