ide/Debugger: Fixed crash on uninitialized 'char *s' (missing compound brackets)
authorJerome St-Louis <jerome@ecere.com>
Mon, 10 Feb 2014 23:06:08 +0000 (06:06 +0700)
committerJerome St-Louis <jerome@ecere.com>
Mon, 10 Feb 2014 23:06:08 +0000 (06:06 +0700)
commit090babf2bf047772ada4844edf7b56a6b73e9e8d
tree18a538c3177d5cb20616c877ca645eec8eebce4d
parent7322c87c37a1bd006e3f40cbab61a8a092d44a94
ide/Debugger: Fixed crash on uninitialized 'char *s' (missing compound brackets)
- Initialized all 'char * s' to null for safety
ide/src/debugger/Debugger.ec