• 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
rtsp_client.c 16.7 KB