C
Christopher
I need some ammunition to convince some people that a bug I found is a
bug.
Is it at the very least, undefined behavior, if a call to new is made
after the process has begun to exit and after the global and static
deallocation sequence has begun?
After all, how can I allocate a new global when the process is trying
to deallocate all globals?
Is there any documentation on the matter I can use for convincing
power?
bug.
Is it at the very least, undefined behavior, if a call to new is made
after the process has begun to exit and after the global and static
deallocation sequence has begun?
After all, how can I allocate a new global when the process is trying
to deallocate all globals?
Is there any documentation on the matter I can use for convincing
power?