• Nick Kralevich's avatar
    Enable NX protections · 2915cc3e
    Nick Kralevich authored
    Add -Wa,--noexecstack and -Wl,-z,noexecstack as default
    flags when compiling applications.  This enables NX
    protections, which prevent code from executing on the
    stack or heap.  NX protections can block a large number
    of buffer overflow attacks, and is an important security
    feature.
    
    Change-Id: Iad4bab9f8664584ba6ce832a5318d07680d7a908
    2915cc3e
TARGET_linux-arm.mk 9.03 KB