RetroShare/openpgpsdk/src/openpgpsdk
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
..
accumulate.c added flag to only limit packets when necessary, otherwise a large keyring cannot be read 2014-01-14 21:16:06 +00:00
accumulate.h moved files to comply with rest of directory structure of RS 2012-07-01 13:05:48 +00:00
armour.h moved files to comply with rest of directory structure of RS 2012-07-01 13:05:48 +00:00
callback.h moved files to comply with rest of directory structure of RS 2012-07-01 13:05:48 +00:00
compress.c added flag to only limit packets when necessary, otherwise a large keyring cannot be read 2014-01-14 21:16:06 +00:00
compress.h removed asserts and put proper error handling in compress.c 2013-12-10 09:49:13 +00:00
configure.h moved files to comply with rest of directory structure of RS 2012-07-01 13:05:48 +00:00
create.c fixed potential invalid memory read in openpgpsdk 2015-06-16 13:23:06 +00:00
create.h implemented export of identity (to create additional locations easily). Import still to do... 2012-07-10 21:40:53 +00:00
crypto.c removed asserts and did proper error handling in crypto.c 2014-01-27 19:55:43 +00:00
crypto.h removed asserts and put proper error handling in compress.c 2013-12-10 09:49:13 +00:00
defs.h moved files to comply with rest of directory structure of RS 2012-07-01 13:05:48 +00:00
errors.c moved files to comply with rest of directory structure of RS 2012-07-01 13:05:48 +00:00
errors.h moved files to comply with rest of directory structure of RS 2012-07-01 13:05:48 +00:00
final.h moved files to comply with rest of directory structure of RS 2012-07-01 13:05:48 +00:00
fingerprint.c moved files to comply with rest of directory structure of RS 2012-07-01 13:05:48 +00:00
hash.c moved files to comply with rest of directory structure of RS 2012-07-01 13:05:48 +00:00
hash.h moved files to comply with rest of directory structure of RS 2012-07-01 13:05:48 +00:00
keyring.c added flag to only limit packets when necessary, otherwise a large keyring cannot be read 2014-01-14 21:16:06 +00:00
keyring.h - Added a drop-down item to allow removing unused keys, in the Network dialog. 2013-05-29 21:32:02 +00:00
keyring_local.h moved files to comply with rest of directory structure of RS 2012-07-01 13:05:48 +00:00
lists.c moved files to comply with rest of directory structure of RS 2012-07-01 13:05:48 +00:00
lists.h moved files to comply with rest of directory structure of RS 2012-07-01 13:05:48 +00:00
literal.h moved files to comply with rest of directory structure of RS 2012-07-01 13:05:48 +00:00
memory.c moved files to comply with rest of directory structure of RS 2012-07-01 13:05:48 +00:00
memory.h moved files to comply with rest of directory structure of RS 2012-07-01 13:05:48 +00:00
openssl_crypto.c adding missing BIO_free (issue #138) 2015-10-20 18:16:18 -04:00
opsdir.c Moved new files for ops_open from util to openpgpsdk. 2012-12-03 16:20:44 +00:00
opsdir.h Moved new files for ops_open from util to openpgpsdk. 2012-12-03 16:20:44 +00:00
opsstring.c Moved new files for ops_open from util to openpgpsdk. 2012-12-03 16:20:44 +00:00
opsstring.h Moved new files for ops_open from util to openpgpsdk. 2012-12-03 16:20:44 +00:00
packet-parse.c added flag to only limit packets when necessary, otherwise a large keyring cannot be read 2014-01-14 21:16:06 +00:00
packet-parse.h added flag to only limit packets when necessary, otherwise a large keyring cannot be read 2014-01-14 21:16:06 +00:00
packet-print.c moved files to comply with rest of directory structure of RS 2012-07-01 13:05:48 +00:00
packet-show-cast.h moved files to comply with rest of directory structure of RS 2012-07-01 13:05:48 +00:00
packet-show.c moved files to comply with rest of directory structure of RS 2012-07-01 13:05:48 +00:00
packet-show.h moved files to comply with rest of directory structure of RS 2012-07-01 13:05:48 +00:00
packet.h moved files to comply with rest of directory structure of RS 2012-07-01 13:05:48 +00:00
parse_local.h added check over recursive compression depth. Fixes CVE-2013-4402 2013-10-29 20:56:40 +00:00
partial.h updated values for min/normal partial packet size to 1MB, so that we do not create partial packets for everyday use. We will have to properly extend openpgp-sdk to support parsing of partial packets if we want to PGP-encrypt chunks larger than 1MB. 2013-08-04 12:44:57 +00:00
random.c moved files to comply with rest of directory structure of RS 2012-07-01 13:05:48 +00:00
random.h moved files to comply with rest of directory structure of RS 2012-07-01 13:05:48 +00:00
reader.c moved files to comply with rest of directory structure of RS 2012-07-01 13:05:48 +00:00
reader_armoured.c Fix error reported by CppChecker: 2016-03-20 13:12:30 +01:00
reader_encrypted_se.c removed asserts and added proper error handling 2013-12-10 19:51:47 +00:00
reader_encrypted_seip.c removed asserts and added proper error handling 2013-12-10 19:51:47 +00:00
reader_fd.c moved files to comply with rest of directory structure of RS 2012-07-01 13:05:48 +00:00
reader_hashed.c moved files to comply with rest of directory structure of RS 2012-07-01 13:05:48 +00:00
reader_mem.c moved files to comply with rest of directory structure of RS 2012-07-01 13:05:48 +00:00
readerwriter.c 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
readerwriter.h moved files to comply with rest of directory structure of RS 2012-07-01 13:05:48 +00:00
signature.c fixed potential use after free in openpgpsdk 2015-06-16 14:09:34 +00:00
signature.h added the ability to produce raw signatures, without signer id nor time stamp 2013-03-22 23:54:54 +00:00
std_print.h moved files to comply with rest of directory structure of RS 2012-07-01 13:05:48 +00:00
streamwriter.h moved files to comply with rest of directory structure of RS 2012-07-01 13:05:48 +00:00
symmetric.c moved files to comply with rest of directory structure of RS 2012-07-01 13:05:48 +00:00
types.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
util.c added checks after mallocs in several files 2016-01-11 23:49:00 -05:00
util.h moved files to comply with rest of directory structure of RS 2012-07-01 13:05:48 +00:00
validate.c added missing error handling in validation of key signature and data signature (thx to HM for pointing this out) 2014-01-26 20:54:23 +00:00
validate.h moved files to comply with rest of directory structure of RS 2012-07-01 13:05:48 +00:00
version.h moved files to comply with rest of directory structure of RS 2012-07-01 13:05:48 +00:00
writer.c moved files to comply with rest of directory structure of RS 2012-07-01 13:05:48 +00:00
writer.h moved files to comply with rest of directory structure of RS 2012-07-01 13:05:48 +00:00
writer_armour.c fixed key armoured output 2012-07-03 07:00:49 +00:00
writer_armoured.h moved files to comply with rest of directory structure of RS 2012-07-01 13:05:48 +00:00
writer_encrypt.c moved files to comply with rest of directory structure of RS 2012-07-01 13:05:48 +00:00
writer_encrypt_se_ip.c moved files to comply with rest of directory structure of RS 2012-07-01 13:05:48 +00:00
writer_fd.c moved files to comply with rest of directory structure of RS 2012-07-01 13:05:48 +00:00
writer_literal.c updated values for min/normal partial packet size to 1MB, so that we do not create partial packets for everyday use. We will have to properly extend openpgp-sdk to support parsing of partial packets if we want to PGP-encrypt chunks larger than 1MB. 2013-08-04 12:44:57 +00:00
writer_memory.c moved files to comply with rest of directory structure of RS 2012-07-01 13:05:48 +00:00
writer_partial.c updated values for min/normal partial packet size to 1MB, so that we do not create partial packets for everyday use. We will have to properly extend openpgp-sdk to support parsing of partial packets if we want to PGP-encrypt chunks larger than 1MB. 2013-08-04 12:44:57 +00:00
writer_skey_checksum.c moved files to comply with rest of directory structure of RS 2012-07-01 13:05:48 +00:00
writer_stream_encrypt_se_ip.c updated values for min/normal partial packet size to 1MB, so that we do not create partial packets for everyday use. We will have to properly extend openpgp-sdk to support parsing of partial packets if we want to PGP-encrypt chunks larger than 1MB. 2013-08-04 12:44:57 +00:00