linux-stable/arch/alpha/boot/tools
Al Viro 1878787797 alpha/boot/tools/objstrip: fix the check for ELF header
Just memcmp() with ELFMAG - that's the normal way to do it in userland
code, which that thing is.  Besides, that has the benefit of actually
building - str_has_prefix() is *NOT* present in <string.h>.

Fixes: 5f14596e55 "alpha: Replace strncmp with str_has_prefix"
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
2023-01-11 15:36:46 -05:00
..
mkbb.c License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
objstrip.c alpha/boot/tools/objstrip: fix the check for ELF header 2023-01-11 15:36:46 -05:00