MantisBT

View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0000114JANABugpublic2011-07-01 10:042012-02-01 08:51
Reporterdavidl 
Assigned Todavidl 
PrioritynormalSeveritymajorReproducibilityalways
StatusresolvedResolutionfixed 
PlatformOSOS Version
Summary0000114: Calls to GetTag can seg. fault for objects obtained from event source
DescriptionObjects read from source don't have their factory pointer set so calls to JObject::GetTag seg fault. The factory pointer needs to be set, but it also needs to be initialized to NULL in the JObject constructor and checked that it is not NULL in GetTag (and anywhere else it is used internally).
TagsNo tags attached.
Attached Files

- Relationships

-  Notes
(0000296)
davidl (administrator)
2012-02-01 08:51

The JObject constructors now initialize the factory pointer to NULL. A check that the pointer is non-NULL is now made in GetTag before trying to use it.

- Issue History
Date Modified Username Field Change
2011-07-01 10:04 davidl New Issue
2012-02-01 08:49 davidl Status new => assigned
2012-02-01 08:49 davidl Assigned To => davidl
2012-02-01 08:51 davidl Note Added: 0000296
2012-02-01 08:51 davidl Status assigned => resolved
2012-02-01 08:51 davidl Resolution open => fixed


Copyright © 2000 - 2024 MantisBT Team
Powered by Mantis Bugtracker