https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 96b0f88f303e6f9b87797634c0669124d2cf9472 authored by Daniel Fort on 11 March 2018, 01:41:03 UTC
Closed branch compressed_raw_digic4
Tip revision: 96b0f88
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