serenity/Userland
Ben Wiederhake 2e4ec891da Everywhere: Fix format-vulnerabilities
Command used:
grep -Pirn '(out|warn)ln\((?!["\)]|format,|stderr,|stdout,|output, ")' \
     AK Kernel/ Tests/ Userland/
(Plus some manual reviewing.)

Let's pick ArgsParser as an example:
    outln(file, m_general_help);
This will fail at runtime if the general help happens to contain braces.

Even if this transformation turns out to be unnecessary in a place or
two, this way the code is "more obviously" correct.
2021-09-11 15:16:26 +01:00
..
Applets AudioApplet: Fix initial mute state 2021-09-04 21:01:28 +02:00
Applications LibJS+LibWeb+Spreadsheet: Upcall visit_edges() via Base typedef 2021-09-11 14:10:11 +02:00
Demos WidgetGallery: Add GUI::ValueSlider widget 2021-09-11 11:37:39 +02:00
DevTools UserspaceEmulator: Ignore perf_event and perf_register_string syscalls 2021-09-11 02:13:52 +02:00
DynamicLoader CMake: Let Meta/serenity.sh run aarch64 make it past cmake 2021-08-28 14:43:07 +01:00
Games Breakout: Improve collision response between ball and paddle 2021-09-10 22:08:22 +02:00
Libraries Everywhere: Fix format-vulnerabilities 2021-09-11 15:16:26 +01:00
Services WindowServer: Fix 'sticky' mouse after resize 2021-09-10 22:09:23 +02:00
Shell Everywhere: Behaviour => Behavior 2021-09-07 13:53:14 +02:00
Utilities Everywhere: Fix format-vulnerabilities 2021-09-11 15:16:26 +01:00
CMakeLists.txt