Re: [Qemu-devel] [PATCH 0/2] correct size computation in m_cat

2018-06-06 Thread no-reply
Hi, This series failed build test on s390x host. Please find the details below. Type: series Message-id: 20180605180836.21485-1-ppan...@redhat.com Subject: [Qemu-devel] [PATCH 0/2] correct size computation in m_cat === TEST SCRIPT BEGIN === #!/bin/bash # Testing script will be invoked under the

Re: [Qemu-devel] [PATCH 0/2] correct size computation in m_cat

2018-06-06 Thread no-reply
Hi, This series seems to have some coding style problems. See output below for more information: Type: series Message-id: 20180605180836.21485-1-ppan...@redhat.com Subject: [Qemu-devel] [PATCH 0/2] correct size computation in m_cat === TEST SCRIPT BEGIN === #!/bin/bash BASE=base n=1 total

[Qemu-devel] [PATCH 0/2] correct size computation in m_cat

2018-06-05 Thread P J P
From: Prasad J Pandit 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() routin