Closed GoogleCodeExporter closed 9 years ago
Performing a quick grep for Decompose throws up some other code that might also
benefit from the use of DecomposeGenerator:
-apihooks.ApiHooks.checks_ucpcall
-ssdt.find_tables
Both of these bits of code use Decompose with data being set using a size
pulled from an in-memory data structure. Thus, with untrusted data, a similar
memory leak could occur?
All other uses of Decompose appear to operate over fixed size data lists.
Original comment by carl.pulley
on 3 Apr 2013 at 10:35
This issue was closed by revision r3292.
Original comment by michael.hale@gmail.com
on 3 Apr 2013 at 4:25
Original issue reported on code.google.com by
carl.pulley
on 3 Apr 2013 at 9:37