We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb3d88a commit e9a40e1Copy full SHA for e9a40e1
include/linux/fortify-string.h
@@ -18,7 +18,7 @@ void __write_overflow_field(size_t avail, size_t wanted) __compiletime_warning("
18
19
#define __compiletime_strlen(p) \
20
({ \
21
- unsigned char *__p = (unsigned char *)(p); \
+ char *__p = (char *)(p); \
22
size_t __ret = SIZE_MAX; \
23
size_t __p_size = __member_size(p); \
24
if (__p_size != SIZE_MAX && \
0 commit comments