On Wed, Apr 01, 2009 at 03:47:27PM -0400, Paul Moore wrote: > The audit subsystem treats syscall return codes as type long, unfortunately > the audit_get_context() function mistakenly converts the return code to an > int type in the parameters which could cause problems on systems where the > sizeof(int) != sizeof(long). > > Signed-off-by: Paul Moore <[email protected]>
Applied. E.g. for mmap() it's actually easy to trigger on 64bit boxen. -- Linux-audit mailing list [email protected] https://www.redhat.com/mailman/listinfo/linux-audit
