2025-07-21 17:31 CEST

View Issue Details Jump to Notes ]
IDProjectCategoryView StatusLast Update
0001693Spring engineGeneralpublic2009-10-21 22:41
ReporterSirMaverick 
Assigned ToAuswaschbar 
PrioritynormalSeveritycrashReproducibilityalways
StatusresolvedResolutionfixed 
Product Version0.80.5 
Target VersionFixed in Version 
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
Attached Files

-Relationships
+Relationships

-Notes

~0004246

Auswaschbar (reporter)

was fixed by kloot.
+Notes

-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
+Issue History