mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-07-06 12:50:50 +02:00
46fd3d60f9
linuxkm/linuxkm_wc_port.h: completely inhibit CONFIG_FORTIFY_SOURCE across the module when HAVE_LINUXKM_PIE_SUPPORT, for fidget-free backward compat; linuxkm/module_hooks.c: * add startup-time sanity check on fenceposts, * enhance DEBUG_LINUXKM_PIE_SUPPORT with coverage for WOLFSSL_TEXT_SEGMENT_CANONICALIZER on the entire text segment, * compute and report a hash on the stabilized text segment, * fix wc_linuxkm_normalize_relocations() to allow span end == __wc_text_end, and * add numerous verbose pr_err()s when DEBUG_LINUXKM_PIE_SUPPORT.