View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000536 | LDMud 3.3 | Efuns | public | 2008-04-07 04:23 | 2018-01-29 21:57 |
Reporter | Gnomi | Assigned To | Gnomi | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | i686 | OS | Debian GNU/Linux | OS Version | 4.0 |
Product Version | 3.3.713 | ||||
Fixed in Version | 3.3.717 | ||||
Summary | 0000536: strstr("", "") does not return 0. | ||||
Description | strstr("", "") yields -1, because of the following code in mstring_mstr_n_str: if (start >= mstrsize(pStr)) return NULL; if ptxt is "" and start <= mstrsize(pStr) then it should return pStr instead. Greetings, Gnomi. | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2008-04-07 04:23 | Gnomi | New Issue | |
2008-06-30 03:02 | Gnomi | Status | new => assigned |
2008-06-30 03:02 | Gnomi | Assigned To | => Gnomi |
2008-07-10 08:18 | Gnomi | Status | assigned => resolved |
2008-07-10 08:18 | Gnomi | Fixed in Version | => 3.3.717 |
2008-07-10 08:18 | Gnomi | Resolution | open => fixed |
2008-07-10 08:18 | Gnomi | Note Added: 0000718 | |
2009-04-14 12:14 | zesstra | Project | LDMud => LDMud 3.3 |
2010-11-16 09:42 | Gnomi | Source_changeset_attached | => ldmud.git master df37d320 |
2018-01-29 18:59 | Gnomi | Source_changeset_attached | => ldmud.git master df37d320 |
2018-01-29 21:57 | Gnomi | Source_changeset_attached | => ldmud.git master df37d320 |