TimsterMon / volatility

Automatically exported from code.google.com/p/volatility
GNU General Public License v2.0
0 stars 0 forks source link

threads has an unnecessary for-loop #406

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Working with r3375 of Volatility.

Line 408 of malware.threads has a for-loop iterating over members of 
checks.items().

Within the body of that loop, instances is assigned/created by converting a 
list-comprehension (which iterates over checks.items()) into a dict.

The for-loop (line 408) looks unnecessary here?

Original issue reported on code.google.com by carl.pulley on 10 Apr 2013 at 6:38

GoogleCodeExporter commented 9 years ago

Original comment by jamie.l...@gmail.com on 11 Apr 2013 at 7:45

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r3384.

Original comment by michael.hale@gmail.com on 12 Apr 2013 at 4:12