newsJson-Type: JSON Push Parsing and Type Checking - News

 
 

Released Json-Type v0.7.4

Item posted by Ştefan Vargyas / István <stvar> on Sun 18 Sep 2016 05:55:02 PM UTC.

Json-Type v0.7.4: fixed an embarrassing bug in the library (lib/json.c:json_validate_utf8):

  * Invalid UTF8 string "\xf4\xbf\xbf\xbf" wasn't rejected as erroneous;
  * Related invalid UTF8 strings "\xf4\xbf" and "\xf4\xbf\xbf" correctly rejected but with improper error position.

Also included two more documentation files:

  * 'doc/gen-func.txt': accounts for the usage of Trie-Gen (http://www.nongnu.org/trie-gen/) as a meta-tool;
  * 'doc/trie-impl.txt': describes to a certain extent the trie data structure and its algorithms implemented in the header file 'lib/trie-impl.h'.

Back to the top

Powered by Savane 3.13-4b48.
Corresponding source code