Opened 13 years ago
Closed 7 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)
Change History (2)
by , 13 years ago
Attachment: | XalanVector.diff added |
---|
comment:1 by , 7 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.