Skip Menu |

This queue is for tickets about the Protocol-OSC CPAN distribution.

Report information
The Basics
Id: 110666
Status: resolved
Priority: 0/
Queue: Protocol-OSC

People
Owner: Nobody in particular
Requestors: hrk8 [...] drumsoft.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: 0.07



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.

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!