https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 9c65eedf5fd15d9797cea04b4186d5cd28cffbc6 authored by Daniel Fort on 07 January 2019, 22:03:55 UTC
gui.h: changed needed to be done on the trash button, not the Q button
Tip revision: 9c65eed
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