View Issue Details

IDProjectCategoryView StatusLast Update
0000374LDMud 3.3Runtimepublic2018-01-29 22:57
ReporterGnomi Assigned Tolars 
PrioritynormalSeveritycrashReproducibilityalways
Status closedResolutionfixed 
Platformi686OSDebian GNU/LinuxOS Version3.0
Fixed in Version3.3.713 
Summary0000374: funcall(#'||) crashs
DescriptionAt the end of int_call_lambda (at line 17832 in interpret.c of the 3.3.681) just before 'error("Uncallable closure\n");' there is a CLEAN_CSP missing, resulting in closure_location accessing memory randomly.

Greetings,
Gnomi.
TagsNo tags attached.

Activities

lars

2005-03-06 00:18

reporter   ~0000355

Thanks - 3.3.684 will have it implemented (approximately early next week).

Gnomi

2005-12-02 15:37

manager   ~0000438

The CLEAN_CSP from the CLOSURE_UNBOUND_LAMBDA case should be removed, because now the CSP will be cleaned at the end of int_call_lambda.

lars

2005-12-04 19:18

reporter   ~0000440

Yup, you're right.

Issue History

Date Modified Username Field Change
2005-03-05 18:03 Gnomi New Issue
2005-03-06 00:18 lars Status new => resolved
2005-03-06 00:18 lars Fixed in Version => 3.3
2005-03-06 00:18 lars Resolution open => fixed
2005-03-06 00:18 lars Assigned To => lars
2005-03-06 00:18 lars Note Added: 0000355
2005-05-15 15:02 lars Status resolved => closed
2005-12-02 15:37 Gnomi Status closed => feedback
2005-12-02 15:37 Gnomi Resolution fixed => reopened
2005-12-02 15:37 Gnomi Note Added: 0000438
2005-12-04 19:18 lars Status feedback => resolved
2005-12-04 19:18 lars Fixed in Version 3.3 => 3.3.713
2005-12-04 19:18 lars Resolution reopened => fixed
2005-12-04 19:18 lars Note Added: 0000440
2006-02-28 21:04 lars Status resolved => closed
2010-11-16 10:42 lars Source_changeset_attached => ldmud.git master c944b3dc
2018-01-29 19:59 lars Source_changeset_attached => ldmud.git master c944b3dc
2018-01-29 22:57 lars Source_changeset_attached => ldmud.git master c944b3dc