#525 closed defect (fixed)
psImagePrint, psVectorPrint should not fdopen
| Reported by: | eugene | Owned by: | |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | mathtypes | Version: | 0.7.0 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
psImagePrint and psVectorPrint are implemented using fdopen, but this is
somewhat dangerous. These should be done with write instead.
I'm attaching an example fix.
Attachments (1)
Change History (3)
by , 21 years ago
| Attachment: | print-examples.c added |
|---|
comment:1 by , 21 years ago
| Owner: | changed from to |
|---|
comment:2 by , 21 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

psImagePrint / psVectorPrint fd examples