Closed
Bug 302782
Opened 19 years ago
Closed 19 years ago
Crash when showing list of users in a group during group deletion
Categories
(Bugzilla :: Administration, task)
Tracking
()
RESOLVED
FIXED
Bugzilla 2.20
People
(Reporter: wicked, Assigned: LpSolit)
Details
Attachments
(1 file)
|
902 bytes,
patch
|
wicked
:
review+
|
Details | Diff | Splinter Review |
When in group deletion confirmation with a group that has atleast one associated
user, clicking "Show me which users" crashes with:
Software error:
Undef to trick_taint at Bugzilla/Util.pm line 62
Bugzilla::Util::trick_taint('undef') called at
/var/www/html/qa220rc2/editusers.cgi line 135
and following appears on error log:
[Sat Jul 30 10:09:19 2005] [error] [client 194.100.2.66] [Sat Jul 30 10:09:19
2005] editusers.cgi: Undef to trick_taint at Bugzilla/Util.pm line 62, referer:
http://landfill.bugzilla.org/qa220rc2/editgroups.cgi?action=del&group=17
[Sat Jul 30 10:09:19 2005] [error] [client 194.100.2.66] [Sat Jul 30 10:09:19
2005] editusers.cgi: \tBugzilla::Util::trick_taint('undef') called at
/var/www/html/qa220rc2/editusers.cgi line 135, referer:
http://landfill.bugzilla.org/qa220rc2/editgroups.cgi?action=del&group=17| Reporter | ||
Updated•19 years ago
|
Flags: blocking2.20?
| Assignee | ||
Comment 1•19 years ago
|
||
The problem is that the "confirm delete" template passes a "group" parameter while editusers.cgi expects to receive a "groupid" parameter. The patch applies on both the tip and 2.20.
| Assignee | ||
Updated•19 years ago
|
Assignee: administration → LpSolit
Status: NEW → ASSIGNED
Attachment #191074 -
Flags: review?(wicked)
| Assignee | ||
Updated•19 years ago
|
Target Milestone: --- → Bugzilla 2.20
| Reporter | ||
Comment 2•19 years ago
|
||
Comment on attachment 191074 [details] [diff] [review] patch, v1 Tested on tip and 2.20 branch.
Attachment #191074 -
Flags: review?(wicked) → review+
| Reporter | ||
Updated•19 years ago
|
Flags: approval?
Flags: approval2.20?
Updated•19 years ago
|
Flags: blocking2.20?
Flags: blocking2.20+
Flags: approval?
Flags: approval2.20?
Flags: approval2.20+
Flags: approval+
| Assignee | ||
Comment 3•19 years ago
|
||
tip: Checking in template/en/default/admin/groups/delete.html.tmpl; /cvsroot/mozilla/webtools/bugzilla/template/en/default/admin/groups/delete.html.tmpl,v <-- delete.html.tmpl new revision: 1.5; previous revision: 1.4 done 2.20rc1: Checking in template/en/default/admin/groups/delete.html.tmpl; /cvsroot/mozilla/webtools/bugzilla/template/en/default/admin/groups/delete.html.tmpl,v <-- delete.html.tmpl new revision: 1.4.4.1; previous revision: 1.4 done
Status: ASSIGNED → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•