Custom Query (8174 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (124 - 126 of 8174)

Ticket Resolution Summary Owner Reporter
#3926 fixed Mismatching allocation and deallocation: CNetConfWizard::m_pSendBuffer dvice_null
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' dvice_null
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... fzuser
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:

  1. Install FileZilla client 3.1.5 (fresh install)
  2. Run FileZilla client
  3. Go to menu Edit => "Clear private data..."
  4. Click OK button
  5. If no debugger is running, FileZilla quits immediately

Note: Bug has been noticed in version 3.1.4.1, but previous versions of FileZilla client might be affected as well.

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.