Re: Zeroed pages returned for heap
From: Peter Staubach (staubach_at_redhat.com)
Date: 06/07/05
- Previous message: Sylvain Meyer: "Re: 2.6.12?"
- In reply to: Nagendra Singh Tomar: "Zeroed pages returned for heap"
- Next in thread: Nagendra Singh Tomar: "Re: Zeroed pages returned for heap"
- Reply: Nagendra Singh Tomar: "Re: Zeroed pages returned for heap"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 07 Jun 2005 11:57:06 -0400 To: "Tomar, Nagendra" <nagendra_tomar@adaptec.com>
Nagendra Singh Tomar wrote:
>Hi all,
> The short version first.
>Is it OK for an application (a C library implementing malloc/calloc is
>also an application) to assume that the pages returned by the OS for heap
>allocation (either directly thru brk() or thru mmap(MAP_ANONYMOUS)) will
>be zero filled.
>
An application which makes assumptions about the contents of newly allocated
memory would seem to be making very dangerous assumptions.
Ignoring that, would it not be considered to be a security violation to hand
pieces of memory to applications without erasing the old contents of the
pages?
Thanx...
ps
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
- Previous message: Sylvain Meyer: "Re: 2.6.12?"
- In reply to: Nagendra Singh Tomar: "Zeroed pages returned for heap"
- Next in thread: Nagendra Singh Tomar: "Re: Zeroed pages returned for heap"
- Reply: Nagendra Singh Tomar: "Re: Zeroed pages returned for heap"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|