diff options
author | Jonathan Neuschäfer <j.neuschaefer@gmx.net> | 2012-02-15 20:35:06 +0100 |
---|---|---|
committer | Jonathan Neuschäfer <j.neuschaefer@gmx.net> | 2012-02-15 20:37:29 +0100 |
commit | 8da4750ee2e66647cf774b246e609fe3b8950a11 (patch) | |
tree | f4e8e33afbae2e869a16953b10408c71afae4330 /src/decoder/ffmpeg_metadata.c | |
parent | d22df2915ce5005e6789f0cd4d188e56432264a7 (diff) | |
download | mpd-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/decoder/ffmpeg_metadata.c')
0 files changed, 0 insertions, 0 deletions