in reply to Re^2: How to avoid Null Byte Injection
in thread How to avoid Null Byte Injection?
In any case, since you're building that list anyway, why not do this:
if (grep { $_ eq $passage } @display_files) { # filename ok } else { # not ok }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: How to avoid Null Byte Injection
by Nik (Initiate) on Oct 08, 2006 at 08:53 UTC | |
by chromatic (Archbishop) on Oct 08, 2006 at 20:58 UTC | |
by Nik (Initiate) on Oct 09, 2006 at 08:00 UTC |