SHA256
1
0
forked from pool/tboot
Go to file
Dominique Leuenberger 9e4dcdaefa Accepting request 1196424 from security
- add tboot-fix-alloc-size-warning.patch: newest GCC spits out this error:
  ```
  pconf_legacy.c: In function ‘create’:
  pconf_legacy.c:327:16: error: allocation of insufficient size ‘20’ for type ‘tb_hash_t’ with size ‘64’ [-Werror=alloc-size]
  327 |         digest = malloc(SHA1_DIGEST_SIZE);
      |                ^
  ```
  There's a union data type behind this. It's not an actual error. To get rid
  of the warning, the patch allocates the full union size, thereby wasting a
  bit of memory.

OBS-URL: https://build.opensuse.org/request/show/1196424
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tboot?expand=0&rev=50
2024-08-28 19:32:25 +00:00
.gitattributes - add tboot-fix-alloc-size-warning.patch: newest GCC spits out this error: 2024-08-28 08:45:07 +00:00
.gitignore - add tboot-fix-alloc-size-warning.patch: newest GCC spits out this error: 2024-08-28 08:45:07 +00:00
tboot-1.11.4.tar.gz - add tboot-fix-alloc-size-warning.patch: newest GCC spits out this error: 2024-08-28 08:45:07 +00:00
tboot-bsc#1207833-copy-mbi.patch - add tboot-fix-alloc-size-warning.patch: newest GCC spits out this error: 2024-08-28 08:45:07 +00:00
tboot-distributor.patch - add tboot-fix-alloc-size-warning.patch: newest GCC spits out this error: 2024-08-28 08:45:07 +00:00
tboot-fix-alloc-size-warning.patch - add tboot-fix-alloc-size-warning.patch: newest GCC spits out this error: 2024-08-28 08:45:07 +00:00
tboot-grub2-fix-menu-in-xen-host-server.patch - add tboot-fix-alloc-size-warning.patch: newest GCC spits out this error: 2024-08-28 08:45:07 +00:00
tboot-grub2-fix-xen-submenu-name.patch - add tboot-fix-alloc-size-warning.patch: newest GCC spits out this error: 2024-08-28 08:45:07 +00:00
tboot-grub2-refuse-secure-boot.patch - add tboot-fix-alloc-size-warning.patch: newest GCC spits out this error: 2024-08-28 08:45:07 +00:00
tboot.changes - add tboot-fix-alloc-size-warning.patch: newest GCC spits out this error: 2024-08-28 08:45:07 +00:00
tboot.rpmlintrc - add tboot-fix-alloc-size-warning.patch: newest GCC spits out this error: 2024-08-28 08:45:07 +00:00
tboot.spec - add tboot-fix-alloc-size-warning.patch: newest GCC spits out this error: 2024-08-28 08:45:07 +00:00