Skip to content
Snippets Groups Projects
Commit 8e6b9ef4 authored by Derek Buitenhuis's avatar Derek Buitenhuis
Browse files

webm_dash_manifest_demuxer: Fix UB in cue timestamp string code and make it actually work


Output was apparently not tested for correctness. Passing overlapping
memory to snprintf causes undefined behavior, and usually resulted in
only the very last timestamp being written to metadata, and not a list
at all.

Signed-off-by: default avatarDerek Buitenhuis <derek.buitenhuis@gmail.com>
parent 41b0561d
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment