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
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
40c2be3f
Commit
40c2be3f
authored
Oct 17, 2013
by
Byron Jones
Committed by
Frédéric Buclin
Oct 17, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 927736: "invalid token" error if someone else changes the CC list while viewing a bug
r/a=LpSolit
parent
3ac1c96d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
process_bug.cgi
process_bug.cgi
+2
-2
No files found.
process_bug.cgi
View file @
40c2be3f
...
...
@@ -111,7 +111,7 @@ print $cgi->header() unless Bugzilla->usage_mode == USAGE_MODE_EMAIL;
# Check for a mid-air collision. Currently this only works when updating
# an individual bug.
my
$delta_ts
=
$cgi
->
param
(
'delta_ts'
);
my
$delta_ts
=
$cgi
->
param
(
'delta_ts'
)
||
''
;
if
(
$delta_ts
)
{
my
$delta_ts_z
=
datetime_from
(
$delta_ts
)
...
...
@@ -167,7 +167,7 @@ if ($delta_ts) {
my
$token
=
$cgi
->
param
(
'token'
);
if
(
$cgi
->
param
(
'id'
))
{
check_hash_token
(
$token
,
[
$first_bug
->
id
,
$
first_bug
->
delta_ts
]);
check_hash_token
(
$token
,
[
$first_bug
->
id
,
$delta_ts
]);
}
else
{
check_token_data
(
$token
,
'buglist_mass_change'
,
'query.cgi'
);
...
...
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