aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorGanesh Ajjanagadde <gajjanagadde@gmail.com>2015-11-06 15:47:37 -0500
committerGanesh Ajjanagadde <gajjanagadde@gmail.com>2015-11-09 19:30:26 -0500
commit6c2dbff7f08ccbf69adb23ada48bb36ba796e772 (patch)
tree8c8a3840b9446dabf997bb04850f1810a8aea4b8 /Makefile
parentcf491a925e221122f81873bd041c5c136027e385 (diff)
downloadffmpeg-6c2dbff7f08ccbf69adb23ada48bb36ba796e772.tar.gz
ffserver: fix incorrect strlcpy usage
Somewhat ironic that this "safe" interface is actually being used unsafely here. This fixes the usage preventing potential null pointer dereference, where the old code was doubly broken: ctime can return NULL, and ctime can return an arbitrarily long buffer. Reviewed-by: Mark Harris <mark.hsj@gmail.com> Reviewed-by: Michael Niedermayer <michael@niedermayer.cc> Signed-off-by: Ganesh Ajjanagadde <gajjanagadde@gmail.com>
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions