Like Ma

Results 24 issues of Like Ma

https://highlightjs.org/static/demo/ For example, ocean?

`ACE_Process::child` is called after for `fork` and various `set*id` on UNIX If calling [`setrlimit`](https://linux.die.net/man/2/setrlimit) inside `ACE_Process::child`, `setrlimit` might return `-1` with `errno` `EPERM` because various `set*id` might limit permissions. See...

The result buffer of `ACE_TEXT_RegQueryValueEx` may not be null-terminated. This bug can be also reproduced on 6.5.x branch.

needs review

In Linux, UNIX domain socket supports abstract path like `@/tmp/foobar`

needs review

Hi, I want to check whether `ACE_Reactor` is waiting for events or calling ACE_Event_Handler method. How to do it?