Revision 1.106  2005/11/13 16:48:02  patrys
- up to 8.19.10
- temporarily commented out patch4 (not sure if still applicable)
- rel. 0.1

łatka -verify_area.patch zmienia raptem 1 wiersz:

int ATI_API_CALL
__ke_verify_area(int type, const void * addr, unsigned long size)
{
-    return verify_area(type, addr, size);
+    return (access_ok(type, addr, size) ? 0 : -EFAULT);
}

tak ciężko sprawdzić w kodzie czy to juz poprawili?

-- 
The only thing necessary for the triumph of evil
  is for good men to do nothing.
                                           - Edmund Burke
_______________________________________________
pld-devel-pl mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-devel-pl

Odpowiedź listem elektroniczym