mirror of
https://git.tukaani.org/xz.git
synced 2025-02-20 07:28:20 +00:00
Fix incorrect usage of getopt_long(), which caused
invalid memory access if XZ_OPT was defined.
This commit is contained in:
parent
8f8ec942d6
commit
0db1befcfb
@ -489,7 +489,6 @@ args_parse(args_info *args, int argc, char **argv)
|
||||
parse_environment(args, argv[0]);
|
||||
|
||||
// Then from the command line
|
||||
optind = 1;
|
||||
parse_real(args, argc, argv);
|
||||
|
||||
// Never remove the source file when the destination is not on disk.
|
||||
|
Loading…
x
Reference in New Issue
Block a user