lkml.org 
[lkml]   [1999]   [Apr]   [13]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [real fix] Re: [patch] fix for cc1 Out of memory [Re: [TESTCASE] `Out of memory for cc1']
On Tue, 13 Apr 1999, Andrea Arcangeli wrote:

> Index: mmap.c
> ===================================================================
> RCS file: /var/cvs/linux/mm/mmap.c,v
> retrieving revision 1.1.2.15
> diff -u -r1.1.2.15 mmap.c
> --- mmap.c 1999/04/09 16:53:46 1.1.2.15
> +++ linux/mm/mmap.c 1999/04/13 01:29:08
> @@ -565,8 +565,8 @@
> if (!prev)
> goto no_mmaps;
> if (prev->vm_end > start) {
> - if (last > prev->vm_end)
> - last = prev->vm_end;
> + if (last > prev->vm_start)
> + last = prev->vm_start;
> goto no_mmaps;
> }
> }

Thanks! Trying to pin this sucker down.. wasn't working ;-)

-Mike


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 13:51    [W:0.055 / U:0.076 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site