From: Eric K. <ek...@rz...> - 2002-07-06 17:24:37
|
"Royce Mitchell III" <ro...@ev...> wrote: > If cmd.exe properly expands under NT, but not under ReactOS, then where's > the bug? I'll be glad to apply the fix where it needs to be. Actually, there is no bug in ReactOS. After reverting your patch, cmd expands environment variables under ReactOS too. There are a few related bugs in cmd: 1) It does not handle environment varables in a water-proof way. Environment variables that are larger than 511 characters will not be expanded properly. 2) The command line buffers are still allocated from the stack. Eric |