diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2000-11-26 09:09:48 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2000-11-26 09:09:48 +0000 |
commit | 03256feb310b92bd25666831294cad026f677894 (patch) | |
tree | 763815baf6d32057b7a2122b18e424053d4699c2 /www/links/files | |
parent | Ultra-mega-super-urgent security update which prevents several new (diff) |
Update to version 0.93.
Diffstat (limited to 'www/links/files')
-rw-r--r-- | www/links/files/patch-aa | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/www/links/files/patch-aa b/www/links/files/patch-aa deleted file mode 100644 index 7170c081e528..000000000000 --- a/www/links/files/patch-aa +++ /dev/null @@ -1,11 +0,0 @@ ---- default.c.orig Thu Jun 22 10:37:36 2000 -+++ default.c Tue Sep 5 09:34:12 2000 -@@ -538,7 +538,7 @@ - } - mem_free(w); - if (!(w = get_word(&c))) goto err; -- if (strlen(w) != 1 || w[0] < '0' || w[0] > '2') goto err_f; -+ if (strlen(w) != 1 || w[0] < '0' || w[0] > '3') goto err_f; - ts->mode = w[0] - '0'; - mem_free(w); - if (!(w = get_word(&c))) goto err; |