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

Ports: Add ACPICA tools port

This commit is contained in:
Liav A 2022-05-27 10:32:57 +03:00 committed by Linus Groh
parent 3667d7e93c
commit d1c9089fcd
5 changed files with 81 additions and 0 deletions

View file

@ -0,0 +1,10 @@
# Patches for nyancat on SerenityOS
## `0001--Stop-compiler-warnings-on-dangling-pointer.patch`
Use static variable to prevent using a dangling pointer from a previous stack trace.
## `0002-Disable-sprintf-debug-message-due-to-formatting-erro.patch`
Disable sprintf debug message with formatting issues.