[FFmpeg-cvslog] avcodec/mpegvideo_enc: Add check for av_packet_new_side_data()

2024-07-02 Thread Jiasheng Jiang
ffmpeg | branch: master | Jiasheng Jiang | Mon Jun 10 14:18:11 2024 +| [4065ff69a2ed49872f8694a03d0642b18c9d977c] | committer: Anton Khirnov avcodec/mpegvideo_enc: Add check for av_packet_new_side_data() Add check for av_packet_new_side_data() to avoid null pointer dereference if

[FFmpeg-cvslog] avcodec/vp6: return value check for av_mallocz

2022-02-10 Thread Jiasheng Jiang
ffmpeg | branch: master | Jiasheng Jiang | Mon Feb 7 11:44:53 2022 +0800| [c4d63dbc9417ddf77f6e33f6144b23da7e97cb3b] | committer: Peter Ross avcodec/vp6: return value check for av_mallocz As the potential failure of the av_mallocz(), the 's->alpha_context' could be NULL and be

[FFmpeg-cvslog] avcodec/vp3: Add missing check for av_malloc

2022-02-17 Thread Jiasheng Jiang
ffmpeg | branch: master | Jiasheng Jiang | Tue Feb 15 17:58:08 2022 +0800| [656cb0450aeb73b25d7d26980af342b37ac4c568] | committer: Peter Ross avcodec/vp3: Add missing check for av_malloc Since the av_malloc() may fail and return NULL pointer, it is needed that the 's->edge_emu_buffer

[FFmpeg-cvslog] avformat/nutdec: Add check for avformat_new_stream

2022-02-23 Thread Jiasheng Jiang
ffmpeg | branch: master | Jiasheng Jiang | Wed Feb 23 10:31:59 2022 +0800| [9cf652cef49d74afe3d454f27d49eb1a1394951e] | committer: Michael Niedermayer avformat/nutdec: Add check for avformat_new_stream Check for failure of avformat_new_stream() and propagate the error code. Signed-off-by

[FFmpeg-cvslog] avcodec/vp3: Add missing check for av_malloc

2023-10-19 Thread Jiasheng Jiang
ffmpeg | branch: release/2.8 | Jiasheng Jiang | Tue Feb 15 17:58:08 2022 +0800| [e3bd8754ec4dbc5887fe1c02f15c775938509a86] | committer: Michael Niedermayer avcodec/vp3: Add missing check for av_malloc Since the av_malloc() may fail and return NULL pointer, it is needed that the &#

[FFmpeg-cvslog] avcodec/vp3: Add missing check for av_malloc

2022-12-18 Thread Jiasheng Jiang
ffmpeg | branch: release/4.3 | Jiasheng Jiang | Tue Feb 15 17:58:08 2022 +0800| [7694a44b4786995590a8ba2b16acd8ef8177] | committer: James Almer avcodec/vp3: Add missing check for av_malloc Since the av_malloc() may fail and return NULL pointer, it is needed that the 's->edge_em

[FFmpeg-cvslog] avcodec/vp3: Add missing check for av_malloc

2022-12-18 Thread Jiasheng Jiang
ffmpeg | branch: release/4.1 | Jiasheng Jiang | Tue Feb 15 17:58:08 2022 +0800| [51efa68ec0b4f42b5b124b8987fb68f60a929c4f] | committer: James Almer avcodec/vp3: Add missing check for av_malloc Since the av_malloc() may fail and return NULL pointer, it is needed that the 's->edge_em

[FFmpeg-cvslog] libavcodec/alsdec.c: Add check for av_malloc_array() and av_calloc()

2025-07-12 Thread Jiasheng Jiang
ffmpeg | branch: master | Jiasheng Jiang | Thu Jul 10 16:26:39 2025 +| [35a6de137a39f274d5e01ed0e0e6c4f04d0aaf07] | committer: Michael Niedermayer libavcodec/alsdec.c: Add check for av_malloc_array() and av_calloc() Add check for the return value of av_malloc_array() and av_calloc() to

[FFmpeg-cvslog] fftools/cmdutils: Add av_freep() to avoid memory leak

