diff options
author | taca <taca> | 2002-06-14 17:04:13 +0000 |
---|---|---|
committer | taca <taca> | 2002-06-14 17:04:13 +0000 |
commit | f95ce0309ede653d58c1565ef824a72437498f1c (patch) | |
tree | 999966367aceeabf7dfaa4cf30375f6eaea3a1e2 /net/samba/patches | |
parent | 10ef1e8b9d6ab73c1e13a73db976d884ade5c97c (diff) | |
download | pkgsrc-f95ce0309ede653d58c1565ef824a72437498f1c.tar.gz |
- Add a fix for possible buffer overflow; an array missing its terminate
element.
- Remove redundant PKGNAME and bump PKGREVISION to 1.
Diffstat (limited to 'net/samba/patches')
-rw-r--r-- | net/samba/patches/patch-am | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/net/samba/patches/patch-am b/net/samba/patches/patch-am new file mode 100644 index 00000000000..1bfb658215a --- /dev/null +++ b/net/samba/patches/patch-am @@ -0,0 +1,14 @@ +$NetBSD: patch-am,v 1.3 2002/06/14 17:04:14 taca Exp $ + +--- param/loadparm.c.orig Fri May 3 10:03:25 2002 ++++ param/loadparm.c +@@ -655,7 +655,8 @@ + {CSC_POLICY_MANUAL, "manual"}, + {CSC_POLICY_DOCUMENTS, "documents"}, + {CSC_POLICY_PROGRAMS, "programs"}, +- {CSC_POLICY_DISABLE, "disable"} ++ {CSC_POLICY_DISABLE, "disable"}, ++ {-1, NULL} + }; + + /* |