Text   |  XML   |  ReML   |   Visible Warnings:

Unreachable Call  at unistd.h:270

No properties have been set. | edit properties
Jump to warning location ↓ warning details...
Show Events | Options

getgroups

(/usr/include/bits/unistd.h)expand/collapse
Show more  
 266  __NTH (getgroups (int __size, __gid_t __list[]))
 267  {
 268    if (__bos (__list) != (size_t) -1)
 269      {
 270        if (!__builtin_constant_p (__size) || __size < 0)
 271          return __getgroups_chk (__size, __list, __bos (__list));
 272   
 273        if (__size * sizeof (__gid_t) > __bos (__list))
 274          return __getgroups_chk_warn (__size, __list, __bos (__list));
 275      }
 276    return __getgroups_alias (__size, __list);
 277  }
Show more  




Change Warning 7123.24470 : Unreachable Call

Priority:
State:
Finding:
Owner:
Note: