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
I believe that on a malloc failure for the 'temp_buffer = malloc(temp_buffer_size);', we'll end up not computing the aux data at that level, but write it out anyways.
That should be fixed...
The text was updated successfully, but these errors were encountered:
I believe that on a malloc failure for the 'temp_buffer = malloc(temp_buffer_size);', we'll end up not computing the aux data at that level, but write it out anyways.
That should be fixed...
The text was updated successfully, but these errors were encountered: