dangling else

Chris Atenasio (chrisa@flashcom.net)
Tue, 13 Jul 1999 04:50:27 -0400 (EDT)


umm... looks like it was already fixed in sparc64

linux-2.2.10/arch/sparc/mm/fault.c:386

if(write)
if(!(vma->vm_flags & VM_WRITE))
goto bad_area;
else
if(!(vma->vm_flags & (VM_READ | VM_EXEC)))
goto bad_area;

- Chris
-----------------------------------------------------------------------------
Chris Atenasio <chrisa@flashcom.net> - Friends don't let friends use Windows.
Send mail with subject "send pgp key" or "word of the day" for auto-response.
Today's word of the day: deliberating

-
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/