﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
803	psRealloc simply calls realloc without reference to the psAlloc mem manager	rhl@…	robert.desonia@…	"psRealloc calls realloc on a block that belongs to the psLib memory allocator; unfortunately,
that allocator assumes that blocks have sizes that are powers of two (up to 2^16; but see bug 804)
and this is violated by a call to realloc().

A simple fix is to call psAlloc to get the expanded memory block (if needed); I have implemented
this and will check it in after suitable consultation"	defect	closed	high		sys	unspecified	normal	fixed		
