-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Labels
Description
OMcahce doesn't do a lot of memory allocation, but where it does, it doesn't check the return values. Consider doing something about this. Just adding checks for NULL isn't enough, failed allocations need to either call abort() (which isn't a nice thing in a library) or they need to roll back the operation and they need tests to make sure it actually works.