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
xml buildups: fix bug introduced by recent changes
be more pedanic about the differences between strlen (doesn't include
null char) and sizeof (which does include null char).
Now, we calculate the exact length the the string (number of char)
add one for malloc, fill everything out, and then check it make sure
the length is one (the null char) left.
tested on host and local (Zedboard + FMCOMMS2)
Signed-off-by: Robin Getz <[email protected]>
0 commit comments