Custom Query (8117 matches)
Results (124 - 126 of 8117)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#3926 | fixed | Mismatching allocation and deallocation: CNetConfWizard::m_pSendBuffer | ||
Description |
In file: src/interface/netconfwizard.cpp:315 You delete the pointer without [] characters delete m_pSendBuffer; But on line 665 it is created with the [] m_pSendBuffer = new char[len + 1]; This is illegal in C++. If memory is allocated with [] it should be deleted with [] also. Please check and fix if I'm not mistaken. |
|||
#3927 | fixed | Uninitialized member variable 'CNewDir::doVisit' | ||
Description |
In file: src/interface/recursive_operation.cpp the member variable doVisit is not initialized in the constructor. I'm not sure if it can cause problems or not when the class is used normally, but it might be better to initialize it to avoid weird problems in the future. |
|||
#3930 | fixed | Crash: Menu => Edit => Clear private data... | ||
Description |
System: Intel P4, Windows XP SP3 FileZilla Client: Version: 3.1.5 Compiled for: i586-pc-mingw32msvc Build date: 2008-10-22 Issue: FileZilla crashes when using "Clear private data..." function. Steps to reproduce:
Note: Bug has been noticed in version 3.1.4.1, but previous versions of FileZilla client might be affected as well. |