salad: fix segfault in case when mhash table allocation failure
There was no check for successful memory allocation in `new` and `clear` functions for mhash table. And if the memory was not allocated, a null pointer dereference occured.
Loading
Please register or sign in to comment