lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Fri, 30 Mar 2007 08:56:41 +0200
From:	Heiko Carstens <heiko.carstens@...ibm.com>
To:	Cyrill Gorcunov <gorcunov@...il.com>
Cc:	linux-kernel-list <linux-kernel@...r.kernel.org>
Subject: Re: [QUESTION] check for mem in slab

> in file mm/slab.c and routine kmem_cache_init() I found there
> is no checking for allocated memory on line:
> 
> 	/* 4) Replace the bootstrap head arrays */
> 	{
> 		struct array_cache *ptr;
> 
> 		ptr = kmalloc(sizeof(struct arraycache_init), GFP_KERNEL);
> 
> --> no check for ptr == NULL <--
[...]
> is that OK? or it's a bug?

It's ok. If that allocation fails your machine won't come up anyway.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists