Opened 13 years ago

Closed 6 years ago

#774 closed task (fixed)

[FDO VC10 Porting]Fixed an invalid debug assertion failure in Sandbox/V100

Reported by: silvia Owned by: Silvia Yu
Priority: major Milestone: 3.7.0
Component: Thirdparty Components Version: 3.7.0
Severity: 3 Keywords: FDO VC10 Porting
Cc: External ID:

Description

This changelist fixed an invalid null pointer debug assertion failure in xalan-c, which is caused by implementation change in xutility(VC10). They added a _DEBUG_POINTER(_Dest) check in VC10 in copy function.

The assertion happens when coping a 0 length arrary to a 0 length array. That operation did nothing. The fixing is preventing that copying operation and skip the actual STL copy.

Attachments (1)

XalanVector.diff (761 bytes ) - added by silvia 13 years ago.

Download all attachments as: .zip

Change History (2)

by silvia, 13 years ago

Attachment: XalanVector.diff added

comment:1 by jng, 6 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.