Avoid escaping EOL for line continuation
Reported by: kib
This commit is contained in:
parent
51d4054eeb
commit
0f9b4b57c1
@ -194,7 +194,7 @@ read_archive(struct bsdar *bsdar, char mode)
|
||||
continue;
|
||||
}
|
||||
/* Basic path security flags. */
|
||||
flags = ARCHIVE_EXTRACT_SECURE_SYMLINKS | \
|
||||
flags = ARCHIVE_EXTRACT_SECURE_SYMLINKS |
|
||||
ARCHIVE_EXTRACT_SECURE_NODOTDOT;
|
||||
if (bsdar->options & AR_O)
|
||||
flags |= ARCHIVE_EXTRACT_TIME;
|
||||
|
Loading…
Reference in New Issue
Block a user