You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
probonopd
b59af14514
Remove compiler warnings
net/ftpworker.cpp: In member function 'bool CFTPWorker::_ZN10CFTPWorker4PortEPKc.part.0(const char*)':
net/ftpworker.cpp:466:9: warning: 'char* strncpy(char*, const char*, size_t)' specified bound 512 equals destination size [-Wstringop-truncation]
466 | strncpy(Buffer, pArgs, sizeof(Buffer));
| ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
net/ftpworker.cpp: In member function 'const TDirectoryListEntry* CFTPWorker::BuildDirectoryList(size_t&) const':
net/ftpworker.cpp:365:11: warning: 'char* strncpy(char*, const char*, size_t)' specified bound 6 equals destination size [-Wstringop-truncation]
365 | strncpy(VolumeName, VolumeNames[i], sizeof(VolumeName));
| ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../Synth_Dexed/src/dexed.cpp: In member function 'void Dexed::setName(char*)':
../Synth_Dexed/src/dexed.cpp:1699:10: warning: 'char* strncpy(char*, const char*, size_t)' output may be truncated copying 10 bytes from a string of length 155 [-Wstringop-truncation]
1699 | strncpy(name, (char*)&data[DEXED_VOICE_OFFSET + DEXED_NAME], 10);
| ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
1 week ago |
.. |
applemidi.cpp
|
Step47 Network Support without mDNS (#757)
|
1 week ago |
applemidi.h
|
initial network support
|
3 weeks ago |
byteorder.h
|
initial network support
|
3 weeks ago |
ftpdaemon.cpp
|
working RTP and UDP poc
|
3 weeks ago |
ftpdaemon.h
|
working RTP and UDP poc
|
3 weeks ago |
ftpworker.cpp
|
Remove compiler warnings
|
1 week ago |
ftpworker.h
|
working RTP and UDP poc
|
3 weeks ago |
mdnspublisher.cpp
|
Backport mdnspublisher from Circle (#761)
|
1 week ago |
mdnspublisher.h
|
Backport mdnspublisher from Circle (#761)
|
1 week ago |
udpmidi.cpp
|
initial network support
|
3 weeks ago |
udpmidi.h
|
initial network support
|
3 weeks ago |
utility.h
|
working RTP and UDP poc
|
3 weeks ago |