Bug 122418 pt2 - obsoleting a patch from the create attachment screen gave

a taint error.
This commit is contained in:
bbaetz%student.usyd.edu.au 2002-02-05 00:11:48 +00:00
parent a709461469
commit 289e7236a2

View File

@ -314,7 +314,7 @@ sub validateObsolete
# Make sure the attachment id is valid and the user has permissions to view
# the bug to which it is attached.
foreach my $attachid (@{$::MFORM{'obsolete'}}) {
$attachid =~ /^[1-9][0-9]*$/
detaint_natural($attachid)
|| DisplayError("The attachment number of one of the attachments
you wanted to obsolete is invalid.")
&& exit;