aboutsummaryrefslogtreecommitdiffstats
path: root/src/output_list.c
diff options
context:
space:
mode:
authorJonathan Neuschäfer <j.neuschaefer@gmx.net>2012-02-15 20:35:06 +0100
committerJonathan Neuschäfer <j.neuschaefer@gmx.net>2012-02-15 20:37:29 +0100
commit8da4750ee2e66647cf774b246e609fe3b8950a11 (patch)
treef4e8e33afbae2e869a16953b10408c71afae4330 /src/output_list.c
parentd22df2915ce5005e6789f0cd4d188e56432264a7 (diff)
downloadmpd-8da4750ee2e66647cf774b246e609fe3b8950a11.tar.gz
mpd-8da4750ee2e66647cf774b246e609fe3b8950a11.tar.xz
mpd-8da4750ee2e66647cf774b246e609fe3b8950a11.zip
rtsp_client: strncat -> g_strlcat
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.
Diffstat (limited to 'src/output_list.c')
0 files changed, 0 insertions, 0 deletions