Sun Dec 27 13:06:30 2015hrk8 [...] drumsoft.com - Ticket created
Subject:
Protocol::OSC drops trailing zeros from OSC packets.
Date:
Mon, 28 Dec 2015 03:06:09 +0900
To:
bug-Protocol-OSC [...] rt.cpan.org
From:
Kataoka Haruka <hrk8 [...] drumsoft.com>
Hi Egor.
Protocol-OSC-0.06 drops trailing zeros from OSC packets when parsing it.
It causes troubles like: When you parse ['/address', 'iii', 0, 0, 0], you get ['/address', 'iii', 0].
This patch fixes it and contains tests for this bug.
Thanks!
Message body is not shown because sender requested not to inline it.
Mon Dec 28 10:16:48 2015toapole [...] gmail.com - Correspondence added
On Sun Dec 27 13:06:30 2015, hrk8@drumsoft.com wrote:
Show quoted text
> Hi Egor.
>
> Protocol-OSC-0.06 drops trailing zeros from OSC packets when parsing
> it.
> It causes troubles like: When you parse ['/address', 'iii', 0, 0, 0],
> you get ['/address', 'iii', 0].
> This patch fixes it and contains tests for this bug.
>
> Thanks!
Thank you!
Mon Dec 28 10:16:49 2015The RT System itself - Status changed from 'new' to 'open'
Mon Dec 28 10:16:51 2015toapole [...] gmail.com - Status changed from 'open' to 'resolved'
Mon Dec 28 10:16:57 2015toapole [...] gmail.com - Fixed in 0.07 added