]> granicus.if.org Git - jq/commit
fix errors flagged by clang static analyzer
authorDavid Tolnay <dtolnay@gmail.com>
Fri, 19 Jun 2015 17:33:35 +0000 (10:33 -0700)
committerNicolas Williams <nico@cryptonector.com>
Sat, 20 Jun 2015 21:08:56 +0000 (16:08 -0500)
commit4a316fbb5a1119ebb74b271129d563fd284315bc
tree51fed5c676c00384c34b4fcc49611a19149a8136
parent7811ef1e1746f0963deb960af2c9623fb53c24a5
fix errors flagged by clang static analyzer

builtin.c: bug - free of uninitialized jv
compile.c: missing assertion
jq_test.c: buggy logic / unreachable code
jv.c: missing assertion
jv_alloc.c: false positive - intentional read of uninitialized memory
jv_file.c: dead code
builtin.c
compile.c
jq_test.c
jv.c
jv_alloc.c
jv_file.c