ole32: Fix off-by-one error in FileMonikerImpl_DecomposePath.
authorRob Shearman <robertshearman@gmail.com>
Sun, 29 Nov 2009 10:18:01 +0000 (10:18 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Sun, 29 Nov 2009 15:39:45 +0000 (16:39 +0100)
commitdb33e8fdd9b2a24b1b35b86a0e3814fd98356810
treea70abaf07040e5192a17504bf44deeadab65abc9
parentdb077e11adbb66f26d2ce7de8b79990a58d0ad2f
ole32: Fix off-by-one error in FileMonikerImpl_DecomposePath.

strgtable needs to be an array of the same size as str, including the
nul-terminator.
dlls/ole32/filemoniker.c