1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-31 18:07:47 +00:00

Ports/acpica-tools: Use ./package.sh dev to align patches and ReadMe

This prevents manual changes to the ReadMe to get lost in the future.
This commit is contained in:
EWouters 2022-05-28 13:31:05 +02:00 committed by Linus Groh
parent 58b46d9e37
commit 39682d4fbc
4 changed files with 24 additions and 13 deletions

View file

@ -1,14 +1,21 @@
# Patches for nyancat on SerenityOS
# Patches for acpica-tools on SerenityOS
## `0001--Stop-compiler-warnings-on-dangling-pointer.patch`
## `0001-Stop-compiler-warnings-on-dangling-pointer.patch`
Use static variable to prevent using a dangling pointer from a previous stack trace.
Stop compiler warnings on dangling pointer
Use static variable to prevent using a dangling pointer from a previous
stack trace.
## `0002-Disable-sprintf-debug-message-due-to-formatting-erro.patch`
## `0002-Disable-sprintf-debug-message-with-formatting-issues.patch`
Disable sprintf debug message with formatting issues
Disable sprintf debug message with formatting issues.
## `0003-Fix-printf-bad-specifier-formatting.patch`
Fix sprintf specifier being written in a bad format leading to iASL to crash.
Fix printf bad specifier formatting
Fix sprintf specifier being written in a bad format leading to iASL to
crash.