ladybird/Userland
brapru b985eb1613 Utilities: Allow for white spaces in lsof name parsing
Previously lsof would crash by incorrectly parsing valid file names
that contain spaces.

For example, established TCP socket file descriptors would cause an
lsof crash:

	socket:127.0.0.1:33985 / 127.0.0.1:8080 (connected)

This commit fixes the issue by not parsing for white spaces to set the
file name.
2021-05-19 09:13:12 +02:00
..
Applets Userland: Tighten a *lot* of pledges! :^) 2021-05-13 23:28:40 +02:00
Applications Browser: Don't add multiple page reloads to history 2021-05-18 23:14:37 +01:00
Demos CatDog: Remove global menu and add context menu 2021-05-18 18:59:18 +01:00
DevTools Revert "LibC: Simplify malloc size classes" 2021-05-18 08:32:05 +02:00
DynamicLoader DynamicLoader: Remove math functionality in favor of -lgcc 2021-05-07 15:35:50 +02:00
Games Solitaire: Prevent player dragging entire stack to foundation 2021-05-18 20:05:10 +02:00
Libraries LibWeb: Implement encoding sniffing algorithm 2021-05-18 21:02:07 +02:00
Services CrashDaemon: Fix CrashReporter argument order 2021-05-18 23:42:02 +01:00
Shell Userland: Tighten a *lot* of pledges! :^) 2021-05-13 23:28:40 +02:00
Utilities Utilities: Allow for white spaces in lsof name parsing 2021-05-19 09:13:12 +02:00
CMakeLists.txt Tests: Establish root Tests directory, move Userland/Tests there 2021-05-06 17:54:28 +02:00