]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix format strings for some debug messages that could have arguments that
authorstevek <stevek@FreeBSD.org>
Fri, 17 May 2019 18:06:24 +0000 (18:06 +0000)
committerstevek <stevek@FreeBSD.org>
Fri, 17 May 2019 18:06:24 +0000 (18:06 +0000)
commit389ba2db68b251888253dc7f2be82e9659404dbf
treea454ec327e463f4236c5ea80a0cc2b624355b9c4
parente2abb7b27ea61642c8f6805608ad5ee49cd3d95b
Fix format strings for some debug messages that could have arguments that
are different types across architectures by using %ju and typecasting to
uintmax_t, where appropriate.

Obtained from: Juniper Networks, Inc.
MFC after: 1 week
sys/security/mac_veriexec/mac_veriexec.c