gzip bug w/ patch..

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Earlier, Goobles had pointed out a bug in Gzip pertaining to this code in
(gzip.c):

 if (len + NLENGTH(dp) + 1 < MAX_PATH_LEN - 1) {
            strcpy(nbuf,dir);
            if (len != 0 /* dir = "" means current dir on Amiga */
#ifdef PATH_SEP2


while looking through I have found that the real problem lied here in
(gzip.c):

line 1009:

    strcpy(ifname, iname);


well anyway, there is an attached patch, bye.




gzip.patch


[Index of Archives]     [Linux Security]     [Netfilter]     [PHP]     [Yosemite News]     [Linux Kernel]

  Powered by Linux