Most strange. I've never seen anything like this.
If you can send me an XML document that triggers the problem with the
changes you mention to checksig, I'll have a look-see.
Cheers,
Berin
Milan Tomic wrote:
Berin,
I'm using Xerces 2.3, Xalan 1.6 and XSec 1.0. This is error
me
Peoples,
I have just placed what I think is a ready for release set of binaries
for Version 1.1 of the C++ libraries on the web site. They are not yet
linked into the mirror system or the download pages, so if anyone finds
anything really bad, let me know.
http://xml.apache.org/security/1.1/
Berin,
I'm using Xerces 2.3, Xalan 1.6 and XSec 1.0. This is error
message:
---
Microsoft Visual C++
---
Unhandled exception in checksig.exe (KERNEL32.DLL): 0xE06D7363:
Microsoft C++ Exception.
---
OK
-
Milan,
THey should not be throwing an exception - that's really basic stuff!
What version of Xerces are you using? I know there were some problems
with 2.4?
Cheers,
Berin
Milan Tomic wrote:
Berin,
I belive I've found it. :-)
I've copied those three lines of code:
DOMNode *x509Nod
Berin,
I belive I've found it. :-)
I've copied those three lines of code:
DOMNode *x509Node = findDSIGNode(doc, "X509Certificate");
XMLString::transcode(x509Node->getTextContent());
XMLString::transcode(x509Node->getTextContent());//exception
After this line:
sig->load(
Berin,
> Are you able to provide a small piece of code that reproduces the
> problem? Happy to have a look-see!
Thank you, I'll try to make small example and to send it to you.
I've done some debugging and found out that under Debug mode it fails to
allocate memory. This is one example (DOMDocu