View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0001581aMuleMiscpublic2010-01-29 03:112010-01-29 13:25
Reporterszsuj 
Assigned ToKry 
PrioritynormalSeverityminorReproducibilityhave not tried
StatusresolvedResolutionfixed 
PlatformOSOS Version
Product VersionSVN 
Target VersionFixed in Version 
Summary0001581: A Bug in sourcecode ServerSocket.cpp
DescriptionIn Line 555 , I think it should be " if (size >= 6) { "


551 case OP_CALLBACKREQUESTED: {
            AddDebugLogLineM(false,logServer,wxT("Server: OP_CALLBACKREQUESTED"));
            
            theStats::AddDownOverheadServer(size);
555 if (size == 6) {
               CMemFile data(packet,size);
               uint32 dwIP = data.ReadUInt32();
               uint16 nPort = data.ReadUInt16();
TagsNo tags attached.
Fixed in Revision
Operating SystemAny
Attached Files

- Relationships

-  Notes
(0003370)
sturedman (developer)
2010-01-29 13:25

Fixed in 9980

- Issue History
Date Modified Username Field Change
2010-01-29 03:11 szsuj New Issue
2010-01-29 03:11 szsuj Operating System => Any
2010-01-29 13:25 sturedman Note Added: 0003370
2010-01-29 13:25 sturedman Assigned To => Kry
2010-01-29 13:25 sturedman Status new => resolved
2010-01-29 13:25 sturedman Resolution open => fixed
2010-01-29 13:25 sturedman Product Version 2.2.6 => SVN


Copyright © 2000 - 2024 MantisBT Team
Powered by Mantis Bugtracker