| commit | 43f4bf2fdd13c7466e3fea690d436c6a9540f303 | [log] [tgz] |
|---|---|---|
| author | James E. King, III <jking@apache.org> | Sat Oct 28 12:54:02 2017 -0400 |
| committer | James E. King, III <jking@apache.org> | Sat Oct 28 16:44:09 2017 -0400 |
| tree | a26a8c1bc53e74ebddf3feddf66b75258f7f6227 | |
| parent | d4df91709b724174aaf8a957f3edac3573be354e [diff] |
THRIFT-4376: fix a few high impact coverity defects: 1458947: memory leak in compiler 1458787: resource leak in c_glib led to discovery of assert() abuse 1459090: fix string.find result check in JSON processor (unlikely) This closes #1404