Thomas Abraham
Thomas Abraham
If the instance isn't deinitialized prior to exit, the OPENSSL_cleanup exit handler may run before the lftp_ssl_openssl_instance destructor on exit resulting in a segfault. This fixes a null deref on...
I'm analyzing a problem with lftp on s390x The problem occurs with an https or and ftp server with 'set ftp:ssl-force true'. With ftp, at least one ftp command needs...
The drac5 external plugin outputs empty error lines on every instance it's called due to the handling in the trap on exit. We should prevent empty error lines by checking...
… stdio (#4558) File descriptors 0 to 2 are used by stdio by default, but are not guaranteed to be in use by stdio, in which case one or more...
On linux, the assumption that file descriptors 0 - 2 belong to stdio is not correct. They do by default, but they can be closed by the shell at program...
The lack of DIMM labels is not necessarily an error, such as on systems with of HBM memory. So, these messages should not be errors.