"src/dict.c" did not exist on "2069d06a0bb88acf17153e2ece1ffb857d11645d"
Fix maxmemory-samples stack overflow crash in evictionPoolPopulate, limit its...
Fix maxmemory-samples stack overflow crash in evictionPoolPopulate, limit its value to [1,64] (#13000) We have not limited the value of maxmemory-samples in the past, it can be set very large. If it is set very large, we will have stack overflow in evictionPoolPopulate when we trigger the key eviction. There is no reason for this config to be set too high, so just limit its range to [1,64].
Please register or sign in to comment