Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2006-01-09 18:10:14 +0300
committerCorinna Vinschen <corinna@vinschen.de>2006-01-09 18:10:14 +0300
commite3786825c0ccb9c8117db88bdd21cdc61800c617 (patch)
tree89115677e1ab4c819c0ca8aa4642ec2c1a02f4f7 /winsup/cygserver/sysv_msg.cc
parent104fffd24dbf116e320773d5fc816097f4d0e38e (diff)
Check FreeBSD upstream changes and apply important patches.
* sysv_sem.cc (__semctl): Check copyin return value (from 1.76). * sysv_shm.cc (shminit): Actually use the iterating variable in the for loop when trying to avoid overflow (from 1.102).
Diffstat (limited to 'winsup/cygserver/sysv_msg.cc')
-rw-r--r--winsup/cygserver/sysv_msg.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/winsup/cygserver/sysv_msg.cc b/winsup/cygserver/sysv_msg.cc
index 90ea95325..5ad3b659b 100644
--- a/winsup/cygserver/sysv_msg.cc
+++ b/winsup/cygserver/sysv_msg.cc
@@ -28,6 +28,7 @@
#define __FBSDID(s) const char version[] = (s)
#endif
__FBSDID("$FreeBSD: /usr/local/www/cvsroot/FreeBSD/src/sys/kern/sysv_msg.c,v 1.52 2003/11/07 04:47:14 rwatson Exp $");
+/* CV, 2006-01-09: Inspected upstream up to version 1.60. */
#define _KERNEL 1
#define __BSD_VISIBLE 1