IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Opened 21 years ago

Closed 21 years ago

Last modified 21 years ago

#354 closed defect (fixed)

poisoning of std. memory functions

Reported by: robert.desonia@… Owned by: robert.desonia@…
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:

  1. Modified pslib.h so that it does not poison functions like

malloc/realloc/free. This is intended to be the external-user's header.

  1. Created pslib_strict.h that is equivalent to pslib.h except that it poisons

the use of malloc, etc.

  1. 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 Paul Price, 21 years ago

Owner: changed from Paul Price to jhoblitt

comment:2 by jhoblitt, 21 years ago

Status: newassigned

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

comment:3 by jhoblitt, 21 years ago

dependson: 343

comment:4 by robert.desonia@…, 21 years ago

can we consider this issue fixed?

comment:5 by jhoblitt, 21 years ago

Owner: changed from jhoblitt to robert.desonia@…
Status: assignednew

Are you happy with what was in the latest SDRS?

comment:6 by robert.desonia@…, 21 years ago

Resolution: fixed
Status: newclosed

yep

Note: See TracTickets for help on using tickets.