• Georgi Kodinov's avatar
    Bug#43748: crash when non-super user tries to kill the replication threads · 08626e80
    Georgi Kodinov authored
    (Pushing for Azundris)
          
    We allow security-contexts with NULL users (for
    system-threads and for unauthenticated users).
    If a non-SUPER-user tried to KILL such a thread,
    we tried to compare the user-fields to see whether
    they owned that thread. Comparing against NULL was
    not a good idea.
          
    If KILLer does not have SUPER-privilege, we
    specifically check whether both KILLer and KILLee
    have a non-NULL user before testing for string-
    equality. If either is NULL, we reject the KILL.
    08626e80
rpl_temporary.test 6.79 KB