redis
redis copied to clipboard
Crash consistency bug in 3.2-nvml
https://github.com/pmem/redis/blob/4e622e75a596813fc1d2a3d1b569427302fad602/src/server.c#L4015-L4019
- If the pool is corrupted or is otherwise unopenable, pmemobj_open(...) will return NULL, causing a SEGFAULT during initialization (i.e., at POBJ_ROOT).