1. 29 6月, 2013 1 次提交
    • R
      work around wrong kernel type for sem_nsems member of struct semid_ds · 062f40ef
      Rich Felker 提交于
      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.
      062f40ef
  2. 07 4月, 2011 1 次提交
  3. 20 3月, 2011 1 次提交
  4. 12 2月, 2011 1 次提交