transmission/tests/libtransmission
Charles Kerr c7466b3ff4
fix: coverity warnings (#3632)
* fix: uninitialized field natpmp

* fix: unchecked downcast result

* fix: potential tr_error leak

* fix: potential tr_error leak

* fix: potential tr_error leak

* fix: potential nullptr dereference in test fixtures

* fix: handshake fields not initialized in constructor

* chore: cast unchecked return value to void

* chore: cast unchecked return value to void

* chore: cast unchecked return value to void

* chore: make single-arg constructors explicit

* fix: code smell make variable a pointer-to-const

* fix: code smell make variable a pointer-to-const

* chore: make single-arg constructors explicit

* chore: silence sonarcloud false warning on commented-out-code

* chore: fix code smell use std::array

* chore: make EvTimer::handleTimer() const

* chore: mark tr_bandwidth remove_child as noexcept
2022-08-13 12:11:07 -05:00
..
assets test: add platform tests (#3514) 2022-07-22 20:10:02 -05:00
.clang-tidy fix: clang 15 warnings (#3172) 2022-06-01 11:56:59 -05:00
CMakeLists.txt test: add platform tests (#3514) 2022-07-22 20:10:02 -05:00
announce-list-test.cc fix: coverity warnings (#3632) 2022-08-13 12:11:07 -05:00
announcer-test.cc chore: fix spdx abbreviations (#3602) 2022-08-08 13:05:39 -05:00
benc-test.cc chore: fix spdx abbreviations (#3602) 2022-08-08 13:05:39 -05:00
bitfield-test.cc chore: fix spdx abbreviations (#3602) 2022-08-08 13:05:39 -05:00
block-info-test.cc chore: fix spdx abbreviations (#3602) 2022-08-08 13:05:39 -05:00
blocklist-test.cc chore: fix spdx abbreviations (#3602) 2022-08-08 13:05:39 -05:00
clients-test.cc chore: fix spdx abbreviations (#3602) 2022-08-08 13:05:39 -05:00
completion-test.cc chore: fix spdx abbreviations (#3602) 2022-08-08 13:05:39 -05:00
copy-test.cc chore: fix spdx abbreviations (#3602) 2022-08-08 13:05:39 -05:00
crypto-test-ref.h chore: fix spdx abbreviations (#3602) 2022-08-08 13:05:39 -05:00
crypto-test.cc chore: fix spdx abbreviations (#3602) 2022-08-08 13:05:39 -05:00
error-test.cc chore: fix spdx abbreviations (#3602) 2022-08-08 13:05:39 -05:00
file-piece-map-test.cc chore: fix spdx abbreviations (#3602) 2022-08-08 13:05:39 -05:00
file-test.cc chore: fix spdx abbreviations (#3602) 2022-08-08 13:05:39 -05:00
getopt-test.cc chore: fix spdx abbreviations (#3602) 2022-08-08 13:05:39 -05:00
handshake-test.cc refactor: add timer class (#3603) 2022-08-08 17:53:20 -05:00
history-test.cc chore: fix spdx abbreviations (#3602) 2022-08-08 13:05:39 -05:00
json-test.cc chore: fix spdx abbreviations (#3602) 2022-08-08 13:05:39 -05:00
magnet-metainfo-test.cc chore: fix spdx abbreviations (#3602) 2022-08-08 13:05:39 -05:00
makemeta-test.cc chore: fix spdx abbreviations (#3602) 2022-08-08 13:05:39 -05:00
move-test.cc chore: fix spdx abbreviations (#3602) 2022-08-08 13:05:39 -05:00
open-files-test.cc chore: fix spdx abbreviations (#3602) 2022-08-08 13:05:39 -05:00
peer-mgr-active-requests-test.cc chore: fix spdx abbreviations (#3602) 2022-08-08 13:05:39 -05:00
peer-mgr-wishlist-test.cc chore: fix spdx abbreviations (#3602) 2022-08-08 13:05:39 -05:00
peer-msgs-test.cc chore: fix spdx abbreviations (#3602) 2022-08-08 13:05:39 -05:00
platform-test.cc chore: fix spdx abbreviations (#3602) 2022-08-08 13:05:39 -05:00
quark-test.cc chore: fix spdx abbreviations (#3602) 2022-08-08 13:05:39 -05:00
remove-test.cc chore: fix spdx abbreviations (#3602) 2022-08-08 13:05:39 -05:00
rename-test.cc chore: fix spdx abbreviations (#3602) 2022-08-08 13:05:39 -05:00
rpc-test.cc chore: fix spdx abbreviations (#3602) 2022-08-08 13:05:39 -05:00
session-test.cc chore: fix spdx abbreviations (#3602) 2022-08-08 13:05:39 -05:00
strbuf-test.cc chore: fix spdx abbreviations (#3602) 2022-08-08 13:05:39 -05:00
subprocess-test-program.cc chore: fix spdx abbreviations (#3602) 2022-08-08 13:05:39 -05:00
subprocess-test-script.cmd Combine all tests in a single executable to speed up the build 2021-08-16 23:16:36 +03:00
subprocess-test.cc refactor: watchdir (#3606) 2022-08-10 08:34:51 -05:00
test-fixtures.h fix: coverity warnings (#3632) 2022-08-13 12:11:07 -05:00
torrent-files-test.cc chore: fix spdx abbreviations (#3602) 2022-08-08 13:05:39 -05:00
torrent-metainfo-test.cc Fix out-of-bounds read in torrent parsing (#3600) 2022-08-09 17:04:56 -05:00
torrents-test.cc chore: fix spdx abbreviations (#3602) 2022-08-08 13:05:39 -05:00
utils-test.cc chore: fix spdx abbreviations (#3602) 2022-08-08 13:05:39 -05:00
variant-test.cc chore: fix spdx abbreviations (#3602) 2022-08-08 13:05:39 -05:00
watchdir-test.cc fix: coverity warnings (#3632) 2022-08-13 12:11:07 -05:00
web-utils-test.cc chore: fix spdx abbreviations (#3602) 2022-08-08 13:05:39 -05:00