2025-07-20 Thread Jiasheng Jiang
ffmpeg | branch: master | Jiasheng Jiang | Tue Jul 15 00:31:09 2025 +| [f7a6965308ab5a6e35a54570d9c7395d2569637c] | committer: Michael Niedermayer fftools/cmdutils: Add av_freep() to avoid memory leak Add av_freep() to free new_elem to avoid memory leak. Fixes: 3ca1e31e63 ("ff

[FFmpeg-cvslog] libavcodec/alsdec.c: Add check for av_malloc_array() and av_calloc()

2025-08-04 Thread Jiasheng Jiang
ffmpeg | branch: release/6.1 | Jiasheng Jiang | Thu Jul 10 16:26:39 2025 +| [707c4ecac97332e2e71fd7cf34974c824395cfd2] | committer: Michael Niedermayer libavcodec/alsdec.c: Add check for av_malloc_array() and av_calloc() Add check for the return value of av_malloc_array() and av_calloc

[FFmpeg-cvslog] avcodec/tests/avpacket: Add av_packet_free() to avoid memory leak

2025-08-04 Thread Jiasheng Jiang
ffmpeg | branch: release/6.1 | Jiasheng Jiang | Sun Aug 3 20:09:38 2025 +| [6c6e745e7c9baddb8b6f1425d094dde7b489e604] | committer: Michael Niedermayer avcodec/tests/avpacket: Add av_packet_free() to avoid memory leak Add av_packet_free() to free avpkt_clone and avpkt in the error paths

[FFmpeg-cvslog] examples: Add av_freep to avoid potential memory leak

2025-08-04 Thread Jiasheng Jiang
ffmpeg | branch: release/6.1 | Jiasheng Jiang | Sat Aug 2 23:28:48 2025 +| [9f7b46e6d9f17732712d936e57c9223319be4064] | committer: Michael Niedermayer examples: Add av_freep to avoid potential memory leak Add av_freep() to free avio_ctx_buffer if avio_alloc_context fails to avoid

[FFmpeg-cvslog] libavcodec/tests/motion: Add check for avcodec_alloc_context3()

2025-08-04 Thread Jiasheng Jiang
ffmpeg | branch: release/6.1 | Jiasheng Jiang | Sun Aug 3 20:32:23 2025 +| [5544cacc3c0e950bf4ab21b7b475822f571fea03] | committer: Michael Niedermayer libavcodec/tests/motion: Add check for avcodec_alloc_context3() Add check for the return value of avcodec_alloc_context3() to avoid

[FFmpeg-cvslog] avcodec/tests/avpacket: Add av_free() to avoid memory leak

2025-08-04 Thread Jiasheng Jiang
ffmpeg | branch: release/6.1 | Jiasheng Jiang | Sun Aug 3 19:14:38 2025 +| [2edff58de7c0d99095cf4e4ff22f5a61f943c027] | committer: Michael Niedermayer avcodec/tests/avpacket: Add av_free() to avoid memory leak Add av_free() to free extra_data if av_packet_add_side_data() fails. Fixes

[FFmpeg-cvslog] libavcodec/alsdec.c: Add check for av_malloc_array() and av_calloc()

2025-08-04 Thread Jiasheng Jiang
ffmpeg | branch: release/7.0 | Jiasheng Jiang | Thu Jul 10 16:26:39 2025 +| [ae1507fa7995a5b018b9dcc8e3c8b101fa08c5df] | committer: Michael Niedermayer libavcodec/alsdec.c: Add check for av_malloc_array() and av_calloc() Add check for the return value of av_malloc_array() and av_calloc

[FFmpeg-cvslog] avcodec/tests/avpacket: Add av_free() to avoid memory leak

2025-08-04 Thread Jiasheng Jiang
ffmpeg | branch: release/7.0 | Jiasheng Jiang | Sun Aug 3 19:14:38 2025 +| [52a3deed04a0a8664056b7c157ed9800f61d6ea1] | committer: Michael Niedermayer avcodec/tests/avpacket: Add av_free() to avoid memory leak Add av_free() to free extra_data if av_packet_add_side_data() fails. Fixes

[FFmpeg-cvslog] examples: Add av_freep to avoid potential memory leak

2025-08-04 Thread Jiasheng Jiang
ffmpeg | branch: release/7.0 | Jiasheng Jiang | Sat Aug 2 23:28:48 2025 +| [8fb86b863af61e3160d83abbfec9252ec9c6a173] | committer: Michael Niedermayer examples: Add av_freep to avoid potential memory leak Add av_freep() to free avio_ctx_buffer if avio_alloc_context fails to avoid

[FFmpeg-cvslog] libavcodec/tests/motion: Add check for avcodec_alloc_context3()

2025-08-04 Thread Jiasheng Jiang
ffmpeg | branch: release/7.0 | Jiasheng Jiang | Sun Aug 3 20:32:23 2025 +| [8aed34f920f4994e8d0676d2e3eba6b74cf640a8] | committer: Michael Niedermayer libavcodec/tests/motion: Add check for avcodec_alloc_context3() Add check for the return value of avcodec_alloc_context3() to avoid

[FFmpeg-cvslog] avcodec/tests/avpacket: Add av_packet_free() to avoid memory leak

2025-08-04 Thread Jiasheng Jiang
ffmpeg | branch: release/7.0 | Jiasheng Jiang | Sun Aug 3 20:09:38 2025 +| [7ab439734acd101a850d8b3a4a060490cf960864] | committer: Michael Niedermayer avcodec/tests/avpacket: Add av_packet_free() to avoid memory leak Add av_packet_free() to free avpkt_clone and avpkt in the error paths