amdaemon: Add signature for OpenSSL SHA crash bug fix

This commit is contained in:
beerpsi 2024-07-30 16:00:13 +00:00
parent 6613e592ab
commit 7790dab4cd

View File

@ -17,3 +17,16 @@
- offset: 0x03
off: [0x28]
on: [0x08]
# https://github.com/eamonwoortman/openssl-universal-patcher/blob/master/src/OpenSSLUniversalPatcher/Resources/openssl.universal.patch
# https://eamonwoortman.github.io/openssl-binary-patching/
# https://github.com/openssl/openssl/commit/7123aa81e9fb19afb11fdf3850662c5f7ff1f19c#diff-fd85954e17364d4495e1e077a5768e4e
- name: OpenSSL SHA crash bug fix
tooltip: Fixes crashing on 10th and 11th generation Intel CPUs
signature: "48 8D 46 40 66 0F FE CC 48 0F 45 F0"
patches:
- offset: 0x00
off: [0x48]
on: [0x4C]
- offset: 0x08
off: [0x48]
on: [0x49]