albertziegenhagel / childdebugger-concord

MIT License
0 stars 0 forks source link

Fix bug in code to determine whether a child application should be attached to #9

Closed albertziegenhagel closed 1 month ago

albertziegenhagel commented 1 month ago

When the lpApplicationName argument to CreateProcessXXX was set to nullptr, the code could result in an empty std::optional being dereferenced. This has been fixed.

Additionally there was a typo when reading the process filters settings from the passed JSON string. This has been fixed too.