[Git][NTPsec/ntpsec][master] sandbox: add missing shmdt.
Gary E. Miller
gitlab at mg.gitlab.com
Sat Jun 10 03:28:16 UTC 2017
Gary E. Miller pushed to branch master at NTPsec / ntpsec
Commits:
153d0fe5 by Gary E. Miller at 2017-06-09T20:27:01-07:00
sandbox: add missing shmdt.
It got missed because it is only called on ntpd exit. But it was
cluttering my logs.
- - - - -
1 changed file:
- ntpd/ntp_sandbox.c
Changes:
=====================================
ntpd/ntp_sandbox.c
=====================================
--- a/ntpd/ntp_sandbox.c
+++ b/ntpd/ntp_sandbox.c
@@ -378,6 +378,7 @@ int scmp_sc[] = {
#ifdef CLOCK_SHM
SCMP_SYS(shmget),
SCMP_SYS(shmat),
+ SCMP_SYS(shmdt),
#endif
SCMP_SYS(fcntl64),
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/153d0fe59aaf75500ccdaf540149248e47ca2396
---
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/153d0fe59aaf75500ccdaf540149248e47ca2396
You're receiving this email because of your account on gitlab.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ntpsec.org/pipermail/vc/attachments/20170610/1409b0bc/attachment.html>
More information about the vc
mailing list