smalloc: don't crash on being passed a bad pointer
authorJens Axboe <axboe@fb.com>
Tue, 17 Mar 2015 16:45:18 +0000 (10:45 -0600)
committerJens Axboe <axboe@fb.com>
Tue, 17 Mar 2015 16:45:18 +0000 (10:45 -0600)
This can happen if we pass sfree() memory not allocated by smalloc.
Ignore it and log an error instead of triggering an assert().

Signed-off-by: Jens Axboe <axboe@fb.com>

No differences found