[PD-dev] [ pure-data-Patches-1217922 ] fix sendOSC string arg truncation

SourceForge.net noreply at sourceforge.net
Mon Jun 20 09:36:10 CEST 2005


Patches item #1217922, was opened at 2005-06-10 04:15
Message generated for change (Comment added) made by zmoelnig
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1217922&group_id=55736

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: externals
Group: bugfix
Status: Open
Resolution: None
Priority: 5
Submitted By: steven pickles (pixid)
>Assigned to: jdl (x75)
Summary: fix sendOSC string arg truncation

Initial Comment:
for some reason, strings in outgoing osc messages are
truncated to 80 characters, even when they are being
read into a buffer that is 1000 characters long. i made
this little fix so the buffer length being send to
atom_string is actually the space remaining in the buffer. 

pd will segfault if you exceed this buffer, but that
bug was there before this change.

the osc spec doesn't seem to place a limit on the
length of string arguments.

----------------------------------------------------------------------

>Comment By: IOhannes m zmölnig (zmoelnig)
Date: 2005-06-20 09:36

Message:
Logged In: YES 
user_id=564396

assigned this to x75 (matt seems not to be available)

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1217922&group_id=55736




More information about the Pd-dev mailing list