#293 closed defect (fixed)
Thread safety issue with adding DWF content.
Reported by: | stevedang | Owned by: | stevedang |
---|---|---|---|
Priority: | medium | Milestone: | 2.0 |
Component: | Rendering Service | Version: | |
Severity: | major | Keywords: | |
Cc: | External ID: | 996253 |
Description
DWFSection::readDescriptor() called from GDRenderer::AddDWFContent() needs to be fixed as it internally uses strtok which is not thread safe.
Change History (3)
comment:1 by , 17 years ago
Milestone: | 2.1 → 2.0 |
---|---|
Owner: | set to |
comment:2 by , 17 years ago
External ID: | → 996253 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Workaround for the thread safety problem with DWFSection::readDescriptor method (the real fix will be done in the DWF Toolkit).