[sanitizer_common] Add debug print to sysmsg.c

This commit is contained in:
Matt Morehouse 2020-09-22 09:08:49 -07:00
parent 703d3f2597
commit 4c23cf3ca0
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@
int main() {
int msgq = msgget(IPC_PRIVATE, 0666);
if (msgq == -1) perror("msgget:");
assert(msgq != -1);
struct msg_s {