aMule Bug Tracker - aMule | |||||
| View Issue Details | |||||
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0001581 | aMule | Misc | public | 2010-01-29 03:11 | 2010-01-29 13:25 |
| Reporter | szsuj | ||||
| Assigned To | Kry | ||||
| Priority | normal | Severity | minor | Reproducibility | have not tried |
| Status | resolved | Resolution | fixed | ||
| Platform | OS | OS Version | |||
| Product Version | SVN | ||||
| Target Version | Fixed in Version | ||||
| Fixed in Revision | |||||
| Operating System | Any | ||||
| Summary | 0001581: A Bug in sourcecode ServerSocket.cpp | ||||
| Description | In 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(); | ||||
| Steps To Reproduce | |||||
| Additional Information | |||||
| Tags | No tags attached. | ||||
| Relationships | |||||
| Attached Files | |||||
| 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 | ||
| Notes | |||||
|
|
|||||
|
|
||||