The buf may contain special characters like '%' which may be interpreted
by fprintf. As an example this can occur when the command run under
VMA has arguments that are escaped for example:
LD_PRELOAD=libvma.so /bin/echo
"ts_keywords=type:tr_delay%20host:foo%20venue:isld%20source:nasdaq"
Always pass the buffer as a string.
Original issue reported on code.google.com by shawn.bo...@gmail.com on 3 Jan 2014 at 11:52
Original issue reported on code.google.com by
shawn.bo...@gmail.com
on 3 Jan 2014 at 11:52Attachments: