Files
linux-legacy/include/linux
Al Viro c32c8af43b sanitize AUDIT_MQ_SENDRECV
* logging the original value of *msg_prio in mq_timedreceive(2)
  is insane - the argument is write-only (i.e. syscall always
  ignores the original value and only overwrites it).
* merge __audit_mq_timed{send,receive}
* don't do copy_from_user() twice
* don't mess with allocations in auditsc part
* ... and don't bother checking !audit_enabled and !context in there -
  we'd already checked for audit_dummy_context().

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
2009-01-04 15:14:40 -05:00
..
2009-01-04 15:14:40 -05:00
2009-01-01 10:12:19 +10:30
2009-01-02 12:19:34 -08:00
2008-12-31 18:07:38 -05:00
2009-01-03 14:02:18 +01:00
2008-12-31 18:07:42 -05:00
2008-12-31 18:07:43 -05:00
2008-12-31 18:07:42 -05:00
2008-12-31 15:11:46 +01:00
2009-01-03 14:11:07 +01:00
2009-01-01 10:12:25 +10:30
2009-01-02 10:19:36 -08:00