summaryrefslogtreecommitdiff
path: root/drivers/pcmcia/ti113x.h
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@g5.osdl.org>2005-10-07 04:54:21 (GMT)
committerLinus Torvalds <torvalds@g5.osdl.org>2005-10-07 04:54:21 (GMT)
commit829841146878e082613a49581ae252c071057c23 (patch)
treeb38d26d6c99f043f14242351ac084f8b088a772b /drivers/pcmcia/ti113x.h
parentedb4a3534adbaf90768d67da35f0bfeac4767db6 (diff)
downloadlinux-829841146878e082613a49581ae252c071057c23.tar.xz
Avoid 'names_cache' memory leak with CONFIG_AUDITSYSCALL
The nameidata "last.name" is always allocated with "__getname()", and should always be free'd with "__putname()". Using "putname()" without the underscores will leak memory, because the allocation will have been hidden from the AUDITSYSCALL code. Arguably the real bug is that the AUDITSYSCALL code is really broken, but in the meantime this fixes the problem people see. Reported by Robert Derr, patch by Rick Lindsley. Acked-by: Al Viro <viro@ftp.linux.org.uk> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/pcmcia/ti113x.h')
0 files changed, 0 insertions, 0 deletions