[FIX] packing web function entry message 76/42676/3
authorAnastasia Lyupa <a.lyupa@samsung.com>
Wed, 1 Jul 2015 11:19:09 +0000 (14:19 +0300)
committerDmitry Kovalenko <d.kovalenko@samsung.com>
Thu, 2 Jul 2015 10:04:16 +0000 (03:04 -0700)
Change-Id: Ibfe88f637a5c584efb6c26b9002135276caf1ac2
Signed-off-by: Anastasia Lyupa <a.lyupa@samsung.com>
webprobe/web_msg.c

index 07b24fb..3ee0267 100644 (file)
@@ -144,6 +144,7 @@ void web_msg_entry(struct pt_regs *regs)
        if (ret < 0)
                goto put_msg;
 
+       p += ret;
        size -= ret;
        pack_size += ret;