setrlimit/getrlimit: Use __nonnull to avoid null pointer
authorXiaoming Ni <nixiaoming@huawei.com>
Mon, 4 Jan 2021 04:07:38 +0000 (12:07 +0800)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Wed, 10 Feb 2021 11:36:17 +0000 (08:36 -0300)
commite604a5e4bb61267c58e6b6179209efe74ab5f675
tree36f6a102ad8826dd3bc7f2314ab9407f57bfc82f
parent7960c5eea936185dfa9aeaad81b28dbfb53521dd
setrlimit/getrlimit: Use __nonnull to avoid null pointer

Add __nonnull((2)) to the setrlimit()/getrlimit() function declaration
to avoid null pointer access.

-----
v2
  According to the suggestions of the Adhemerval Zanella and Zack Weinberg:
    use __nonnull() to check null pointers in the compilation phase.
    do not add pointer check code to setrlimit()/getrlimit().
    The validity of the "resource" parameter is checked in the syscall.
v1
  https://public-inbox.org/libc-alpha/20201230114131.47589-1-nixiaoming@huawei.com/
-----
Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
include/sys/resource.h
resource/sys/resource.h