hook_registry.cpp still used strncpy for the hook-name copy (the same class the log-ring fix addressed) -- replace with a bounded memcpy. coop_vk_layer.cpp's debug logger used _wfopen -- switch to _wfopen_s. Both were the only remaining C4996s in our own code.