in reply to Re^3: using map
in thread using map
You're correct in this case (with the warnings you added afterwards), yes, but leaving out the "%s" was the very reason of thousands of format string vulnerabilities everywhere. And even though that class of vulnerabilities don't affect Perl, it would be correct and a good practice to include it anyway, which is what jwkrahn was trying to point out.
I do not think that you pointing out that the extra care is unnecessary in this very case was very beneficial to the whole discussion.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: using map
by BrowserUk (Patriarch) on May 06, 2012 at 08:45 UTC |