From: Prasad J Pandit <p...@fedoraproject.org> Hello,
While reassembling incoming fragmented datagrams, 'm_cat' routine extends the 'mbuf' buffer if it has insufficient room. It computes a wrong buffer size, which leads to overwriting adjacent heap buffer area. This patch set fixes this issue and formats m_cat() routine as per coding style guide. Thank you. -- Prasad J Pandit (2): slirp: correct size computation while concatenating mbuf slirp: reformat m_cat routine slirp/mbuf.c | 38 +++++++++++++++++--------------------- 1 file changed, 17 insertions(+), 21 deletions(-) -- 2.17.1