Is your question related to a problem? Please describe.
Can the length of this string be made larger? Maybe len=128. I have run into cases where this buffer is not large enough and it causes the code to crash.
Describe what you have tried
I have tried making this buffer len=128 and that solved my issue.
Is your question related to a problem? Please describe. Can the length of this string be made larger? Maybe
len=128
. I have run into cases where this buffer is not large enough and it causes the code to crash.Describe what you have tried I have tried making this buffer
len=128
and that solved my issue.