https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 4821fed3031d8af9bef340decefea0c996d3b8c5 authored by g3gg0 on 22 November 2014, 10:35:59 UTC
fix some crash situations in WebDAVServer
Tip revision: 4821fed
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