chiark / gitweb /
common/util.c, server/admin.c: Ensure null-termination of result strings.
authorMark Wooding <mdw@distorted.org.uk>
Thu, 26 May 2016 08:26:09 +0000 (09:26 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 23 Apr 2017 03:06:07 +0000 (04:06 +0100)
commit918a33b717db3df1caca4ef58bc891cbd10966da
treed6d0721b384c31246645fa282a9098f9112c79c7
parent4998da611d93532c3c35ca879689fb5d9b21e0b7
common/util.c, server/admin.c: Ensure null-termination of result strings.

`dstr_putc' has a sharp edge here.  Apparently I wasn't careful enough.
common/util.c
server/admin.c