terminal/src/host/ft_uia
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
..
Common Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
Elements Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
Properties Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
AccessibilityTests.cs Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
app.config Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
CloseTests.cs Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
ExperimentalTabTests.cs Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
Host.Tests.UIA.csproj Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
Init.cs Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
InputBufferTests.cs Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
KeyPressTests.cs Fix a bunch of static analysis issues (#553) 2019-05-23 10:35:30 -07:00
MiscTests.cs Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
MouseWheelTests.cs Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
packages.config Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
product.pbxproj Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
run.bat Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
SelectionApiTests.cs 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
sources.dep Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
testmd.definition Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
VirtualTerminalTests.cs Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
WinEventTests.cs Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00