https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: a7af389e7848f906589ad0603a28b7c6c001aa6d authored by Daniel Fort on 02 February 2018, 14:16:35 UTC
Merge latest changes from allocate-raw-lv-buffer
Tip revision: a7af389
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