kernel32: Fix ExpandEnvironmentStrings to not overflow UNICODE_STRING buffer size...
commit63d4bb7bae81db3113388d97204b3a894c1691f1
authorRobert Reif <reif@earthlink.net>
Sat, 19 Aug 2006 17:27:01 +0000 (19 13:27 -0400)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 21 Aug 2006 10:08:21 +0000 (21 12:08 +0200)
tree4604973c09e3478b522717d6f3228e8d91701ff7
parentca80c55ae89aa3ae049af86e6de0754b1b4d89a0
kernel32: Fix ExpandEnvironmentStrings to not overflow UNICODE_STRING buffer size (with test).
dlls/kernel/environ.c
dlls/kernel/tests/environ.c