Revision 55a54f79e091d52c3c2835985c347ea4d2e1c21f authored by Avi Kivity on 30 December 2006, 00:49:58 UTC, committed by Linus Torvalds on 30 December 2006, 18:56:44 UTC
__free_page() doesn't like a NULL argument, so check before calling it.  A
NULL can only happen if memory is exhausted during allocation of a memory
slot.

Signed-off-by: Avi Kivity <avi@qumranet.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
1 parent c68876f
History
File Mode Size
Makefile -rw-r--r-- 182 bytes
checksum.S -rw-r--r-- 8.9 KB
memcopy.S -rw-r--r-- 6.9 KB
memset.S -rw-r--r-- 3.8 KB
pci-auto.c -rw-r--r-- 9.1 KB
strcasecmp.c -rw-r--r-- 712 bytes
strncpy_user.S -rw-r--r-- 5.6 KB
strnlen_user.S -rw-r--r-- 3.8 KB
usercopy.S -rw-r--r-- 8.2 KB

back to top