[libav-commits] lzo: fix overflow checking in copy_backptr()

2013-05-11 Thread Xi Wang
Module: libav Branch: release/0.7 Commit: 530d10792de29a25dc56781abe6864e5b31b8ced Author:Xi Wang xi.w...@gmail.com Committer: Reinhard Tartler siret...@tauware.de Date: Fri Mar 15 06:59:22 2013 -0400 lzo: fix overflow checking in copy_backptr() The check `src dst' in the form `c-out

[libav-commits] atrac3: avoid oversized shifting in decode_bytes()

2013-05-11 Thread Xi Wang
Module: libav Branch: release/0.7 Commit: 78889be3fb4b78a980de283a80a6eabb307db882 Author:Xi Wang xi.w...@gmail.com Committer: Reinhard Tartler siret...@tauware.de Date: Fri Mar 15 06:31:21 2013 -0400 atrac3: avoid oversized shifting in decode_bytes() When `off' is 0, `0x537F6103 32

[libav-commits] flacdec: simplify bounds checking in flac_probe()

2013-05-11 Thread Xi Wang
Module: libav Branch: release/0.7 Commit: f8d3bb8961d2cdea38ae2971436deae556d78f08 Author:Xi Wang xi.w...@gmail.com Committer: Reinhard Tartler siret...@tauware.de Date: Fri Mar 15 07:11:47 2013 -0400 flacdec: simplify bounds checking in flac_probe() Simplify `p-buf p-buf + p-buf_size

[libav-commits] flacdec: simplify bounds checking in flac_probe()

2013-03-15 Thread Xi Wang
Module: libav Branch: master Commit: 8425d693eefbedbb41f91735614d41067695aa37 Author:Xi Wang xi.w...@gmail.com Committer: Luca Barbato lu_z...@gentoo.org Date: Fri Mar 15 07:11:47 2013 -0400 flacdec: simplify bounds checking in flac_probe() Simplify `p-buf p-buf + p-buf_size - 4

[libav-commits] atrac3: avoid oversized shifting in decode_bytes()

2013-03-15 Thread Xi Wang
Module: libav Branch: master Commit: eba1ff31304e407db3cefd7532108408f364367b Author:Xi Wang xi.w...@gmail.com Committer: Luca Barbato lu_z...@gentoo.org Date: Fri Mar 15 06:31:21 2013 -0400 atrac3: avoid oversized shifting in decode_bytes() When `off' is 0, `0x537F6103 32

[libav-commits] lzo: fix overflow checking in copy_backptr()

2013-03-15 Thread Xi Wang
Module: libav Branch: master Commit: ca6c3f2c53be70aa3c38e8f1292809db89ea1ba6 Author:Xi Wang xi.w...@gmail.com Committer: Luca Barbato lu_z...@gentoo.org Date: Fri Mar 15 06:59:22 2013 -0400 lzo: fix overflow checking in copy_backptr() The check `src dst' in the form `c-out[-back] c

[libav-commits] lzo: fix overflow checking in copy_backptr()

