• evgen@moonbone.local's avatar
    Bug#22138: Unhandled NULL caused server crash · ea8a646d
    evgen@moonbone.local authored
    The Cached_item_decimal::cmp() method wasn't checking for null pointer
    returned from the val_decimal() of the item being cached.
    This leads to server crash.
    
    The Cached_item_decimal::cmp() method now check for null values.
    ea8a646d
item_buff.cc 3.81 KB