Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
egg-secure-memory-Allocate-enough-space-for-the-guard-poi.patch | egg-secure-memory: Allocate enough space for the guard pointers Cell allocations have an overhead of two pointer-sized words, which we need to take into account. Otherwise, whenever we try to allocate a new block to hold at least `DEFAULT_BLOCK_SIZE - 2 * sizeof (void *)` bytes, it will end up too small to allocate a cell of that size and we will fall back to non-mlock'd memory with a warning. |
Simon McVittie <smcv@debian.org> | yes | upstream | 2021-09-26 | |
egg-secure-memory-Add-a-warning-if-gnome-keyring-36-happe.patch | egg-secure-memory: Add a warning if gnome-keyring#36 happens again If we call sec_block_create() to allocate a block sized to hold `length` bytes, and we succeed, then we should really be able to sec_alloc() a cell of `length` bytes within that block. If we can't, then we chose the size of the block incorrectly. |
Simon McVittie <smcv@debian.org> | yes | 2021-09-26 | ||
03_kfreebsd.patch | Support GNU/kFreeBSD | Emmanuel Bouthenot <kolter@openics.org> | no | 2009-12-16 | ||
05_skip-known-test-failures.patch | Skip a few failing tests that have already been reported upstream See https://bugzilla.gnome.org/754633 and https://bugzilla.gnome.org/767122 |
Jeremy Bicha <jbicha@ubuntu.com> | no | 2016-09-06 | ||
systemd-Start-with-graphical-session-instead-of-default.patch | systemd: Start with graphical-session instead of default https://gitlab.gnome.org/GNOME/gnome-keyring/-/merge_requests/53 |
Jeremy Bicha <jeremy.bicha@canonical.com> | no | 2022-05-24 |