mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-25 10:48:53 +00:00
LibArchive: Support writing paths up to 255 characters
The POSIX.1-1988 limit was 100, but with the ustar prefix field it's 255 (kinda).
This commit is contained in:
parent
9ae36e2035
commit
612a3324d7
Notes:
sideshowbarker
2024-07-17 08:36:27 +09:00
Author: https://github.com/petelliott
Commit: 612a3324d7
Pull-request: https://github.com/SerenityOS/serenity/pull/15789
Issue: https://github.com/SerenityOS/serenity/issues/15641
Reviewed-by: https://github.com/linusg
Reviewed-by: https://github.com/timschumi ✅
3 changed files with 22 additions and 2 deletions
|
@ -130,6 +130,8 @@ public:
|
|||
|
||||
bool content_is_like_extended_header() const;
|
||||
|
||||
void set_filename_and_prefix(StringView filename);
|
||||
|
||||
private:
|
||||
char m_filename[100] { 0 };
|
||||
char m_mode[8] { 0 };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue