View Issue Details

IDProjectCategoryView StatusLast Update
0000509LDMud 3.3Efunspublic2018-01-29 22:57
ReporterGnomi Assigned Tolars 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Platformi686OSDebian GNU/LinuxOS Version3.1
Product Version3.3 
Fixed in Version3.3.717 
Summary0000509: strrstr doesn't find a pattern, when die string length is given as the start position
Descriptionstrrstr("abcdef","b",6) returns -1, but should return 2. I think in mstring_mstr_rn_str there is such a leftover from mstring_mstr_n_str.

Greetings,
Gnomi.
TagsNo tags attached.

Activities

lars

2007-11-11 18:32

reporter   ~0000576

Yep, the check for the length had been copied unchanged from strstr().

Issue History

Date Modified Username Field Change
2007-08-11 09:31 Gnomi New Issue
2007-11-11 18:32 lars Status new => resolved
2007-11-11 18:32 lars Fixed in Version => 3.3.717
2007-11-11 18:32 lars Resolution open => fixed
2007-11-11 18:32 lars Assigned To => lars
2007-11-11 18:32 lars Note Added: 0000576
2009-04-14 14:14 zesstra Project LDMud => LDMud 3.3
2010-11-16 10:42 lars Source_changeset_attached => ldmud.git master 72030468
2018-01-29 19:59 lars Source_changeset_attached => ldmud.git master 72030468
2018-01-29 22:57 lars Source_changeset_attached => ldmud.git master 72030468