Statement on glibc/iconv Vulnerability

Voting

: max(nine, three)?
(Example: nine)

The Note You're Voting On

cubefox at web dot NOSPAMPLEASE dot de
3 years ago
Warning: As the section "return values" mentions, the return value NULL is ambiguos. To repeat, it can mean three things:

* The input string had the value "null"
* There was an error while parsing the input data
* The encoded data was deeper than the recursion limit

To distinguish these cases, json_last_error() can be used.

<< Back to user notes page

To Top