• Mao Han's avatar
    csky: Initial stack protector support · 2f78c73f
    Mao Han authored
    This is a basic -fstack-protector support without per-task canary
    switching. The protector will report something like when stack
    corruption is detected:
    
    It's tested with strcpy local array overflow in sys_kill and get:
    stack-protector: Kernel stack is corrupted in: sys_kill+0x23c/0x23c
    
    TODO:
     - Support task switch for different cannary
    Signed-off-by: default avatarMao Han <han_mao@c-sky.com>
    Signed-off-by: default avatarGuo Ren <guoren@linux.alibaba.com>
    2f78c73f
stackprotector.h 705 Bytes