Avoid alloca()
By the way, alloca() _cannot_ return NULL. It simply crashes if there is not enough memory.
Showing
Please register or sign in to comment
By the way, alloca() _cannot_ return NULL. It simply crashes if there is not enough memory.