1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 02:58:12 +00:00
serenity/Userland/Applications/Assistant
Brian Gianforcaro ea2d68d14b Assistant: Zero initialize fuzzy match array
SonarCloud flagged the read of the matches array as a potential garbage
read. I don't believe the case it flagged was possible to reach due to
how the code is structured, however we should really just be zero
initializing these stack arrays.
2021-09-28 10:58:09 +02:00
..
CMakeLists.txt Userland: Add new app called Assistant 2021-06-28 16:29:02 +02:00
FuzzyMatch.cpp Assistant: Zero initialize fuzzy match array 2021-09-28 10:58:09 +02:00
FuzzyMatch.h Userland: Add new app called Assistant 2021-06-28 16:29:02 +02:00
main.cpp Assistant: Fix lockfile logic 2021-09-08 10:53:49 +02:00
Providers.cpp Assistant: Use ElapsedTimer::start_new() 2021-09-12 17:24:44 +00:00
Providers.h Assistant: Make more of the classes final 2021-07-03 22:38:53 +02:00