Eric Avdey created COUCHDB-3273:
-----------------------------------
Summary: Negative parameter count sent to /_uuids lead to crash
Key: COUCHDB-3273
URL: https://issues.apache.org/jira/browse/COUCHDB-3273
Project: CouchDB
Issue Type: Bug
Reporter: Eric Avdey
We are checking if "count" is an integer, but not validating that it is positive
[code]
$ http :15984/_uuids count==-1
{
"error": "unknown_error",
"reason": "function_clause",
"ref": 2013513219
}
[/code]
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)