https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 1d5457fce2c4b8c1cae8019644eba0564b00c8ba authored by alex@thinkpad on 07 March 2018, 05:46:56 UTC
memset64/memcpy64: use versions from b831cb1; fix calls from Magic Zoom to ensure proper alignment
Tip revision: 1d5457f
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