summaryrefslogtreecommitdiff
path: root/src/IO/IO.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/IO/IO.c')
-rw-r--r--src/IO/IO.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/IO/IO.c b/src/IO/IO.c
index e833f970..2e09c1b0 100644
--- a/src/IO/IO.c
+++ b/src/IO/IO.c
@@ -354,6 +354,7 @@ void a_IO_ccc(int Op, int Branch, int Dir, ChainLink *Info,
case OpAbort:
io = Info->LocalKey;
if (io->Buf->len > 0) {
+ /* MSG can be truncated by embedded NULLs */
MSG_WARN("IO_write, closing with pending data not sent\n");
MSG_WARN(" \"%s\"\n", io->Buf->str);
}