citus/src/include
Jelte Fennema bab0f268d3 Semmle: Ensure stack memory is not leaked through uninitialized… (#3561)
New stack memory can contain anything including passwords/private keys.
In these functions we return structs that can have their padding
bytes uninitialized. By first zeroing out the struct fully, we try to
ensure that any data that is in these padding bytes is at least
overwritten once. It might not be zero anymore after setting the fields,
but at least it shouldn't be private data anymore.

(cherry picked from commit c4cc26ed37)
2020-03-25 09:20:22 +01:00
..
distributed Semmle: Ensure stack memory is not leaked through uninitialized… (#3561) 2020-03-25 09:20:22 +01:00
.gitignore Self-implemented review feedback 2017-04-03 22:55:12 -06:00
citus_config.h.in Make reports hostname configurable and enable stats collection in tests. 2017-10-31 21:51:43 -04:00
citus_version.h.in Make reports hostname configurable and enable stats collection in tests. 2017-10-31 21:51:43 -04:00