View Issue Details

IDProjectCategoryView StatusLast Update
0000855LDMud 3.5Runtimepublic2019-04-05 21:31
Reportermanuel Assigned ToGnomi  
PrioritylowSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version3.5.0 
Target Version3.5.1Fixed in Version3.5.2 
Summary0000855: Bad argument in example sefun set_connection_charset
DescriptionThe example sefun in mudlib/deprecated/set_connection_charset.c chokes with bad argument to interactive() if no interactive is around.

That's because the call to this_interactive returns 0 (if no interactive is around) and feeds it to interactive(), which expects an object instead of an int. This is a rather common situation when the sefun is called during the setup of a session.
Steps To ReproduceInstall the example set_connection_charset.c as a sefun and call it without an interactive around.
TagsNo tags attached.

Activities

manuel

2017-12-16 11:56

reporter   ~0002283

Sorry, severity shouldn't be block but minor. My mistake.

Gnomi

2018-02-04 00:09

manager   ~0002448

Fix committed in revision ddf06a06afd9516310c204afbd4ee394295ec510 to master branch (see changeset 4129 for details). Thank you for reporting!

Issue History

Date Modified Username Field Change
2017-12-16 11:14 manuel New Issue
2017-12-16 11:56 manuel Note Added: 0002283
2018-01-09 00:16 zesstra Project LDMud => LDMud 3.5
2018-01-09 00:16 zesstra Severity block => minor
2018-01-09 00:16 zesstra Status new => confirmed
2018-01-09 00:16 zesstra Product Version => 3.5.0
2018-01-09 00:16 zesstra Target Version => 3.5.1
2018-02-03 23:53 Gnomi Assigned To => Gnomi
2018-02-03 23:53 Gnomi Status confirmed => assigned
2018-02-04 00:09 Gnomi Source_changeset_attached => ldmud.git master ddf06a06
2018-02-04 00:09 Gnomi Note Added: 0002448
2018-02-04 00:09 Gnomi Status assigned => resolved
2018-02-04 00:09 Gnomi Resolution open => fixed
2019-04-05 21:31 zesstra Fixed in Version => 3.5.2