https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: bad45c671ae63de63d7970465ac95a4991fe35b6 authored by Daniel Fort on 28 April 2019, 11:29:06 UTC
Close branch kitor/eosr_120.
Tip revision: bad45c6
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