﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
343	psLib prevents the use of malloc, realloc, calloc, & free	jhoblitt	jhoblitt	"sysUtils/psMemory.h uses the GCC poison pragma on malloc, realloc, calloc, &
free.  This causes serious interoperability issues with 3rd party code.

The example below will not compile.

#include <pslib.h>
#include <stdlib.h>

int main () {
    int *foo;

    foo = malloc(sizeof(foo));
}"	defect	closed	high		PSLib SDRS	unspecified	critical	fixed	IPP-doc	
