1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-14 20:37:36 +00:00
serenity/Userland/DevTools/Playground
Idan Horowitz 77601e09c8 FontEditor+TextEditor+Playground: Refuse to load device files
This prevents the undefined behaviour that would come up as a result of
doing so. (For example: opening "infinite" devices like /dev/full will
result in an infinite loop until exhaustion of memory)
2021-03-30 11:29:52 +02:00
..
CMakeLists.txt Playground: Move AutocompleteProvider to a separate file 2021-03-29 09:10:23 +02:00
GMLAutocompleteProvider.cpp Playground: Autocomplete after empty {} 2021-03-29 09:10:23 +02:00
GMLAutocompleteProvider.h Playground: Move AutocompleteProvider to a separate file 2021-03-29 09:10:23 +02:00
main.cpp FontEditor+TextEditor+Playground: Refuse to load device files 2021-03-30 11:29:52 +02:00