Bug 3546

Summary: purging transport cache fails with purging order overflows
Product: TAO Reporter: Johnny Willemsen <jwillemsen>
Component: ORBAssignee: DOC Center Support List (internal) <tao-support>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 1.6.7   
Hardware: All   
OS: Windows NT   
Bug Depends on: 3543    
Bug Blocks:    

Description Johnny Willemsen 2009-01-19 00:46:35 CST
the purging order is used to decide which transports to purge. This is an unsigned long but this could overflow, then the check which transports are old will cause in the wrong transports because < and > are used
Comment 1 Johnny Willemsen 2009-01-19 00:47:32 CST
added dep