deps/jansson: Update jansson to version 2.9

Closes jp9000/obs-studio#797
This commit is contained in:
Shaolin
2017-02-13 03:10:56 -02:00
committed by jp9000
parent 5026d26b85
commit 14f734f631
89 changed files with 3380 additions and 698 deletions

View File

@@ -0,0 +1,2 @@
1 5 5
invalid escape near '"\uq'

View File

@@ -0,0 +1 @@
["\uqqqq <-- invalid unicode escape"]

View File

@@ -0,0 +1,2 @@
1 33 33
\u0000 is not allowed without JSON_ALLOW_NUL

View File

@@ -0,0 +1 @@
["null escape \u0000 not allowed"]

View File

@@ -0,0 +1,2 @@
1 2049 2049
maximum parsing depth reached near '['

File diff suppressed because one or more lines are too long

View File

@@ -1,6 +1,6 @@
#!/bin/sh
#
# Copyright (c) 2009-2013 Petri Lehtinen <petri@digip.org>
# Copyright (c) 2009-2016 Petri Lehtinen <petri@digip.org>
#
# Jansson is free software; you can redistribute it and/or modify
# it under the terms of the MIT license. See LICENSE for details.