https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: c707d020adbd3b22c48cdb15c3480bc4b5d7b1db authored by danne on 11 March 2017, 18:02:59 UTC
Closed branch raw_video_10bit_12bit_wav_fix
Tip revision: c707d02
README.rst
Memory Protection
=================

This module enables ARM memory protection and configures it to
protect the first 4KiB so that NULL pointer accesses will get caught.
As Canon's own code often causes NULL pointers to be dereferenced, 
this will happen quite often - especially in LV mode.

:License: GPL
:Summary: Protect from NULL pointer accesses
:Authors: g3gg0
back to top