Files
scylladb/auth/cache.cc
Marcin Maliszkiewicz 6195e08408 auth: add defensive has() guard for role_attributes value column
Add a has() check before accessing the value column in role_attributes
to tolerate ghost rows with missing regular columns. In practice this
is unlikely to be a problem since attributes are not typically revoked,
but the guard is added for consistency and defensive programming.

(cherry picked from commit c44625ebdf)
2026-05-06 20:47:29 +00:00

12 KiB