commit | af79253677ad98d6dfe11ea315ee9947d86586d3 | [log] [tgz] |
---|---|---|
author | Mark Wielaard <mark@klomp.org> | Thu Jun 19 21:07:22 2025 +0200 |
committer | Mark Wielaard <mark@klomp.org> | Thu Jun 19 21:07:31 2025 +0200 |
tree | be2ddf6b5b9ee8687304d70b3723ad5dc7acc336 | |
parent | 2b76d786553ef5a0325bd77cce02541cdf76827e [diff] |
bzip2.c: Check argc >= 1 && argv[0] != NULL This should never happen, but if there is no, or a NULL argv[0] then use a hard coded string "bzip2" when calling copyFileName to define progNameReally. https://sourceware.org/bugzilla/show_bug.cgi?id=33046