mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-03 01:36:52 +09:00
Merge tag 'objtool_urgent_for_v5.17_rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull objtool fix from Borislav Petkov: "Fix a potential truncated string warning triggered by gcc12" * tag 'objtool_urgent_for_v5.17_rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: objtool: Fix truncated string warning
This commit is contained in:
@@ -2854,7 +2854,7 @@ static inline bool func_uaccess_safe(struct symbol *func)
|
||||
|
||||
static inline const char *call_dest_name(struct instruction *insn)
|
||||
{
|
||||
static char pvname[16];
|
||||
static char pvname[19];
|
||||
struct reloc *rel;
|
||||
int idx;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user