You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think the regexp, instead of expecting at least one non-NUL character ([^\000]+) should allow zero characters ([^\000]*).
The text was updated successfully, but these errors were encountered:
HuBandiT
changed the title
OSC::Message#decode: Parsing an empty string field raises exception
OSC::Message#decode: Parsing an empty string OSC field raises exception
Sep 21, 2021
HuBandiT
changed the title
OSC::Message#decode: Parsing an empty string OSC field raises exception
OSC::Message#decode: Parsing an empty string field raises exception
Sep 21, 2021
ruby-osc/lib/ruby-osc/message.rb
Line 49 in 3d9f6fb
I think the regexp, instead of expecting at least one non-NUL character (
[^\000]+
) should allow zero characters ([^\000]*
).The text was updated successfully, but these errors were encountered: