Opened 5 years ago
Closed 4 years ago
#294 closed enhancement (fixed)
DosOpen is not high memory safe
Reported by: | stevenhl | 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 Changed 4 years ago by bird
- Component changed from libc-backend to libc
- Milestone changed from libc-0.7 to libc-0.6.6
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Done in r3926 (based on the existing SafeDosOpenL code).