2013-03-15 Thread Xi Wang
Module: libav Branch: release/9 Commit: 22c27e1f4a6ff3d8d0409b30c8a9edb689ffdeaa Author:Xi Wang xi.w...@gmail.com Committer: Luca Barbato lu_z...@gentoo.org Date: Fri Mar 15 06:59:22 2013 -0400 lzo: fix overflow checking in copy_backptr() The check `src dst' in the form `c-out[-back

[libav-commits] atrac3: avoid oversized shifting in decode_bytes()

2013-03-15 Thread Xi Wang
Module: libav Branch: release/9 Commit: 0b0e87bb544be1926c4ee86c25789d5d6c3c6255 Author:Xi Wang xi.w...@gmail.com Committer: Luca Barbato lu_z...@gentoo.org Date: Fri Mar 15 06:31:21 2013 -0400 atrac3: avoid oversized shifting in decode_bytes() When `off' is 0, `0x537F6103 32

[libav-commits] flacdec: simplify bounds checking in flac_probe()

2013-03-15 Thread Xi Wang
Module: libav Branch: release/9 Commit: 9d4355d90a6a8fc49f6ff05f98b86e37c262ac91 Author:Xi Wang xi.w...@gmail.com Committer: Luca Barbato lu_z...@gentoo.org Date: Fri Mar 15 07:11:47 2013 -0400 flacdec: simplify bounds checking in flac_probe() Simplify `p-buf p-buf + p-buf_size - 4

[libav-commits] atrac3: avoid oversized shifting in decode_bytes()

2013-03-15 Thread Xi Wang
Module: libav Branch: release/0.8 Commit: 12d8ae297911c3020f4d3c1c34967a47b30fb8aa Author:Xi Wang xi.w...@gmail.com Committer: Luca Barbato lu_z...@gentoo.org Date: Fri Mar 15 06:31:21 2013 -0400 atrac3: avoid oversized shifting in decode_bytes() When `off' is 0, `0x537F6103 32

[libav-commits] lzo: fix overflow checking in copy_backptr()

2013-03-15 Thread Xi Wang
Module: libav Branch: release/0.8 Commit: cab96248927a171821dcee1434d73489d1ef9723 Author:Xi Wang xi.w...@gmail.com Committer: Luca Barbato lu_z...@gentoo.org Date: Fri Mar 15 06:59:22 2013 -0400 lzo: fix overflow checking in copy_backptr() The check `src dst' in the form `c-out[-back

[libav-commits] vf_pad: fix a instead of typo

2013-03-10 Thread Xi Wang
Module: libav Branch: master Commit: 5d639b2b4a6d1f5710cfe247dea4d4c6debdfe0d Author:Xi Wang xi.w...@gmail.com Committer: Luca Barbato lu_z...@gentoo.org Date: Sat Mar 9 22:34:27 2013 -0500 vf_pad: fix a instead of typo Avoid buffer overflow in buffer_needs_copy() Signed-off-by: Xi

[libav-commits] rtmp: fix multiple broken overflow checks

2013-01-23 Thread Xi Wang
Module: libav Branch: master Commit: 3cff53369acdb3bc0695dd6d5df51457fdaa16ce Author:Xi Wang xi.w...@gmail.com Committer: Martin Storsjö mar...@martin.st Date: Tue Jan 22 17:49:29 2013 -0500 rtmp: fix multiple broken overflow checks Sanity checks like `data + size = data_end || data

[libav-commits] mpegvideo: fix loop condition in draw_line()

2013-01-19 Thread Xi Wang
Module: libav Branch: master Commit: 992b03183819553a73b4f870a710ef500b4eb6d0 Author:Xi Wang xi.w...@gmail.com Committer: Luca Barbato lu_z...@gentoo.org Date: Sat Jan 19 13:21:35 2013 -0500 mpegvideo: fix loop condition in draw_line() The loop condition `x = ex' is incorrect

[libav-commits] mpegvideo: fix loop condition in draw_line()

2013-01-19 Thread Xi Wang
Module: libav Branch: release/9 Commit: 8d0631c8fa890a1a01c7289c0bf8b2ff44fe5b9c Author:Xi Wang xi.w...@gmail.com Committer: Luca Barbato lu_z...@gentoo.org Date: Sat Jan 19 13:21:35 2013 -0500 mpegvideo: fix loop condition in draw_line() The loop condition `x = ex' is incorrect

[libav-commits] rv30: fix masking in rv30_loop_filter()

2013-01-17 Thread Xi Wang
Module: libav Branch: master Commit: 783e37f7ef3b3cdcfe7aa927a25b4184ae46cd53 Author:Xi Wang xi.w...@gmail.com Committer: Luca Barbato lu_z...@gentoo.org Date: Thu Jan 17 01:24:15 2013 -0500 rv30: fix masking in rv30_loop_filter() The mask `x (1 y)' is incorrect and always yields

[libav-commits] rv30: fix masking in rv30_loop_filter()

2013-01-17 Thread Xi Wang
Module: libav Branch: release/9 Commit: c3c1db7c5637c4e4d8dfdd748466a223f83fffa8 Author:Xi Wang xi.w...@gmail.com Committer: Luca Barbato lu_z...@gentoo.org Date: Thu Jan 17 01:24:15 2013 -0500 rv30: fix masking in rv30_loop_filter() The mask `x (1 y)' is incorrect and always yields

[libav-commits] swscale: fix NULL checking in sws_alloc_context()

2013-01-06 Thread Xi Wang
Module: libav Branch: release/9 Commit: f73f76fd202b310e8e1d0215b2e0cf038cd18c4a Author:Xi Wang xi.w...@gmail.com Committer: Derek Buitenhuis derek.buitenh...@gmail.com Date: Fri Jan 4 21:15:33 2013 + swscale: fix NULL checking in sws_alloc_context() sws_getCachedContext

[libav-commits] swscale: fix NULL checking in sws_alloc_context()

2013-01-04 Thread Xi Wang
Module: libav Branch: master Commit: f73f76fd202b310e8e1d0215b2e0cf038cd18c4a Author:Xi Wang xi.w...@gmail.com Committer: Derek Buitenhuis derek.buitenh...@gmail.com Date: Fri Jan 4 21:15:33 2013 + swscale: fix NULL checking in sws_alloc_context() sws_getCachedContext

[libav-commits] mxfdec: fix NULL checking in mxf_get_sorted_table_segments()

2013-01-04 Thread Xi Wang
Module: libav Branch: master Commit: 3b81bba3bc5aca98d891cb377d27566de4745225 Author:Xi Wang xi.w...@gmail.com Committer: Derek Buitenhuis derek.buitenh...@gmail.com Date: Fri Jan 4 21:09:47 2013 + mxfdec: fix NULL checking in mxf_get_sorted_table_segments() The following out

[libav-commits] apetag: fix error handling in ff_ape_parse_tag()

2012-11-21 Thread Xi Wang
Module: libav Branch: master Commit: b655cfefafd565590bfc5976b9ce8dd141b3c41c Author:Xi Wang xi.w...@gmail.com Committer: Anton Khirnov an...@khirnov.net Date: Wed Nov 14 03:25:41 2012 -0500 apetag: fix error handling in ff_ape_parse_tag() The following error handling is broken due

[libav-commits] segment: fix NULL pointer dereference in seg_write_header()

2012-11-14 Thread Xi Wang
Module: libav Branch: master Commit: e8769b37fe8a841c0d28d3686c6d3cdecc542bc7 Author:Xi Wang xi.w...@gmail.com Committer: Martin Storsjö mar...@martin.st Date: Wed Nov 14 02:52:32 2012 -0500 segment: fix NULL pointer dereference in seg_write_header() Since the pointer `oc' is NULL, oc

[libav-commits] bgmc: Fix av_malloc checks in ff_bgmc_init()

2012-11-14 Thread Xi Wang
Module: libav Branch: master Commit: b74dbdd5e99aed7f3bf1ecb5da1b374e5ba35768 Author:Xi Wang xi.w...@gmail.com Committer: Diego Biurrun di...@biurrun.de Date: Wed Nov 14 13:45:24 2012 -0500 bgmc: Fix av_malloc checks in ff_bgmc_init() Signed-off-by: Xi Wang xi.w...@gmail.com Signed-off