summaryrefslogtreecommitdiffstats
path: root/sys/sys
diff options
context:
space:
mode:
authorglebius <glebius@FreeBSD.org>2016-01-14 09:11:42 +0000
committerglebius <glebius@FreeBSD.org>2016-01-14 09:11:42 +0000
commit924e9fd65e75f0b1f25b22443f905c323a489c11 (patch)
tree0ead046e380329851a42682978596c116adac8dc /sys/sys
parent66d55487b96620356eabe606681cb650cab137a9 (diff)
downloadFreeBSD-src-924e9fd65e75f0b1f25b22443f905c323a489c11.zip
FreeBSD-src-924e9fd65e75f0b1f25b22443f905c323a489c11.tar.gz
o Fix SCTP ICMPv6 error message vulnerability. [SA-16:01.sctp]
o Fix Linux compatibility layer incorrect futex handling. [SA-16:03.linux] o Fix Linux compatibility layer setgroups(2) system call. [SA-16:04.linux] o Fix TCP MD5 signature denial of service. [SA-16:05.tcp] o Fix insecure default bsnmpd.conf permissions. [SA-16:06.bsnmpd] Security: FreeBSD-SA-16:01.sctp, CVE-2016-1879 Security: FreeBSD-SA-16:03.linux, CVE-2016-1880 Security: FreeBSD-SA-16:04.linux, CVE-2016-1881 Security: FreeBSD-SA-16:05.tcp, CVE-2016-1882 Security: FreeBSD-SA-16:06.bsnmpd, CVE-2015-5677
Diffstat (limited to 'sys/sys')
-rw-r--r--sys/sys/ucred.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/sys/ucred.h b/sys/sys/ucred.h
index e1648d4..45ed0d5 100644
--- a/sys/sys/ucred.h
+++ b/sys/sys/ucred.h
@@ -104,6 +104,7 @@ void change_svuid(struct ucred *newcred, uid_t svuid);
void crcopy(struct ucred *dest, struct ucred *src);
struct ucred *crcopysafe(struct proc *p, struct ucred *cr);
struct ucred *crdup(struct ucred *cr);
+void crextend(struct ucred *cr, int n);
void cred_update_thread(struct thread *td);
void crfree(struct ucred *cr);
struct ucred *crget(void);
OpenPOWER on IntegriCloud