ladybird/Ports/acpica-tools/patches
2022-06-08 17:58:36 +01:00
..
0001-Stop-compiler-warnings-on-dangling-pointer.patch Ports: Format patches without numbering, commit hash or version number 2022-06-08 17:58:36 +01:00
0002-Disable-sprintf-debug-message-with-formatting-issues.patch Ports: Format patches without numbering, commit hash or version number 2022-06-08 17:58:36 +01:00
0003-Fix-printf-bad-specifier-formatting.patch Ports: Format patches without numbering, commit hash or version number 2022-06-08 17:58:36 +01:00
ReadMe.md Ports/acpica-tools: Use ./package.sh dev to align patches and ReadMe 2022-05-28 14:57:13 +01:00

Patches for acpica-tools on SerenityOS

0001-Stop-compiler-warnings-on-dangling-pointer.patch

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-with-formatting-issues.patch

Disable sprintf debug message with formatting issues

0003-Fix-printf-bad-specifier-formatting.patch

Fix printf bad specifier formatting

Fix sprintf specifier being written in a bad format leading to iASL to crash.