Jansson v2.6 Release Notes

Release Date: 2014-04-01 // about 10 years ago
  • ๐Ÿš€ Released 2014-02-11

    • ๐Ÿ”’ Security:

      • CVE-2013-6401: The hash function used by the hashtable implementation has been changed, and is automatically seeded with random data when the first JSON object is created. This prevents an attacker from causing large JSON objects with specially crafted keys perform poorly.
    • ๐Ÿ†• New features:

      • json_object_seed(): Set the seed value of the hash function.
    • ๐Ÿ› Bug fixes:

      • Include CMake specific files in the release tarball.
    • ๐Ÿ“š Documentation:

      • Fix tutorial source to send a User-Agent header, which is now required by the GitHub API.
      • Set all memory to zero in secure_free() example.