[
https://issues.apache.org/jira/browse/COUCHDB-3273?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Eric Avdey resolved COUCHDB-3273.
---------------------------------
Resolution: Fixed
> 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
> Assignee: 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.15#6346)