From aa44169f06e51ae9292b9af4bc972b555ff38e5e Mon Sep 17 00:00:00 2001 From: bala Date: Tue, 22 Oct 2002 04:05:54 +0000 Subject: ChangeLogTag:Mon Oct 21 22:45:02 2002 Balachandran Natarajan --- TAO/tao/Invocation.cpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'TAO/tao/Invocation.cpp') diff --git a/TAO/tao/Invocation.cpp b/TAO/tao/Invocation.cpp index 2459e750f00..c48ddbe44d2 100644 --- a/TAO/tao/Invocation.cpp +++ b/TAO/tao/Invocation.cpp @@ -99,6 +99,9 @@ TAO_GIOP_Invocation::TAO_GIOP_Invocation (void) received_location_forward_ (0), profile_index_ (0) { +#if defined (ACE_HAS_PURIFY) + ACE_OS::memset(buffer_, 0, sizeof(buffer_)); +#endif /* ACE_HAS_PURIFY */ } TAO_GIOP_Invocation::TAO_GIOP_Invocation (TAO_Stub *stub, @@ -134,6 +137,9 @@ TAO_GIOP_Invocation::TAO_GIOP_Invocation (TAO_Stub *stub, received_location_forward_ (0), profile_index_ (0) { +#if defined (ACE_HAS_PURIFY) + ACE_OS::memset(buffer_, 0, sizeof(buffer_)); +#endif /* ACE_HAS_PURIFY */ } TAO_GIOP_Invocation::~TAO_GIOP_Invocation (void) -- cgit v1.2.1