terminal/src/propsheet
Ilya Shipitsin 547cba968c fix couple of null pointer dereferences (#927)
found by cppcheck

[src/propsheet/OptionsPage.cpp:216] -> [src/propsheet/OptionsPage.cpp:242]: (warning) Either the condition 'lParam' is redundant or there is possible null pointer dereference: pshn.
[src/propsheet/TerminalPage.cpp:352] -> [src/propsheet/TerminalPage.cpp:378]: (warning) Either the condition 'lParam' is redundant or there is possible null pointer dereference: pshn.
2019-05-23 12:42:39 -05:00
..
ColorControl.cpp Fix signatures of some callback functions (#871) 2019-05-17 20:32:51 +00:00
ColorControl.h Fix signatures of some callback functions (#871) 2019-05-17 20:32:51 +00:00
ColorsPage.cpp Fix signatures of some callback functions (#871) 2019-05-17 20:32:51 +00:00
ColorsPage.h Fix signatures of some callback functions (#871) 2019-05-17 20:32:51 +00:00
console.cpp Fix signatures of some callback functions (#871) 2019-05-17 20:32:51 +00:00
console.def Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
console.dll.mui.lci Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
console.h Fix signatures of some callback functions (#871) 2019-05-17 20:32:51 +00:00
console.man Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
console.rc Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
console.Resources.man Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
dbcs.cpp Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
dialogs.h Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
dll.cpp Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
font.h Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
fontdlg.cpp Fix a bunch of static analysis issues (#553) 2019-05-23 10:35:30 -07:00
fontdlg.h Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
globals.cpp Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
globals.h Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
init.cpp Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
LayoutPage.cpp Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
LayoutPage.h Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
menu.h Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
misc.cpp Fix signatures of some callback functions (#871) 2019-05-17 20:32:51 +00:00
OptionsPage.cpp fix couple of null pointer dereferences (#927) 2019-05-23 12:42:39 -05:00
OptionsPage.h 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
preview.cpp Fix signatures of some callback functions (#871) 2019-05-17 20:32:51 +00:00
product.pbxproj Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
propsheet.vcxproj Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
propsheet.vcxproj.filters Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
PropSheetHandler.cpp Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
registry.cpp 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
strid.mc Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
TerminalPage.cpp fix couple of null pointer dereferences (#927) 2019-05-23 12:42:39 -05:00
TerminalPage.h Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
util.cpp Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
windowsshell.manifest Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00