Skip Menu |

This queue is for tickets about the Tee CPAN distribution.

Report information
The Basics
Id: 41627
Status: open
Priority: 0/
Queue: Tee

People
Owner: Nobody in particular
Requestors: dagolden [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: (no value)
Fixed in: (no value)



Subject: tee() should protect filenames with spaces or special characters
Files passed to tee() are put in a string executed via system(). Spaces or special characters must be protected from the shell. -- David