Blender Git Loki
Git Commits -> Revision d7cfee0
Revision d7cfee0 by Campbell Barton (master) January 21, 2021, 03:59 (GMT) |
Fix use of uninitialized variable in image sequence detection Uninitialized stack memory was being re-used in a loop. Error in original commit from 04f81c8225f28ba9722cc06dc7f2d8a4d72a3fa3 This happened to work as the same memory location was re-used between iterations and not overwritten. |
Commit Details:
Full Hash: d7cfee0b683611a95ec69d47ca6d0f403a89e835
Parent Commit: eaf5ee8
Lines Changed: +2, -1
1 Modified Path:
/source/blender/editors/space_image/image_sequence.c (+2, -1) (Diff)