Opened 10 years ago
Closed 10 years ago
#294 closed enhancement (fixed)
DosOpen is not high memory safe
Reported by: | Steven Levine | Owned by: | |
---|---|---|---|
Priority: | low | Milestone: | libc-0.6.6 |
Component: | libc | Version: | 0.6.5 |
Severity: | normal | Keywords: | |
Cc: |
Description
Some gcc applications make direct calls to DosOpen, which is not high memory safe. It would be useful if an os2safe wrapper was added.
Change History (1)
comment:1 by , 10 years ago
Component: | libc-backend → libc |
---|---|
Milestone: | libc-0.7 → libc-0.6.6 |
Resolution: | → fixed |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Done in r3926 (based on the existing SafeDosOpenL code).