-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
src/yajl_tree.c: errors during parsing leave incomplete data structures
- so don't pass possible NULL pointers to YA_FREE()! (maybe this should be fixed so incomplete data structures are never returned in the first place, but on the other hand allocating and filling empty values could lead to even more mistaken assumptions)
- Loading branch information
Showing
1 changed file
with
23 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters