terminal/src/propslib
Eric Budai 06a5583c86 Fix a bunch of static analysis issues (#553)
* static analysis fixes
* using C++ style casts
* explicit delete changed to reset(nullptr)
* fix for null apiMsg.OtherId during tracing in Compare()
* changed INVALID_ID macro to constexpr
* properly handle null ReplyMsg in ConsoleIoThread()
* Fixed wrong static_cast for State.InputBuffer
* compensate for null reply message to fix deref problem of ReplyMsg in srvinit.cpp by changing signature in DeviceComm.h
2019-05-23 10:35:30 -07:00
..
conpropsp.hpp Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
precomp.cpp Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
precomp.h Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
propslib.vcxproj Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
propslib.vcxproj.filters Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
RegistrySerialization.cpp Fix a bunch of static analysis issues (#553) 2019-05-23 10:35:30 -07:00
RegistrySerialization.hpp Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
ShortcutSerialization.cpp Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
ShortcutSerialization.hpp Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
sources Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
TrueTypeFontList.cpp Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
TrueTypeFontList.hpp Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00