https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 3997aa386a3743697410e8f2a29c01685ed21ef9 authored by alex@thinkpad on 05 June 2018, 16:26:37 UTC
100D: fix INPUT_ENABLE_IMAGE_PHYSICAL_SCREEN_PARAMETER (display filters working)
Tip revision: 3997aa3
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