From 7ab126ecdd5237ccd566f415cc560b39f87e8a0f Mon Sep 17 00:00:00 2001 From: doshimun Date: Thu, 8 May 2008 18:15:07 +0000 Subject: Replace the user of wcscpy_s with safe_wcscpy in common/windows/string_utils-inl.h to make the code compatible for teams that still use VS 2003 to build. Fix a bug in client ClientInfo class that returned CustomClientInfo struct containing a pointer in the client process address space instead of pointer to in-process data structure. git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@271 4c0a9323-5329-0410-9bdc-e9ce6186880e --- src/client/windows/crash_generation/client_info.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/client/windows/crash_generation/client_info.h') diff --git a/src/client/windows/crash_generation/client_info.h b/src/client/windows/crash_generation/client_info.h index f203b83d..a134d1bb 100644 --- a/src/client/windows/crash_generation/client_info.h +++ b/src/client/windows/crash_generation/client_info.h @@ -93,7 +93,7 @@ class ClientInfo { bool PopulateCustomInfo(); // Returns the client custom information. - const CustomClientInfo& GetCustomInfo() const; + CustomClientInfo GetCustomInfo() const; private: // Crash generation server. -- cgit v1.2.1