pgsql: Clear padding of PgStat_HashKey when handling pgstats entries
От | Michael Paquier |
---|---|
Тема | pgsql: Clear padding of PgStat_HashKey when handling pgstats entries |
Дата | |
Msg-id | E1t87dn-000Dym-GR@gemulon.postgresql.org обсуждение исходный текст |
Список | pgsql-committers |
Clear padding of PgStat_HashKey when handling pgstats entries PgStat_HashKey is currently initialized in a way that could result in random data if the structure has any padding bytes. The structure has no padding bytes currently, fortunately, but it could become a problem should the structure change at some point in the future. The code is changed to use some memset(0) so as any padding would be handled properly, as it would be surprising to see random failures in the pgstats entry lookups. PgStat_HashKey is a structure internal to pgstats, and an ABI change could be possible in the scope of a bug fix, so backpatch down to 15 where this has been introduced. Author: Bertrand Drouvot Reviewed-by: Jelte Fennema-Nio, Michael Paquier Discussion: https://postgr.es/m/Zyb7RW1y9dVfO0UH@ip-10-97-1-34.eu-west-3.compute.internal Backpatch-through: 15 Branch ------ REL_17_STABLE Details ------- https://git.postgresql.org/pg/commitdiff/7f3b41ce48a58f090da94dbcc737483c217ce9c3 Modified Files -------------- src/backend/utils/activity/pgstat.c | 3 +++ src/backend/utils/activity/pgstat_shmem.c | 18 ++++++++++++++++-- 2 files changed, 19 insertions(+), 2 deletions(-)
В списке pgsql-committers по дате отправления: