reticulatedpines / magiclantern_simplified

A Git based version of Magic Lantern, for those unwilling or unable to work using Mercurial. The vast majority of branches have been removed, with those thought to be important brought in individually and merged.
GNU General Public License v2.0
147 stars 51 forks source link

mem.c: avoid out of bounds array access in mem bar drawing routine #20

Closed coon42 closed 3 years ago

coon42 commented 3 years ago

avoids a crash on D8 cams (or probably all cams with lots of RAM) which happens by a out of bounds array write access when drawing a graphical representation of available and used memory when free mem dialog is opened.