2014-01-19 01:09:44 +00:00
|
|
|
|
/*
|
|
|
|
|
* This file Copyright (C) 2013-2014 Mnemosyne LLC
|
|
|
|
|
*
|
2014-01-21 03:10:30 +00:00
|
|
|
|
* It may be used under the GNU GPL versions 2 or 3
|
2014-01-19 01:09:44 +00:00
|
|
|
|
* or any future license endorsed by Mnemosyne LLC.
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
|
2012-10-14 18:02:47 +00:00
|
|
|
|
#include "transmission.h"
|
2021-10-16 13:20:04 +00:00
|
|
|
|
|
2021-12-05 01:32:35 +00:00
|
|
|
|
#include "error.h"
|
2019-06-23 13:23:22 +00:00
|
|
|
|
#include "metainfo.h"
|
2021-12-05 01:32:35 +00:00
|
|
|
|
#include "torrent.h"
|
2017-05-13 22:38:31 +00:00
|
|
|
|
#include "utils.h"
|
2012-10-14 18:02:47 +00:00
|
|
|
|
|
2021-12-26 16:25:07 +00:00
|
|
|
|
#include "test-fixtures.h"
|
2012-10-14 18:02:47 +00:00
|
|
|
|
|
2020-08-11 18:11:55 +00:00
|
|
|
|
#include <array>
|
|
|
|
|
#include <cerrno>
|
|
|
|
|
#include <cstring>
|
2021-11-04 01:36:32 +00:00
|
|
|
|
#include <string_view>
|
|
|
|
|
|
2017-04-19 12:04:45 +00:00
|
|
|
|
#define BEFORE_PATH \
|
|
|
|
|
"d10:created by25:Transmission/2.82 (14160)13:creation datei1402280218e8:encoding5:UTF-84:infod5:filesld6:lengthi2e4:pathl"
|
|
|
|
|
#define AFTER_PATH \
|
|
|
|
|
"eed6:lengthi2e4:pathl5:b.txteee4:name3:foo12:piece lengthi32768e6:pieces20:ÞÉ`âMs¡Å;˺¬.åÂà7:privatei0eee"
|
2014-06-09 02:53:04 +00:00
|
|
|
|
|
2021-12-26 16:25:07 +00:00
|
|
|
|
using namespace std::literals;
|
2014-06-09 02:53:04 +00:00
|
|
|
|
|
2021-12-26 16:25:07 +00:00
|
|
|
|
namespace libtransmission
|
|
|
|
|
{
|
2017-04-19 12:04:45 +00:00
|
|
|
|
|
2021-12-26 16:25:07 +00:00
|
|
|
|
namespace test
|
|
|
|
|
{
|
2017-04-19 12:04:45 +00:00
|
|
|
|
|
2021-12-26 16:25:07 +00:00
|
|
|
|
using MetainfoTest = SessionTest;
|
2015-01-02 11:15:31 +00:00
|
|
|
|
|
2021-12-26 16:25:07 +00:00
|
|
|
|
TEST_F(MetainfoTest, sanitize)
|
2019-06-23 13:23:22 +00:00
|
|
|
|
{
|
2020-09-07 21:19:10 +00:00
|
|
|
|
struct LocalTest
|
2019-06-23 13:23:22 +00:00
|
|
|
|
{
|
2021-11-04 01:36:32 +00:00
|
|
|
|
std::string_view input;
|
|
|
|
|
std::string_view expected_output;
|
2019-06-23 13:23:22 +00:00
|
|
|
|
bool expected_is_adjusted;
|
2020-08-11 18:11:55 +00:00
|
|
|
|
};
|
|
|
|
|
|
2020-09-08 00:33:36 +00:00
|
|
|
|
auto const tests = std::array<LocalTest, 29>{
|
2020-08-11 18:11:55 +00:00
|
|
|
|
// skipped
|
2021-11-04 01:36:32 +00:00
|
|
|
|
LocalTest{ ""sv, ""sv, false },
|
|
|
|
|
{ "."sv, ""sv, true },
|
|
|
|
|
{ ".."sv, ""sv, true },
|
|
|
|
|
{ "....."sv, ""sv, true },
|
|
|
|
|
{ " "sv, ""sv, true },
|
|
|
|
|
{ " . "sv, ""sv, true },
|
|
|
|
|
{ ". . ."sv, ""sv, true },
|
2020-08-11 18:11:55 +00:00
|
|
|
|
// replaced with '_'
|
2021-11-04 01:36:32 +00:00
|
|
|
|
{ "/"sv, "_"sv, true },
|
|
|
|
|
{ "////"sv, "____"sv, true },
|
|
|
|
|
{ "\\\\"sv, "__"sv, true },
|
|
|
|
|
{ "/../"sv, "_.._"sv, true },
|
|
|
|
|
{ "foo<bar:baz/boo"sv, "foo_bar_baz_boo"sv, true },
|
|
|
|
|
{ "t\0e\x01s\tt\ri\nn\fg"sv, "t_e_s_t_i_n_g"sv, true },
|
2020-08-11 18:11:55 +00:00
|
|
|
|
// appended with '_'
|
2021-11-04 01:36:32 +00:00
|
|
|
|
{ "con"sv, "con_"sv, true },
|
|
|
|
|
{ "cOm4"sv, "cOm4_"sv, true },
|
|
|
|
|
{ "LPt9.txt"sv, "LPt9_.txt"sv, true },
|
|
|
|
|
{ "NUL.tar.gz"sv, "NUL_.tar.gz"sv, true },
|
2020-08-11 18:11:55 +00:00
|
|
|
|
// trimmed
|
2021-11-04 01:36:32 +00:00
|
|
|
|
{ " foo"sv, "foo"sv, true },
|
|
|
|
|
{ "foo "sv, "foo"sv, true },
|
|
|
|
|
{ " foo "sv, "foo"sv, true },
|
|
|
|
|
{ "foo."sv, "foo"sv, true },
|
|
|
|
|
{ "foo..."sv, "foo"sv, true },
|
|
|
|
|
{ " foo... "sv, "foo"sv, true },
|
2020-08-11 18:11:55 +00:00
|
|
|
|
// unmodified
|
2021-11-04 01:36:32 +00:00
|
|
|
|
{ "foo"sv, "foo"sv, false },
|
|
|
|
|
{ ".foo"sv, ".foo"sv, false },
|
|
|
|
|
{ "..foo"sv, "..foo"sv, false },
|
|
|
|
|
{ "foo.bar.baz"sv, "foo.bar.baz"sv, false },
|
|
|
|
|
{ "null"sv, "null"sv, false },
|
|
|
|
|
{ "compass"sv, "compass"sv, false },
|
2019-06-23 13:23:22 +00:00
|
|
|
|
};
|
|
|
|
|
|
2021-11-04 01:36:32 +00:00
|
|
|
|
auto out = std::string{};
|
|
|
|
|
auto is_adjusted = bool{};
|
2020-09-08 00:33:36 +00:00
|
|
|
|
for (auto const& test : tests)
|
2019-06-23 13:23:22 +00:00
|
|
|
|
{
|
2021-11-04 01:36:32 +00:00
|
|
|
|
out.clear();
|
|
|
|
|
auto const success = tr_metainfoAppendSanitizedPathComponent(out, test.input, &is_adjusted);
|
|
|
|
|
EXPECT_EQ(!std::empty(out), success);
|
|
|
|
|
EXPECT_EQ(test.expected_output, out);
|
|
|
|
|
EXPECT_EQ(test.expected_is_adjusted, is_adjusted);
|
2019-06-23 13:23:22 +00:00
|
|
|
|
}
|
2012-10-14 18:02:47 +00:00
|
|
|
|
}
|
2021-10-15 18:13:33 +00:00
|
|
|
|
|
2021-12-26 16:25:07 +00:00
|
|
|
|
TEST_F(MetainfoTest, AndroidTorrent)
|
2021-10-15 18:13:33 +00:00
|
|
|
|
{
|
2021-12-05 01:32:35 +00:00
|
|
|
|
auto const filename = tr_strvJoin(LIBTRANSMISSION_TEST_ASSETS_DIR, "/Android-x86 8.1 r6 iso.torrent"sv);
|
2021-10-15 18:13:33 +00:00
|
|
|
|
|
2021-12-26 16:25:07 +00:00
|
|
|
|
auto* ctor = tr_ctorNew(session_);
|
|
|
|
|
EXPECT_TRUE(tr_ctorSetMetainfoFromFile(ctor, filename.c_str(), nullptr));
|
2021-12-05 01:32:35 +00:00
|
|
|
|
tr_ctorFree(ctor);
|
|
|
|
|
}
|
2021-10-15 18:13:33 +00:00
|
|
|
|
|
2021-12-26 16:25:07 +00:00
|
|
|
|
TEST_F(MetainfoTest, ctorSaveContents)
|
2021-12-05 01:32:35 +00:00
|
|
|
|
{
|
|
|
|
|
auto const src_filename = tr_strvJoin(LIBTRANSMISSION_TEST_ASSETS_DIR, "/Android-x86 8.1 r6 iso.torrent"sv);
|
|
|
|
|
auto const tgt_filename = tr_strvJoin(::testing::TempDir(), "save-contents-test.torrent");
|
|
|
|
|
|
|
|
|
|
// try saving without passing any metainfo.
|
2021-12-26 16:25:07 +00:00
|
|
|
|
auto* ctor = tr_ctorNew(session_);
|
2021-12-05 01:32:35 +00:00
|
|
|
|
tr_error* error = nullptr;
|
|
|
|
|
EXPECT_FALSE(tr_ctorSaveContents(ctor, tgt_filename.c_str(), &error));
|
2021-12-06 03:12:21 +00:00
|
|
|
|
EXPECT_NE(nullptr, error);
|
|
|
|
|
if (error != nullptr)
|
|
|
|
|
{
|
|
|
|
|
EXPECT_EQ(EINVAL, error->code);
|
|
|
|
|
tr_error_clear(&error);
|
|
|
|
|
}
|
2021-12-05 01:32:35 +00:00
|
|
|
|
|
|
|
|
|
// now try saving _with_ metainfo
|
2021-12-26 16:25:07 +00:00
|
|
|
|
EXPECT_TRUE(tr_ctorSetMetainfoFromFile(ctor, src_filename.c_str(), &error));
|
|
|
|
|
EXPECT_EQ(nullptr, error);
|
2021-12-05 01:32:35 +00:00
|
|
|
|
EXPECT_TRUE(tr_ctorSaveContents(ctor, tgt_filename.c_str(), &error));
|
|
|
|
|
EXPECT_EQ(nullptr, error);
|
|
|
|
|
|
|
|
|
|
// the saved contents should match the source file's contents
|
|
|
|
|
auto src_contents = std::vector<char>{};
|
|
|
|
|
EXPECT_TRUE(tr_loadFile(src_contents, src_filename.c_str(), &error));
|
|
|
|
|
auto tgt_contents = std::vector<char>{};
|
|
|
|
|
EXPECT_TRUE(tr_loadFile(tgt_contents, tgt_filename.c_str(), &error));
|
|
|
|
|
EXPECT_EQ(src_contents, tgt_contents);
|
|
|
|
|
|
|
|
|
|
// cleanup
|
|
|
|
|
EXPECT_TRUE(tr_sys_path_remove(tgt_filename.c_str(), &error));
|
|
|
|
|
EXPECT_EQ(nullptr, error);
|
|
|
|
|
tr_error_clear(&error);
|
2021-10-15 18:13:33 +00:00
|
|
|
|
tr_ctorFree(ctor);
|
|
|
|
|
}
|
2021-12-26 16:25:07 +00:00
|
|
|
|
|
|
|
|
|
} // namespace test
|
|
|
|
|
|
|
|
|
|
} // namespace libtransmission
|