mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
517 B

  1. --- gzip-1.3.5/gzip.c.pom 2005-04-29 14:25:23.000000000 +0200
  2. +++ gzip-1.3.5/gzip.c 2005-04-29 14:24:42.000000000 +0200
  3. @@ -1344,6 +1344,8 @@
  4. error("corrupted input -- file name too large");
  5. }
  6. }
  7. + char *base2 = base_name (base); /* there should be problem with file name */
  8. + strcpy(base, base2); /* in this name there can't be path */
  9. /* If necessary, adapt the name to local OS conventions: */
  10. if (!list) {
  11. MAKE_LEGAL_NAME(base);