Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ivan Ivlev
bugzilla
Commits
4d434656
Commit
4d434656
authored
Apr 17, 2002
by
myk%mozilla.org
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix for bug 136506: work-around taint error on Perl 5.005.
Patch by Davidy Avery <daa@rm.incc.net>. 2x r=myk
parent
20c30bdc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
createaccount.cgi
createaccount.cgi
+1
-0
No files found.
createaccount.cgi
View file @
4d434656
...
@@ -63,6 +63,7 @@ my $realname = trim($::FORM{'realname'});
...
@@ -63,6 +63,7 @@ my $realname = trim($::FORM{'realname'});
if
(
defined
(
$login
))
{
if
(
defined
(
$login
))
{
# We've been asked to create an account.
# We've been asked to create an account.
CheckEmailSyntax
(
$login
);
CheckEmailSyntax
(
$login
);
trick_taint
(
$login
);
$vars
->
{
'login'
}
=
$login
;
$vars
->
{
'login'
}
=
$login
;
if
(
!
ValidateNewUser
(
$login
))
{
if
(
!
ValidateNewUser
(
$login
))
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment