• Jonathan Neuschäfer's avatar
    rtsp_client: strncat -> g_strlcat · 8da4750e
    Jonathan Neuschäfer authored
    The main difference is that strncat takes the maximum number of
    characters to copy as its third argument, while g_strlcat takes
    the size of the buffer, which is how the code was using strncat.
    
    Incomplete requests may still be constructed as a result of the
    reqest buffer filling up.
    8da4750e
Name
Last commit
Last update
doc Loading commit data...
m4 Loading commit data...
scripts Loading commit data...
src Loading commit data...
test Loading commit data...
.gitignore Loading commit data...
AUTHORS Loading commit data...
COPYING Loading commit data...
INSTALL Loading commit data...
Makefile.am Loading commit data...
NEWS Loading commit data...
README Loading commit data...
UPGRADING Loading commit data...
autogen.sh Loading commit data...
configure.ac Loading commit data...
mpd.service.in Loading commit data...
valgrind.suppressions Loading commit data...