]> git.ipfire.org Git - thirdparty/dovecot/core.git/commit
lib: json-parser - Fix parsing \uXXXX in non-blocking input
authorTimo Sirainen <timo.sirainen@open-xchange.com>
Wed, 6 May 2020 10:15:34 +0000 (13:15 +0300)
committertimo.sirainen <timo.sirainen@open-xchange.com>
Wed, 7 Oct 2020 13:57:27 +0000 (13:57 +0000)
commit1cf804030671c24fb323aa8e3ed2d26515dbea0f
treea88786c7d93c7069d075d71f4f6466ca13388942
parentc4beabf43fb49a30041fd8d42eb559180518f587
lib: json-parser - Fix parsing \uXXXX in non-blocking input

If it was in the istream's read boundary it resulted as parsing error.
src/lib/json-parser.c
src/lib/test-json-parser.c