• Andrew Morton's avatar
    [PATCH] security bugfix for mqueue · b06d7b4c
    Andrew Morton authored
    From: Manfred Spraul <manfred@colorfullife.com>
    
    I found a security bug in the new mqueue code: a process that has only
    write permissions to a message queue could call mq_notify(SIGEV_THREAD) and
    use the returned notification file descriptor to read from the message
    queue.
    b06d7b4c
mqueue.c 29.9 KB