JL

Results 46 comments of JL

--- Path Traversal Snyk Code [CWE-23](https://cwe.mitre.org/data/definitions/23.html) Unsanitized input from a command line argument flows into QFile, where it is used as a path. This may result in a Path Traversal...

Missing Release of Memory after Effective Lifetime Snyk Code [CWE-401](https://cwe.mitre.org/data/definitions/401.html) Leaking memory. TestRunner is allocated on the heap and never freed --- klogg/tests/ui/qtests_main.cpp 98 TestRunner* runner = new TestRunner( argc,...

setting the absolute path to D2 fixes the rendering, however, if one uses TALA it does not find D2 because it is looking for D2 in the working directory not...

My impression is this does not work because (sigh) the VSCode Extension search for D2 binary in the working directory, not in the actual path or system PATH.

> Maybe you have an idea how the database could have been corrupted? If an Sqlite file corrupts it's unlikely to recover correctly. This happens especially with UFS and/or power...

i did not bother to try and delete the last record added, this could probably fix this issue also ? in case there's a procedure to do so and for...