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.
Donat Zenichev
42b9ad135f
MT#57436 directive output may be truncated
...
We should provide a proper formation of the timestamp
in the `timeToXml()`. Just unify that in the manner
it's done in the rest of places.
It will fix then this:
src/XmlRpcValue.cpp: In member function 'std::string XmlRpc::XmlRpcValue::timeToXml() const':
src/XmlRpcValue.cpp:404:53: warning: '%02d' directive output may be truncated writing between 2 and 11 bytes into a region of size between 0 and 7 [-Wformat-truncation=]
404 | snprintf(buf, sizeof(buf)-1, "%04d%02d%02dT%02d:%02d:%02d",
| ^~~~
In file included from /usr/include/stdio.h:867,
from /usr/include/c++/10/cstdio:42,
from /usr/include/c++/10/ext/string_conversions.h:43,
from /usr/include/c++/10/bits/basic_string.h:6545,
from /usr/include/c++/10/string:55,
from src/XmlRpcValue.h:14,
from src/XmlRpcValue.cpp:2:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:67:35: note: '__builtin___snprintf_chk' output between 18 and 70 bytes into a destination of size 19
67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
| ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
68 | __bos (__s), __fmt, __va_arg_pack ());
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Change-Id: Iadfed6c14e1bdb0c8ed0b8b36b996ed08b129c42
3 years ago
..
CMakeLists.txt
Added workarounfd for weird behaviour of CMake 2.4 while handling
16 years ago
Doxyfile
added xmlrpc++ library source, as xmlrpc++ is not any more in debian testing and unfortunately had gentoo eol as well.
17 years ago
XmlRpc.h
added xmlrpc++ library source, as xmlrpc++ is not any more in debian testing and unfortunately had gentoo eol as well.
17 years ago
XmlRpcClient.cpp
fix some size printf fmt
15 years ago
XmlRpcClient.h
added xmlrpc++ library source, as xmlrpc++ is not any more in debian testing and unfortunately had gentoo eol as well.
17 years ago
XmlRpcDispatch.cpp
b/f: xmlrpc2di: fix poll/busyloop with keep-alive
15 years ago
XmlRpcDispatch.h
added xmlrpc++ library source, as xmlrpc++ is not any more in debian testing and unfortunately had gentoo eol as well.
17 years ago
XmlRpcException.h
added xmlrpc++ library source, as xmlrpc++ is not any more in debian testing and unfortunately had gentoo eol as well.
17 years ago
XmlRpcMutex.cpp
added xmlrpc++ library source, as xmlrpc++ is not any more in debian testing and unfortunately had gentoo eol as well.
17 years ago
XmlRpcMutex.h
added xmlrpc++ library source, as xmlrpc++ is not any more in debian testing and unfortunately had gentoo eol as well.
17 years ago
XmlRpcServer.cpp
xmlrpc2di: ignore EAGAIN/EWOULDBLOCK result on accept
15 years ago
XmlRpcServer.h
xmlrpc2di: server_ip option to bind specific
15 years ago
XmlRpcServerConnection.cpp
xmlrpc2di: write whole response if > buffer length
16 years ago
XmlRpcServerConnection.h
added xmlrpc++ library source, as xmlrpc++ is not any more in debian testing and unfortunately had gentoo eol as well.
17 years ago
XmlRpcServerMethod.cpp
added xmlrpc++ library source, as xmlrpc++ is not any more in debian testing and unfortunately had gentoo eol as well.
17 years ago
XmlRpcServerMethod.h
added xmlrpc++ library source, as xmlrpc++ is not any more in debian testing and unfortunately had gentoo eol as well.
17 years ago
XmlRpcSocket.cpp
xmlrpc2di: server_ip option to bind specific
15 years ago
XmlRpcSocket.h
xmlrpc2di: server_ip option to bind specific
15 years ago
XmlRpcSource.cpp
Imported Upstream version 1.6.0~20140516~eaa616
12 years ago
XmlRpcSource.h
fix for building apps/xmlrpc2di with openssl 1.0
17 years ago
XmlRpcThread.cpp
added xmlrpc++ library source, as xmlrpc++ is not any more in debian testing and unfortunately had gentoo eol as well.
17 years ago
XmlRpcThread.h
added xmlrpc++ library source, as xmlrpc++ is not any more in debian testing and unfortunately had gentoo eol as well.
17 years ago
XmlRpcThreadedServer.cpp
added xmlrpc++ library source, as xmlrpc++ is not any more in debian testing and unfortunately had gentoo eol as well.
17 years ago
XmlRpcThreadedServer.h
added xmlrpc++ library source, as xmlrpc++ is not any more in debian testing and unfortunately had gentoo eol as well.
17 years ago
XmlRpcUtil.cpp
added xmlrpc++ library source, as xmlrpc++ is not any more in debian testing and unfortunately had gentoo eol as well.
17 years ago
XmlRpcUtil.h
added xmlrpc++ library source, as xmlrpc++ is not any more in debian testing and unfortunately had gentoo eol as well.
17 years ago
XmlRpcValue.cpp
MT#57436 directive output may be truncated
3 years ago
XmlRpcValue.h
added xmlrpc++ library source, as xmlrpc++ is not any more in debian testing and unfortunately had gentoo eol as well.
17 years ago
base64.h
added xmlrpc++ library source, as xmlrpc++ is not any more in debian testing and unfortunately had gentoo eol as well.
17 years ago