Bug 688226

Summary: The garbager must check a pointer stability.
Product: Ghostscript Reporter: Igor Melichev <igor.melichev>
Component: GeneralAssignee: leonardo <leonardo>
Status: NOTIFIED FIXED    
Severity: normal    
Priority: P3    
Version: 0.00   
Hardware: PC   
OS: Windows XP   
Customer: Word Size: ---

Description Igor Melichev 2005-07-21 00:56:09 UTC
The garbager must detect cases when a pointer points to a less stable space 
(from global to local, from stable to instable). We do have such problems (Bug 
688222, Bug 688140, Bug 688145), which are hard to diagnose without a special 
mechanizm.
Comment 1 leonardo 2005-10-12 03:48:33 UTC
Patch to HEAD :
http://ghostscript.com/pipermail/gs-cvs/2005-October/005765.html
The patch has been committed with a disabled stability check due to too many 
problems it detects.
Comment 2 leonardo 2005-10-12 04:21:34 UTC
One more patch to HEAD :
http://ghostscript.com/pipermail/gs-cvs/2005-October/005766.html