You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I see a crash, both with 0.27.2 and the git version, when passing unrecognized long options, apparently due to the long_options struct in i7z.c not being properly terminated.
I see a crash, both with 0.27.2 and the git version, when passing unrecognized long options, apparently due to the long_options struct in i7z.c not being properly terminated.
$ i7z --version
zsh: segmentation fault (core dumped) i7z --version
Backtrace:
Thread 1 (Thread 0x7ffff7fbf700 (LWP 5425)):
#0 0x00007ffff743110c in __strncmp_sse2 () from /usr/lib/libc.so.6
No symbol table info available.
#1 0x00007ffff747f4b7 in _getopt_internal_r () from /usr/lib/libc.so.6
No symbol table info available.
#2 0x00007ffff7480201 in _getopt_internal () from /usr/lib/libc.so.6
No symbol table info available.
#3 0x00007ffff748027e in getopt_long () from /usr/lib/libc.so.6
No symbol table info available.
#4 0x0000000000401629 in main (argc=2, argv=0x7fffffffe638) at i7z.c:441
The text was updated successfully, but these errors were encountered: