https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: dd19a6e3f04b6eb90e73a0d053cac3c43068b2c6 authored by danne on 01 January 2017, 19:57:11 UTC
Closed branch 5D3-123-Bulb-ND
Tip revision: dd19a6e
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