|
|
|
|
|
by the_mitsuhiko
3581 days ago
|
|
> This is false, you can call any async signal safe function. Incidentally write is one of them. Which malloc() is not. Anything that might internally allocate is out of the question. The list of functions that are safe to call in C alone is very limited and even then the question of errno arises. |
|