Files
CoopAllTheThings/vk_layer
BlackMark b2b8abdc51 Silence the last two C4996 warnings in our code
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.
2026-07-12 12:04:28 +02:00
..