On Thu, Nov 02, 2017 at 06:37:15PM +0000, Kamil Rytarowski wrote:
> Module Name:  src
> Committed By: kamil
> Date:         Thu Nov  2 18:37:15 UTC 2017
> 
> Modified Files:
>       src/lib/libc/stdlib: atexit.c
> 
> Log Message:
> Correct handling of __cxa_atexit(a,b,NULL) in libc

I don't get it. This seems to be quite wrong.

> Correct a bug that __cxa_atexit(x,y,NULL) is handled in the same way as
> atexit(x) (which is simplified to __cxa_atexit(x,NULL,NULL).

__cxa_atexit(x,y,NULL) is not invalid. Please revert this.

Joerg

Reply via email to