You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Check libc::malloc result for null pointer
The malloc call can fail in out of memory conditions, depending on the
kernel settings. If it does in fact return NULL, then return an Error
instead of dereferencing the NULL pointer.
0 commit comments