View Issue Details

IDProjectCategoryView StatusLast Update
0003059unrealircdpublic2006-09-09 04:56
ReportersECuRE Assigned To 
PrioritynormalSeveritycrashReproducibilityalways
Status closedResolutionwont fix 
Product Version3.2.5 
Summary0003059: UnrealIRCd crashed when a server issues the /stats-cmd
DescriptionUnrealIRCd crashed when a server issues the /stats-cmd.
I know, this does not happen under normal circumstances, but when a server issues /list, unrealircd silently drops it. I guess that should happen with /stats too.
Steps To ReproduceBuild yourself some custom modded software which sends "STATS u" after establishing a serverlink...
3rd party modulesm_scarecrow.c

Relationships

related to 0001617 closed IRCd crash when operstats tries to link. 
related to 0002672 closed Cracks whan try to link with operstats 
related to 0001653 closed /stats crash bug 

Activities

Dukat

2006-09-09 03:21

reporter   ~0012365

c.f. 0001617, 0002672, 0001653

stskeeps

2006-09-09 04:51

reporter   ~0012366

as the other bugs say, we often don't validate server<->server protocol for performance reasons - STATS is also considered a user command, ie, it's fine to send :nickname STATS ? - and nickname will be then fed numreics, but not for a server, which cannot receive numerics like that as such and act sanely upon them. I'm closing this bug.

Issue History

Date Modified Username Field Change
2006-09-09 02:40 sECuRE New Issue
2006-09-09 02:40 sECuRE 3rd party modules => m_scarecrow.c
2006-09-09 03:21 Dukat Note Added: 0012365
2006-09-09 04:47 stskeeps Relationship added related to 0001617
2006-09-09 04:47 stskeeps Relationship added related to 0002672
2006-09-09 04:48 stskeeps Relationship added related to 0001653
2006-09-09 04:51 stskeeps Note Added: 0012366
2006-09-09 04:56 stskeeps Status new => closed
2006-09-09 04:56 stskeeps Resolution open => wont fix