Branch: refs/heads/gh-readonly-queue/master/pr-6052-8937fbd020205c74164f5912c8e36a5f6404a657
Home:
https://github.com/google/syzkaller
Commit: 5d7e17caf7d0971d22446d8a81bcf1cd8c18a0dc
https://github.com/google/syzkaller/commit/5d7e17caf7d0971d22446d8a81bcf1cd8c18a0dc
Author: Alexander Egorenkov <
eai...@gmail.com>
Date: 2025-06-10 (Tue, 10 Jun 2025)
Changed paths:
M pkg/csource/common.go
Log Message:
-----------
pkg/csource: remove C23 embed built-in defines
The new C23 embed built-in defines cause build errors in executor with
GCC 15.
<stdin>:3:9: error: ‘__STDC_EMBED_NOT_FOUND__’ redefined [-Werror]
<built-in>: note: this is the location of the previous definition
<stdin>:4:9: error: ‘__STDC_EMBED_FOUND__’ redefined [-Werror]
<built-in>: note: this is the location of the previous definition
<stdin>:5:9: error: ‘__STDC_EMBED_EMPTY__’ redefined [-Werror]
<built-in>: note: this is the location of the previous definition
Signed-off-by: Alexander Egorenkov <
eai...@gmail.com>
To unsubscribe from these emails, change your notification settings at
https://github.com/google/syzkaller/settings/notifications