Add basic use-after-free checking in limited places.
authorMatt Corallo <git@bluematt.me>
Tue, 19 Oct 2021 05:23:04 +0000 (05:23 +0000)
committerMatt Corallo <git@bluematt.me>
Tue, 19 Oct 2021 06:13:25 +0000 (06:13 +0000)
commit52e14d17ace64ef2dd9df182a892fe76ac74305c
tree79e63cc365028ddc179824beb4ba4a92e97220d3
parenta05d98212a06a79b3dedc8b6a07e24c343752182
Add basic use-after-free checking in limited places.

Sadly this appears to have exposed some missing allocation wraps,
which prevents us from applying this in more locations.
gen_type_mapping.py
java_strings.py
typescript_strings.py