--- trunk/1.7.x/ccs-patch/README.ccs 2009/09/04 03:58:47 2991 +++ trunk/1.7.x/ccs-patch/README.ccs 2009/09/06 02:18:23 2998 @@ -2100,3 +2100,10 @@ I can't call ccs_profile() for profile existence test because ccs_profile() never returns NULL. + +Fix 2008/09/06 + + @ Fix wrong error code in ccs_try_alt_exec(). + + ccs_try_alt_exec() was returning ENOMEM when kmalloc() failed. + It needs to return -ENOMEM to fail.