wininet: Always make copies of strings passed to INTERNET_SendCallback.
authorRob Shearman <rob@codeweavers.com>
Mon, 5 Mar 2007 12:06:47 +0000 (12:06 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 5 Mar 2007 15:43:26 +0000 (16:43 +0100)
commit07daeff8f463d364deeff17a6a03439e9bfc9193
treeaa031a753a93263c1712e59c4e505f2e838220f7
parentd72f741a33e25e50d85fff4e6ef201ed8a070a6d
wininet: Always make copies of strings passed to INTERNET_SendCallback.

This ensures that applications that change the strings received in
status callbacks don't affect the data needed to successfully connect to
the correct server.
dlls/wininet/tests/http.c
dlls/wininet/utility.c