diff options
author | Limin Wang <lance.lmwang@gmail.com> | 2020-04-18 12:19:30 +0800 |
---|---|---|
committer | Limin Wang <lance.lmwang@gmail.com> | 2020-05-10 22:32:34 +0800 |
commit | 53c88355a5ae638b3a3cf93508c4741238dc6c7f (patch) | |
tree | bbdfcd64ba0b3c3fde7a811004589eaa39794c28 /libavformat/stldec.c | |
parent | 026b3a901865e77b3804e6e0a82652f315d171e6 (diff) | |
download | ffmpeg-53c88355a5ae638b3a3cf93508c4741238dc6c7f.tar.gz |
avformat/ftp: Fix for invalid use of av_strtok
By the av_strtok() description:
* On the first call to av_strtok(), s should point to the string to
* parse, and the value of saveptr is ignored. In subsequent calls, s
* should be NULL, and saveptr should be unchanged since the previous
* call.
Signed-off-by: Limin Wang <lance.lmwang@gmail.com>
Diffstat (limited to 'libavformat/stldec.c')
0 files changed, 0 insertions, 0 deletions