summaryrefslogtreecommitdiff
path: root/share/security
diff options
context:
space:
mode:
authorGabor Kovesdan <gabor@FreeBSD.org>2012-08-21 19:16:02 +0000
committerGabor Kovesdan <gabor@FreeBSD.org>2012-08-21 19:16:02 +0000
commit2e51ec7022b39b6fb3524de08669b20d0d436285 (patch)
tree79fbae1d36dfb1cf1c634282cd893ef6532e3abb /share/security
parentb2153405c50aa7276c3b5ad07d50eec1f0b45449 (diff)
- Strip unnecessary trailing spaces
Approved by: doceng (implicit)
Notes
svn path=/projects/sgml2xml/; revision=39416
Diffstat (limited to 'share/security')
-rw-r--r--share/security/advisories/FreeBSD-SA-98:08.fragment.asc4
-rw-r--r--share/security/patches/SA-10:06/nfsclient.patch2
2 files changed, 3 insertions, 3 deletions
diff --git a/share/security/advisories/FreeBSD-SA-98:08.fragment.asc b/share/security/advisories/FreeBSD-SA-98:08.fragment.asc
index c2af44052c..305840209e 100644
--- a/share/security/advisories/FreeBSD-SA-98:08.fragment.asc
+++ b/share/security/advisories/FreeBSD-SA-98:08.fragment.asc
@@ -16,10 +16,10 @@ FreeBSD only: Yes
Patches: ftp://ftp.freebsd.org/pub/FreeBSD/CERT/patches/SA-98:08/
-I. Background
+I. Background
IP connections are controlled through a series of packets that are
-received by the two computers involved in the connection.
+received by the two computers involved in the connection.
When packets are too large to be sent in a single IP packet (due to
interface hardware limitations for example), they can be fragmented
(unless prohibited by the Don't Fragment flag).
diff --git a/share/security/patches/SA-10:06/nfsclient.patch b/share/security/patches/SA-10:06/nfsclient.patch
index 5e4bbf0694..d3edcd2aaa 100644
--- a/share/security/patches/SA-10:06/nfsclient.patch
+++ b/share/security/patches/SA-10:06/nfsclient.patch
@@ -11,7 +11,7 @@ Index: sys/nfsclient/nfs_vfsops.c
+ error = EINVAL;
+ goto out;
+ }
-
+
if (mp->mnt_flag & MNT_UPDATE) {
struct nfsmount *nmp = VFSTONFS(mp);
Index: lib/libc/sys/mount.2