#354 closed defect (fixed)
poisoning of std. memory functions
| Reported by: | Owned by: | ||
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | PSLib SDRS | Version: | unspecified |
| Severity: | minor | Keywords: | |
| Cc: |
Description
Per our conversation in the 5 Apr polycon, I did the following:
- Modified pslib.h so that it does not poison functions like
malloc/realloc/free. This is intended to be the external-user's header.
- Created pslib_strict.h that is equivalent to pslib.h except that it poisons
the use of malloc, etc.
- Changes references of pslib.h to pslib_strict.h within psLib.
This should probably be folded back into the document.
-rdd
Change History (6)
comment:1 by , 21 years ago
| Owner: | changed from to |
|---|
comment:2 by , 21 years ago
| Status: | new → assigned |
|---|
comment:3 by , 21 years ago
| dependson: | → 343 |
|---|
comment:5 by , 21 years ago
| Owner: | changed from to |
|---|---|
| Status: | assigned → new |
Are you happy with what was in the latest SDRS?
Note:
See TracTickets
for help on using tickets.

Sounds great. I'll make sure that the changes we'd already made to the SDRS are
consistent with your modifications.