summaryrefslogtreecommitdiff
path: root/Userland/Services/InspectorServer
diff options
context:
space:
mode:
authorPeter Bindels <dascandy@gmail.com>2021-07-16 22:01:35 +0200
committerGunnar Beutner <gunnar@beutner.name>2021-07-17 00:43:34 +0200
commit85c2ad94d513fece80a76f822aca31fe45e6c51d (patch)
treead7dc5f2c477bf6c4a30caa8920370501d163646 /Userland/Services/InspectorServer
parent3cca9e670434cf4001012d3d41935df8f50604c5 (diff)
downloadserenity-85c2ad94d513fece80a76f822aca31fe45e6c51d.zip
LibC: Make scanf always copy its va_list
On x86_64 GCC implements va_list as an array. This makes the syntax for taking a pointer to it break & crash. The workaround / solution is to create a copy. Since va_list is a tiny struct referencing the actual varargs, this is little overhead (especially compared to va_args itself)
Diffstat (limited to 'Userland/Services/InspectorServer')
0 files changed, 0 insertions, 0 deletions