You need to change your string format specifier from "%s" to "%{public}s"
#include <os/log.h>
os_log(OS_LOG_DEFAULT, "Name: %{public}s", name);
Topic:
App & System Services
SubTopic:
Drivers
Tags: