serenity/Userland
Daniel Bertalan ea52ba9fdc LibC: Set saved_str to null in strtok_r if no tokens were found
If we do not do this, the next call to strtok_r will start tokenizing
(and possibly modifying!) the memory pointed to by `saved_ptr`.
2022-03-08 23:30:47 +01:00
..
Applets LibGfx: Rename Color::from_rgba() => Color::from_argb() 2022-03-04 23:40:21 +01:00
Applications Spreadsheet: Fix overridden max length related crash 2022-03-09 01:05:12 +03:30
Demos Mandelbrot: Add Help menu with standard About action 2022-03-08 18:34:14 +01:00
DevTools HackStudio: Add more files to new file menu 2022-03-08 22:42:40 +01:00
DynamicLoader DynamicLoader+LibC+LibTimeZone: Include LibTimeZone sources in LibC 2022-01-23 12:48:26 +00:00
Games LibGfx: Rename Color::from_rgba() => Color::from_argb() 2022-03-04 23:40:21 +01:00
Libraries LibC: Set saved_str to null in strtok_r if no tokens were found 2022-03-08 23:30:47 +01:00
Services LoginServer: Add a label for login fail messages 2022-03-08 22:12:21 +01:00
Shell Shell: Be more smart with pasted stuff 2022-03-06 13:20:41 +01:00
Utilities date: Allow using a custom format string 2022-03-08 23:30:47 +01:00
CMakeLists.txt