Commit 2562eb7
committed
af_unix: increase QUEUE_ENTRY_SIZE to the true max formatted string size
A valid oversized v1-formatted event can be dropped by audisp-af_unix causing loss of events for applications consuming the AF_UNIX plugin socket.
It has specific conditions:
the plugin input is binary,
the incoming dispatcher event is protocol v1,
the AF_UNIX plugin output format is string,
and the record already was near MAX_AUDIT_MESSAGE_LENGTH.
This almost never happens.1 parent 6651388 commit 2562eb7
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
| 74 | + | |
74 | 75 | | |
75 | 76 | | |
76 | 77 | | |
| |||
0 commit comments