Opened 11 years ago
Closed 10 years ago
#282 closed defect (fixed)
Add DosDevIOCtl() to os2safe.h
Reported by: | KO Myung-Hun | Owned by: | |
---|---|---|---|
Priority: | lowest | Milestone: | libc-0.6.6 |
Component: | libc | Version: | 0.6.5 |
Severity: | trivial | Keywords: | |
Cc: |
Description
Hi/2.
DosDevIOCtl() is not high-memory safe. So it should be added to os2safe.h
Attachments (2)
Change History (4)
by , 11 years ago
Attachment: | SafeDosDevIOCtl.c added |
---|
by , 11 years ago
Attachment: | SafeDosDevIOCtl2.c added |
---|
Fixed wrong variable assignment with some cosmetics
comment:1 by , 11 years ago
Milestone: | → libc-0.6.6 |
---|---|
Priority: | high → lowest |
Severity: | major → trivial |
comment:2 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Implementation of SafeDosDevIOCtl()