Skip to content

Commit 2993eb7

Browse files
sergey-senozhatskyojeda
authored andcommitted
Compiler Attributes: counted_by: fixup clang URL
The URL in question 404 now, fix it up (and switch to github). Signed-off-by: Sergey Senozhatsky <[email protected]> Reviewed-by: Kees Cook <[email protected]> Reviewed-by: Nathan Chancellor <[email protected]> Link: https://lore.kernel.org/r/b7babeb9c5b14af9189f0d6225673e6e9a8f4ad3.1704855496.git.senozhatsky@chromium.org Signed-off-by: Miguel Ojeda <[email protected]>
1 parent 16c31dd commit 2993eb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/linux/compiler_attributes.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
* Optional: only supported since clang >= 18
100100
*
101101
* gcc: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108896
102-
* clang: https://reviews.llvm.org/D148381
102+
* clang: https://github.com/llvm/llvm-project/pull/76348
103103
*/
104104
#if __has_attribute(__counted_by__)
105105
# define __counted_by(member) __attribute__((__counted_by__(member)))

0 commit comments

Comments
 (0)