ogg.k.ogg.k at googlemail.com
2008-Sep-22 09:53 UTC
[ogg-dev] PATCH] fix oggz-comment writing bad data into streams
Hi, I spent a while working out why ogginfo reported holes in one of my streams - turns out oggz-comment writes bad data into the stream, and oggz-validate doesn't see it (should it ?), oggz-dump displays correct data, etc. Eventually, some combination of xxd and comparing byte offsets led me to it... two hours later... -------------- next part -------------- A non-text attachment was scrubbed... Name: oggz-comment-writing-bad-data.diff Type: text/x-patch Size: 629 bytes Desc: not available Url : http://lists.xiph.org/pipermail/ogg-dev/attachments/20080922/ab9b9d6a/attachment.bin
Conrad Parker
2008-Sep-24 09:09 UTC
[ogg-dev] PATCH] fix oggz-comment writing bad data into streams
2008/9/22 ogg.k.ogg.k at googlemail.com <ogg.k.ogg.k at googlemail.com>:> Hi, > > I spent a while working out why ogginfo reported holes in one of my > streams - turns out oggz-comment writes bad data into the stream, > and oggz-validate doesn't see it (should it ?), oggz-dump displays > correct data, etc. Eventually, some combination of xxd and comparing > byte offsets led me to it... two hours later...:-) Thanks, applied in changeset:3725 K.