mirror of
https://github.com/json-c/json-c.git
synced 2026-03-30 02:19:06 +08:00
Issue #275: fix out of bounds read when handling unicode surrogate pairs.
This commit is contained in:
@@ -3,6 +3,7 @@ new_obj.to_string()="foo"
|
||||
new_obj.to_string()="foo"
|
||||
new_obj.to_string()="ABC"
|
||||
new_obj.to_string()=null
|
||||
new_obj.to_string()=null
|
||||
new_obj.to_string()=NaN
|
||||
new_obj.to_string()=null
|
||||
new_obj.to_string()=null
|
||||
|
||||
Reference in New Issue
Block a user