MDEV-18298 Crashes server with segfault during role grants
it was supposed to be `*(p-1)` not `*p-1` (the crash happens if `*p==0`)
Showing
Please register or sign in to comment
it was supposed to be `*(p-1)` not `*p-1` (the crash happens if `*p==0`)