Opened 10 years ago

Closed 9 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)

SafeDosDevIOCtl.c (1.6 KB) - added by KO Myung-Hun 10 years ago.
Implementation of SafeDosDevIOCtl()
SafeDosDevIOCtl2.c (1.6 KB) - added by KO Myung-Hun 10 years ago.
Fixed wrong variable assignment with some cosmetics

Download all attachments as: .zip

Change History (4)

Changed 10 years ago by KO Myung-Hun

Attachment: SafeDosDevIOCtl.c added

Implementation of SafeDosDevIOCtl()

Changed 10 years ago by KO Myung-Hun

Attachment: SafeDosDevIOCtl2.c added

Fixed wrong variable assignment with some cosmetics

comment:1 Changed 10 years ago by bird

Milestone: libc-0.6.6
Priority: highlowest
Severity: majortrivial

comment:2 Changed 9 years ago by bird

Resolution: fixed
Status: newclosed

Implemented for trunk in r3908 and the branch in r3907.

Note: See TracTickets for help on using tickets.