Closed
Bug 1280218
Opened 9 years ago
Closed 9 years ago
Number of downloaded add-ons is wrong
Categories
(addons.mozilla.org :: Security, defect)
addons.mozilla.org
Security
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: hille42, Unassigned)
References
()
Details
(Keywords: reproducible)
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:47.0) Gecko/20100101 Firefox/47.0
Build ID: 20160604131506
Steps to reproduce:
I clicked on "Extras -> Add Ons", the "about:addons" tab opens. On the top right the number of downloaded add-ons is displayed.
Actual results:
It says "Heruntergeladene Add-ons 4.294.967.295" (Downloaded plugins 4.294.967.295). Wait... 4.294.967.295? I know that number: it is 2^32 -1. Seems anywhere deep in a server script the wrong data type to count the # of downloaded plugins is used, as the number did not increase between yesterday and today.
Expected results:
Correct the data type to display the correct number.
Reporter | ||
Updated•9 years ago
|
Component: Untriaged → Security
Product: Firefox → addons.mozilla.org
Version: 47 Branch → unspecified
Reporter | ||
Updated•9 years ago
|
Comment 1•9 years ago
|
||
Status: UNCONFIRMED → RESOLVED
Closed: 9 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•