Rich Felker 062f40ef3e work around wrong kernel type for sem_nsems member of struct semid_ds
rejecting invalid values for n is fine even in the case where a new
sem will not be created, since the kernel does its range checks on n
even in this case as well.

by default, the kernel will bound the limit well below USHRT_MAX
anyway, but it's presumably possible that an administrator could
override this limit and break things.
2013-06-28 23:57:58 -04:00
..
2013-01-12 19:42:39 +01:00
2013-01-12 19:42:39 +01:00
2012-12-06 20:27:54 +01:00
2012-12-06 21:01:06 +01:00
2013-06-28 23:39:50 -04:00
2013-01-12 19:42:39 +01:00
2012-12-13 14:15:11 -05:00
2013-04-02 04:58:14 +02:00