pengutronix / genimage

tool to generate multiple filesystem and flash images from a tree
GNU General Public License v2.0
308 stars 110 forks source link

Fix use-after-free in map_file_extents #128

Closed vesim987 closed 3 years ago

vesim987 commented 3 years ago

This fixes use-after-free which can cause segmentation faults.

michaelolbrich commented 3 years ago

The same fix was already pending in #112. I merged it in #129 with some other changes.