View Issue Details

IDProjectCategoryView StatusLast Update
0001693Spring engineGeneralpublic2009-10-21 22:41
ReporterSirMaverick Assigned ToAuswaschbar  
PrioritynormalSeveritycrashReproducibilityalways
Status resolvedResolutionfixed 
Product Version0.80.5 
Summary0001693: stack overflow in CSelectionKeyHandler::LoadSelectionKeys
DescriptionRemove char buf[10000].

- saves 10k memory
- fixes stack overflow
Additional Informationifs >> buf;
std::string key(buf);

->

std:string key;
ifs >> key;
TagsNo tags attached.
Checked infolog.txt for Errors

Activities

Auswaschbar

2009-10-21 22:41

reporter   ~0004246

was fixed by kloot.

Issue History

Date Modified Username Field Change
2009-10-21 13:36 SirMaverick New Issue
2009-10-21 22:41 Auswaschbar Note Added: 0004246
2009-10-21 22:41 Auswaschbar Status new => resolved
2009-10-21 22:41 Auswaschbar Resolution open => fixed
2009-10-21 22:41 Auswaschbar Assigned To => Auswaschbar