mirror of
https://github.com/mhx/dwarfs.git
synced 2025-09-09 12:28:13 -04:00
More relaxed max name length
This commit is contained in:
parent
44c43e4c7d
commit
aebd325c68
@ -352,7 +352,7 @@ void check_string_tables(global_metadata::Meta const* meta) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
constexpr size_t max_name_len = 255;
|
constexpr size_t max_name_len = 2048;
|
||||||
constexpr size_t max_symlink_len = 4096;
|
constexpr size_t max_symlink_len = 4096;
|
||||||
|
|
||||||
if (auto cn = meta->compact_names()) {
|
if (auto cn = meta->compact_names()) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user