mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 19:26:16 +00:00
Don't dereference the pointers. Catch by Thomas.
svn path=/trunk/; revision=17548
This commit is contained in:
@@ -250,8 +250,8 @@ INT GetRedirection (LPTSTR s, LPTSTR ifn, LPTSTR ofn, LPTSTR efn, LPINT lpnFlags
|
||||
{
|
||||
if (*sp == _T('^'))
|
||||
{
|
||||
*sp++;
|
||||
*sp++;
|
||||
sp++;
|
||||
sp++;
|
||||
continue;
|
||||
}
|
||||
else if ((*sp == _T('"')) || (*sp == _T('\'')))
|
||||
|
||||
Reference in New Issue
Block a user