If there's no memory available, is this properly returned by the allocating functions? · Issue #87 · crownstone/bluenet · GitHub
More Web Proxy on the site http://driver.im/
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
There are calls to malloc as well as new. In the past we used our own allocation function that returned NULL when memory could not be allocated. It is wise to check that this functionality is still operational.