lkml.org 
[lkml]   [2004]   [Jun]   [10]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
SubjectRe: Fix memory leak in swsusp
From
On Thu, Jun 10, 2004 at 08:50:12PM +1000, Herbert Xu wrote:
>
> @@ -803,32 +804,31 @@
> return 0;
> }
>
> + err = -ENOMEM;
> while ((m = (void *) __get_free_pages(GFP_ATOMIC, pagedir_order))) {
> memset(m, 0, PAGE_SIZE);

BTW, what does this memset do?

Thanks,
--
Visit Openswan at http://www.openswan.org/
Email: Herbert Xu ~{PmV>HI~} <herbert@gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
-
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/
\
 
 \ /
  Last update: 2005-03-22 14:03    [from the cache]
©2003-2011 Jasper Spaans