You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by "Eric Avdey (JIRA)" <ji...@apache.org> on 2017/01/31 17:12:51 UTC

[jira] (COUCHDB-3273) Negative parameter count sent to /_uuids lead to crash

     [ 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)