]> git.sesse.net Git - vlc/commit
mux: ogg: fix pointer arithmetic (cid #1048982)
authorTristan Matthews <le.businessman@gmail.com>
Wed, 16 Jul 2014 01:25:05 +0000 (21:25 -0400)
committerTristan Matthews <le.businessman@gmail.com>
Wed, 16 Jul 2014 01:25:05 +0000 (21:25 -0400)
commit9a220019c9865f3d7db2c7601d2930632b7c593e
tree2c81bdf0dfc9a19456cc3d7aeb2e4f4d75a04525
parent4386b8c617c34f79d1b8ec0780e9cffaa9d16ac0
mux: ogg: fix pointer arithmetic (cid #1048982)

Extra header is stored at &ogg_header + (1 * sizeof(ogg_header)),
not &ogg_header + (sizeof(ogg_header) * sizeof(ogg_header)).
modules/mux/ogg.c