possible Apple CLang fixes
This commit is contained in:
parent
7f2411358d
commit
7e1fb04f8a
@ -388,7 +388,9 @@ ReturnValue_t cfdp::DestHandler::handleTransferCompletion() {
|
||||
}
|
||||
|
||||
ReturnValue_t cfdp::DestHandler::tryBuildingAbsoluteDestName(size_t destNameSize) {
|
||||
char baseNameBuf[tp.destName.size()]{};
|
||||
// Maximum allowed path size is 255 characters, so this should be enough to hold the full
|
||||
// base name in any case.
|
||||
char baseNameBuf[524]{};
|
||||
FilesystemParams fparamsSrc(tp.sourceName.data());
|
||||
size_t baseNameLen = 0;
|
||||
ReturnValue_t result =
|
||||
|
@ -6,6 +6,7 @@
|
||||
|
||||
#include <optional>
|
||||
#include <utility>
|
||||
#include <array>
|
||||
|
||||
#include "RemoteConfigTableIF.h"
|
||||
#include "UserBase.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user