RetroShare/retroshare-nogui/src
Phenom b13292bb80 Fix error reported by CppChecker:
/libretroshare/src/gxs/rsgenexchange.cc:2850: erreur : Cppcheck:
Dereferencing 'grp' after it is deallocated / released
/libretroshare/src/gxstunnel/p3gxstunnel.cc:1004: erreur : Cppcheck:
Invalid usage of output stream: '<< std::cerr'.
/libretroshare/src/util/contentvalue.cc:185: erreur : Cppcheck: Memory
leak: dest
/openpgpsdk/src/openpgpsdk/reader_armoured.c:575: erreur : Cppcheck:
Common realloc mistake: 'buf' nulled but not freed upon failure
/retroshare-gui/src/gui/FileTransfer/DLListDelegate.cpp:103: erreur :
Cppcheck: Array 'byteUnits[4]' accessed at index 4, which is out of
bounds.
/retroshare-gui/src/gui/FileTransfer/DLListDelegate.cpp:122: erreur :
Cppcheck: Array 'byteUnits[4]' accessed at index 4, which is out of
bounds.
/retroshare-gui/src/gui/FileTransfer/DLListDelegate.cpp:141: erreur :
Cppcheck: Array 'byteUnits[4]' accessed at index 4, which is out of
bounds.
/retroshare-gui/src/gui/FileTransfer/ULListDelegate.cpp:92: erreur :
Cppcheck: Array 'byteUnits[4]' accessed at index 4, which is out of
bounds.
/retroshare-gui/src/gui/FileTransfer/ULListDelegate.cpp:111: erreur :
Cppcheck: Array 'byteUnits[4]' accessed at index 4, which is out of
bounds.
/retroshare-gui/src/gui/People/PeopleDialog.cpp:774: erreur : Cppcheck:
Uninitialized variable: layout
/retroshare-gui/src/gui/People/PeopleDialog.cpp:864: erreur : Cppcheck:
Uninitialized variable: layout
/retroshare-gui/src/gui/common/AvatarWidget.cpp:225: erreur : Cppcheck:
Uninitialized variable: status
/retroshare-nogui/src/rpc/proto/rpcprotostream.cc:805: erreur :
Cppcheck: Memory leak: buffer
/supportlibs/pegmarkdown/GLibFacade.c:150: erreur : Cppcheck: va_list
'args' was opened but not closed by va_end().
/openpgpsdk/src/openpgpsdk/reader_armoured.c:575: erreur : Cppcheck:
Common realloc mistake: 'buf' nulled but not freed upon failure
/tests/unittests/libretroshare/serialiser/rsturtleitem_test.cc:213:
erreur : Cppcheck: Return value of allocation function 'init_item' is
not stored.
2016-03-20 13:12:30 +01:00
..
menu Make rs-nogui+SSH compile against the trunk. 2012-12-17 01:24:16 +00:00
resources update rs icon 2014-12-05 00:28:08 +00:00
rpc Fix error reported by CppChecker: 2016-03-20 13:12:30 +01:00
ssh changed Radix64::decode to return result as std::vector 2015-06-18 13:45:08 +00:00
introserver.cc fixed variable scope problem in introserver.cc 2016-03-07 22:10:18 -05:00
introserver.h patch from costa to add a spanish intro server 2012-03-17 15:34:03 +00:00
mingw32make.bat updated the MinGW build bat files 2014-03-05 22:46:37 +00:00
notifytxt.cc improved login system: do not re-ask for passphrase when user clicks cancel. Removed warning stating that maybe passphrase is wrong 2015-06-11 20:31:52 +00:00
notifytxt.h improved login system: do not re-ask for passphrase when user clicks cancel. Removed warning stating that maybe passphrase is wrong 2015-06-11 20:31:52 +00:00
protobuf.pri added qt file to handle protobuf targets 2012-10-04 19:11:21 +00:00
retroshare-nogui.pro Added security hardening flags for ASLR and DEP protection for Windows compile. 2016-01-28 19:02:42 +01:00
retroshare.cc other_osx_patch 2015-11-20 20:40:00 -08:00
rpcsystem.h Added Multiple Channels and Event support to RPC system. 2012-09-01 19:35:23 +00:00
TerminalApiClient.cpp webui: 2015-06-16 12:35:07 +00:00
TerminalApiClient.h webui: 2015-06-16 12:35:07 +00:00