Y
Hacker News
new
|
ask
|
show
|
jobs
by
astrange
989 days ago
As long as the syscalls don't themselves fail, it's no problem until you run out of address space. At which point you should crash because you probably need to allocate to handle any reasonable errors.
1 comments
cassepipe
986 days ago
So is there no point to checking malloc return ?
link