Skip to Content.
Sympa Menu

mace-opensaml-users - RE: Creating an XMLObject - C++

Subject: OpenSAML user discussion

List archive

RE: Creating an XMLObject - C++


Chronological Thread 
  • From: "Scott Cantor" <>
  • To: <>
  • Subject: RE: Creating an XMLObject - C++
  • Date: Mon, 7 Jan 2008 15:24:25 -0500
  • Organization: The Ohio State University

> Okay, back to the XMLObject code. As I mentioned previously, the
> following replicate call is made and crashes on the memcpy. If toRep and
> ret do not overlap in memory, my guess would be that toRep is not null
> terminated and the memcpy goes past the end of the buffer.

What is the root of the call chain? Where inside the overall process is this
happening?

> In Linux, I'd
> know how to look at the calls which preceeded the crash. There's
> probably a way to do that in Visual,

You just look at the call stack window. Without that we're in the dark.

-- Scott





Archive powered by MHonArc 2.6.16.

Top of Page