看板 DFBSD_commit 關於我們 聯絡資訊
commit 391d9d98e32504078f9c955a91747ac103357977 Author: Matthew Dillon <dillon@apollo.backplane.com> Date: Tue Aug 4 13:16:22 2009 -0700 gzip - Fix stack underflow, exit on path too long * Fix a stack underflow issue (from Xin LI <delphij@delphij.net>) * errx if the path is too long for gzip to properly add or remove a suffix, instead of truncating the path. Summary of changes: usr.bin/gzip/gzip.c | 14 +++++++++----- 1 files changed, 9 insertions(+), 5 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/391d9d98e32504078f9c955a91747ac103357977 -- DragonFly BSD source repository