https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: be94de36fe2fd01eb783084d9c97c17b080c70f4 authored by alex@thinkpad on 10 February 2019, 17:27:08 UTC
5DS: moved experimental minimal.c into platform/5DS.111 and reverted changes to main minimal.c
Tip revision: be94de3
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