réplica de
https://git.tukaani.org/xz.git
synced 2025-05-11 16:56:46 +00:00
Fix incorrect usage of getopt_long(), which caused
invalid memory access if XZ_OPT was defined.
Este commit está contenido en:
padre
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.
|
||||
|
Cargando…
x
Referencia en una nueva incidencia
Block a user