mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-11 17:04:19 +01:00
Don't call syslog() without a format string.
This commit is contained in:
parent
fcee96bdc1
commit
9cca1d3627
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=62984
@ -279,7 +279,7 @@ traceactionlog(action, rt)
|
||||
first = 0;
|
||||
}
|
||||
}
|
||||
syslog(LOG_DEBUG, lstr);
|
||||
syslog(LOG_DEBUG, "%s", lstr);
|
||||
free(lstr);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user