shmpipe: Ensure string received from recv() is NULL-terminated
authorEdward Hervey <edward@centricular.com>
Mon, 20 Apr 2015 12:20:05 +0000 (14:20 +0200)
committerEdward Hervey <bilboed@bilboed.com>
Mon, 20 Apr 2015 12:21:09 +0000 (14:21 +0200)
commitaf49c109e456dcba341b7536549833ab95d80468
treebc5e796d9905630254c102f8d3a8fc28b361d9f5
parentfa4822a41ba6c4d9d988b1426dabe207dc4c9fea
shmpipe: Ensure string received from recv() is NULL-terminated

We will be doing string operations on it later.

CID #1292830
sys/shm/shmpipe.c