https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 0d4fe6471676e707311b9a2f773c4fe1a438158a authored by Daniel Fort on 29 September 2017, 15:04:45 UTC
Closed branch unified_700D_audio_meters_fix_1
Tip revision: 0d4fe64
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