From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org [79.124.17.100]) by master.gitmailbox.com (Postfix) with ESMTP id 62A6749517 for ; Thu, 11 Jul 2024 23:55:53 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 0F1F068D988; Fri, 12 Jul 2024 02:55:51 +0300 (EEST) Received: from relay7-d.mail.gandi.net (relay7-d.mail.gandi.net [217.70.183.200]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 2446968D8BA for ; Fri, 12 Jul 2024 02:55:44 +0300 (EEST) Received: by mail.gandi.net (Postfix) with ESMTPSA id 4B23F20005 for ; Thu, 11 Jul 2024 23:55:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=niedermayer.cc; s=gm1; t=1720742143; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=0LaDYHB917iQrfPt00mG7jnqPVLgVh7ghP0lxuUQL5w=; b=dnnnrx5C2uL00Zn2R1JjihTQvpdiuT7cz+teqMgnm1oDWBR6z/XKRAzgjcweYZy25tMIx+ bqMyVFm2qwirnE78ltH9xsYovCaDGDrBvfQeKaBQsAO+g8KtWPyBXymG32+GPazYbq8q1o kls0DpJo59lJB//VIkndVRPWZSyTuAWgDEgaigyllVsetclDeYFsojHCLzl8zaj8r5FwPa H+ZFNVDxaao48RPSCvMWklmW7pztTRyB7eZH08c4qkclKYa470anqLAcGUzdxXYg+2pBxX R4ow7+hdqAeq1GA6L+NuNnMX9bpAgc8uWcR5It51b35l4b6BABOufQar6q/Rxg== Date: Fri, 12 Jul 2024 01:55:42 +0200 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20240711235542.GN4991@pb2> References: <20240513233816.GL6420@pb2> MIME-Version: 1.0 In-Reply-To: <20240513233816.GL6420@pb2> X-GND-Sasl: michael@niedermayer.cc Subject: Re: [FFmpeg-devel] [WIP] False positives on Coverity X-BeenThere: ffmpeg-devel@ffmpeg.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: FFmpeg development discussions and patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: FFmpeg development discussions and patches Content-Type: multipart/mixed; boundary="===============1507470889866987067==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============1507470889866987067== Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="ClpMRN7ztK9mBQjN" Content-Disposition: inline --ClpMRN7ztK9mBQjN Content-Type: multipart/mixed; boundary="zQkbmZdDtNfaM5TR" Content-Disposition: inline --zQkbmZdDtNfaM5TR Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, May 14, 2024 at 01:38:16AM +0200, Michael Niedermayer wrote: > Hi all >=20 > To keep people updated (and as this is not vissible on the ML) > heres my current list of issues marked as false positives / intentional i= n Mai & April 2024 > (in case anyone wants to review, i presume noone wants but just in case) Updated list, also the remaining outstanding issues as CSV today and from a= pril are attacht Only 7 outstanding remain from prior may. and 19 total. So 99% of issues =66rom where we started have been categorized, so basically categorization = is done. And most bugs i think have fixes on the ML but iam too tired, i need to go = over the review comments from people and get things into git next and then i need to go over this again and help coverity on all fixes it fails to recognize as = such. thx 1409917 Unintentional integer overflow ; No overflow happens as dimensions= and sprite accuracy are too limited 1409920 Unintentional integer overflow ; The involved variables are too re= stricted for overflow 1416963 Unintentional integer overflow ; No overflow happens as bytes of a= n image are addressible by int 1417663 Uninitialized scalar variable ; par_m_source is 0..3 and mid is i= nitialized 1419522 Unintentional integer overflow ; No overflow can happen, the value= s are too restricted 1419833 Untrusted loop bound ; The loop bound is limited to 65535 I also submit a patch to check the 2nd case better 1500345 Uninitialized scalar variable ; Not a bugf strictly but bad pract= ice and fix submitted 1503083 Uninitialized pointer read ; nb_channels is non negative, coverity= assumes it could be negative 1452594 Free of array-typed value ; passed flags are 0 but assumed by cov= erity to be non 0 1452451 Use after free ; coverity assumes FLAGS has values it = does not 1452474 Use after free ; coverity assumes FLAGS has values it = does not 1452532 Use after free ; coverity assumes FLAGS has values it = does not 1524728 Free of array-typed value ; coverity assumes 0 (flags) is not 0 1591440 Free of array-typed value ; coverity assumes 0 (flags) is not 0 1452617 Free of array-typed value ; coverity assumes AV_DICT_DONT_STRDUP= _KEY but that is not set 1520670 Dereference after null check ; either frame or pkt is NULL 1524701 Free of array-typed value ; coverity assumes flags to be non 0 w= hile it is 0 1538859 Dereference after null check ; frame is always non-NULL for audio a= nd video 1596536 Dereference null return value ; There should be a descriptor for ev= ery type that is used 1518989 Missing break in switch ; no break is intentional 1559177 Resource leak ; av_fifo_write() either succeeds or th= e frame is freed 1559181 Resource leak ; av_fifo_write() either succeeds or th= e frame is freed 1596530 Free of array-typed value ; coverity assumes flags to be non 0 wh= ile it is 0 1516444 Free of array-typed value ; coverity assumes flags to be non 0 wh= ile it is 0 1524729 Free of array-typed value ; coverity assumes flags to be non 0 wh= ile it is 0 1596628 Free of array-typed value ; coverity assumes flags to be non 0 wh= ile it is 0 1452412 Free of array-typed value ; coverity assumes flags to be non 0 wh= ile it is 0 1452415 Free of array-typed value ; coverity assumes flags to be non 0 wh= ile it is 0 1452551 Free of array-typed value ; coverity assumes flags to be a value = it is not 1559186 Resource leak ; The value is stored by av_fifo_write= () and thus not lost 1452419 Free of array-typed value ; coverity assumes flags to be non 0 wh= ile it is 0 1452457 Missing break in switch ; this looks intentional 1500328 Resource leak ; packet_queue_put_private() either sto= res pkt1 or it fails and its freed 1452606 Free of array-typed value ; coverity assumes AV_DICT_DONT_STRDUP_= VAL is set while it is not 1551681 Data race condition ; The mutex is in the caller 1475938 Uninitialized array index read ; all of dither seems to be intiia= lized 1465483 Unintentional integer overflow ; the clip limits len 1473539 Explicit null dereferenced ; new_rematrixing_strategy is always set= for block 0 1596532 Copy of overlapping memory ; num_blocks ia positive so the loop doe= s at least one iteration 1500322 Out-of-bounds read ; the mode is simply not possible 1473499 Uninitialized scalar variable ; the default case seems unreachable 1595709 Uninitialized scalar variable ; num_uv_points cannot be set when pr= edict_uv_scaling is uninitialized 1595705 Uninitialized scalar variable ; the parts of scaling used and initi= alized 1595706 Uninitialized scalar variable ; the parts of scaling used and initi= alized 1595707 Unintended sign extension ; the array is not gb sized, the shift is= not nearly that large 1467648 Untrusted loop bound ; loop bound is 16bit and thus bound by 65535,= its also bound by the data length 1504415 Untrusted value as argument ; av_grow_packet() will allocate a buff= er matching the value or it will fail 1545117 Division or modulo by zero ; coverity assumes the loop never execu= tes but thats not currently possible 1473510 Untrusted loop bound ; the read values are checked when they are r= ead 1507875 Untrusted array index read ; seq_parameter_set_id is checked when r= ead (also coverity seems to have alot of problems with the multiple layers = of macros and functions in the CBS system) 1452623 Free of address-of expression ; coverity fails to keep track of dat= a_ref/data_buf 1458177 Free of address-of expression ; coverity assumes data_ref is NULL 1465491 Unintentional integer overflow ; 8 is smaller than 32 1465864 Out-of-bounds read ; coverity assumes planes can be more than 4 1543204 Logically dead code ; Lynne preferres to keep this code 1500292 Unintentional integer overflow ; the error is too small for an over= flow to happen 1443722 Unintentional integer overflow ; image dimensions do not overflow 3= 2bit 1467656 Out-of-bounds access ; There is enough space allocated for what is = accessed 1427586 Out-of-bounds read ; coverity assumes (x&511) >=3D 512 1465486 Unintentional integer overflow ; 16bit + 8bit doesnt need 64bit 1496852 Macro compares unsigned to 0 ; macro tests the valid range, one sid= e is 0 1596606 Unintentional integer overflow ; valid width * height must fit in i= nt 1452461 Free of array-typed value ; coverity 0 !=3D 0 flags issue 1473505 Untrusted loop bound ; The loop is checking the upper bound 1466634 Missing break in switch ; fallthrough initializes [0] 1516445 Out-of-bounds read ; a j=3D0; j<1; j++ loops does not execute twice 1473591 Untrusted loop bound ; The loop checks if more data remains 1496615 Explicit null dereferenced ; code is not reachable with frame =3D N= ULL 1532404 Untrusted loop bound ; the loop tests if data is remaining 1452436 Free of array-typed value ; 0 is really 0 1485002 Unintentional integer overflow ; dc_w and dc_h (xsize * ysize) is t= ested by av_image_check_size2() 1500327 Unintentional integer overflow ; width *planes does not overflow 1452485 Free of array-typed value ; flags 0 is really 0 1500307 Unintentional integer overflow ; The arguments to the multiplicatio= n are small numbers 1500324 Unintentional integer overflow ; The arguments to the multiplicati= on are small numbers 1500335 Unintentional integer overflow ; The arguments to the multiplicati= on are small numbers 1500337 Unintentional integer overflow ; The arguments to the multiplicati= on are small numbers 1551680 Check of thread-shared field evades lock acquisition ; thread1 and = thread2 are the same and the main thread so they dont need a mutex between = each other 1551686 Data race condition ; task index is not changed by another thread 1551692 Data race condition ; the return code is not changed once the tas= k has returned a code 1452477 Untrusted value as argument ; zsize is positve and its maximum is c= hecked 1500326 Unintentional integer overflow ; no overflow 1500323 Unintentional integer overflow ; ccr_bur*cb_tbl cannot overflow her= e atm 1500348 Unintentional integer overflow ; f*ff_g723_1_cos_tab will not overf= low here atm 1500352 Unintentional integer overflow ; 16bit * 16384 will not overflow 1515882 Unintentional integer overflow ; 1515883 Unintentional integer overflow ; 1515884 Unintentional integer overflow ; 1473559 Uninitialized scalar variable ; coverity hallucinates different sub= _mb_type values each time it looks 1465261 Free of array-typed value ; and 0 is still 0 1413314 Untrusted pointer read ; The code seems ok, just ugly 1430928 Untrusted loop bound ; The values are checked against size 1430929 Untrusted value as argument ; The values are checked against side_d= ata_size 1452417 Free of array-typed value ; coverity still fails to consider the fl= ag value 1452423 Free of array-typed value ; 0 is REALLY 0 1452553 Free of array-typed value ; 0 AV_DICT_DONT_OVERWRITE is not AV_DICT= _DONT_STRDUP_VAL 1452575 Free of array-typed value ; 0 is REALLY 0 1466602 Free of array-typed value ; if flags 0 is passed then the flags arg= ument is 0 1473502 Untrusted loop bound ; seeking to a "untrusted value" is fine 1473502 Untrusted loop bound ; avio_seek() checks the offset 1473544 Untrusted loop bound ; allocate then store 1473561 Untrusted pointer write ; a non negative variable only needs a upp= er bound check, i will suggest to add a assert though. This code does have = a feeling of fragility to it 1473589 Untrusted value as argument ; mode_blocksize is 0 or 1 1477411 Free of array-typed value ; another 0 is not 0 in coverity 1477412 Untrusted divisor ; the pcrs are checked so they are not equal 1477435 Untrusted loop bound ; inside the loop there are checks 1477437 Untrusted loop bound ; the code just skips over the chunk size with= avio_skip() 1500301 String not null terminated the ; profile_string const and 0 termin= ated. p is initialized to all 0, there is remaining space after the memcpy = thus p is 0 terminated 1500302 Uninitialized scalar variable ; is_pipe and ts_from_file is contra= dicting 1452430 Free of array-typed value ; 0 !=3D 0 again 1442565 Untrusted loop bound ; dict_entries is checked against extradata_= size 1596608 Dereference after null check ; a new frame is allocated by ff_progr= ess_frame_get_buffer 1455684 Unintentional integer overflow ; w*h doesnt overflow w*h/256*100 al= so wont 1361959 Untrusted loop bound ; cnt is checked against bytestream2_get_bytes= _left(&dgb 1473503 Untrusted loop bound ; the loop checks if there is input data remai= ning 1473551 Untrusted loop bound ; the loop is checked by height and linesize 1473573 Untrusted loop bound ; the loop checks if there is input data remai= ning 1473506 Missing break in switch ; intentional 1466603 Uninitialized scalar variable ; good_thresh is given inconsistant = values by coverity 1528149 Unintended sign extension ; width * height < 4096 1547074 Missing break in switch ; intentional fallthrough 1547075 Missing break in switch ; intentional fallthrough 1477413 Missing break in switch ; intentional fallthrough 1512411 Dereference after null check ; pkt_out is NULL for alpha, the deref= erence is under !ctx->is_alpha 1530136 Operands don't affect result ; LONG may be the same as uint64_t but= it doesnt have to be 1465488 Unintentional integer overflow ; with 1U this is now a false posi= tive 1500294 Unintentional integer overflow ; the shift is limited to 7+15 1465264 Free of array-typed value ; 0 & x =3D=3D 0 1521983 Unintentional integer overflow 1465484 Unintentional integer overflow ; the dc chroma vlcs dont overflow 3= 2bit 1465485 Unintentional integer overflow ; the dc luma vlcs dont overflow 32b= it 1473497 Uninitialized scalar variable ; switch case default is impossible 1473517 Uninitialized scalar variable ; switch case default is impossible 1500291 Unintentional integer overflow ; Straight above the use its checked 1500295 Unintentional integer overflow ; Straight above the use its checked 1465480 Unintentional integer overflow ; mb num doesnt overflow 1465490 Unintentional integer overflow ; ESC3 should not overflow 1473567 Result is not floating-point ; yes thats how the mp3 dequant works 1503079 Division or modulo by zero ; coverity assumes frames =3D 0 but thi= s is impossible 1465482 Unintentional integer overflow ; the number of bits written is max= 10 so no overflow is possible 1596736 Untrusted loop bound ; the flags are 0, coverity assumes they are = not and taking an impossible branch / The 2 of 3 case is unrelated, and sim= ply checks strcasecmps the given filename 1596737 Free of array-typed value ; the flags are 0, coverity assumes they = are not and taking an impossible branch 1441937 Unintentional integer overflow ; MB num doesnt overflow 1500279 Unintentional integer overflow ; libopus uses 16bit so 32 will suff= ice 1452479 Out-of-bounds access ; coverity disregards thath the nlsf[] access= is after a i !=3D order check 1452618 Out-of-bounds access ; coverity assumes impossible subframes, this= begins with the assumtation of duration_ms=3D60 and nb_frames =3D 1, which= is already not possible at the same time 1447467 Free of address-of expression ; the flags are 0, coverity assumes t= hey are not and taking an impossible branch 1521984 Free of array-typed value ; the flags are 0, coverity assumes they = are not and taking an impossible branch 1465489 Unintentional integer overflow ; put_bits() already asserts a limit= in k of 30 indirectly 1500333 Uninitialized scalar variable lpc ; should be initialzed in all ca= ses in subframe 0, other subframes follow and thus have it initialized from= subframe 0 1505357 Unintentional integer overflow ; w*h*4 doesnt overflow 1495853 Missing break in switch ; Looks like intended fallthrough 1465487 Unintentional integer overflow ; Check is above 1548380 Uninitialized scalar variable ; This is possible if size is 0 but i= t is never 0 1429858 Unintended sign extension ; 8bit * 1 is not overflowing 1473496 Unchecked return value ; With a fixed size, a failure is not expect= ed 1473581 Missing break in switch ; 1515890 Out-of-bounds access ; width is not a negative value 1500282 Uninitialized scalar variable ; Either vlc table is set or value is= , coverity assumes a invalid state 1473508 Untrusted array index read ; The indexes are limited to the array = sizes 1500353 Unintentional integer overflow ; The line above checks for this 1500293 Unintentional integer overflow ; the product of 2 8 bit numbers do= es not overflow 32bit 1469450 Unintentional integer overflow ; dc vlc should fit in 32bit 1469451 Unintentional integer overflow ; dc vlc should fit in 32bit 1473582 Uninitialized scalar variable ; frame and block need to be intra OR= inter they cannot be neither 1500311 Uninitialized scalar variable ; frame and block need to be intra OR= inter they cannot be neither 1452495 Uninitialized scalar variable ; 3bits are within 0..7 1452628 Uninitialized scalar variable ; 3bits are within 0..7 1518967 Unchecked return value ; buf cant be NULL and 157 isnt 0 nor is it = overflowing 1518968 Unchecked return value ; buf cant be NULL and 157 isnt 0 nor is it = overflowing 1429859 Unintentional integer overflow ; The range of hscale and delta_size= is too l imited and w h are checked 1465479 Unintentional integer overflow ; unary is 31 or lower here 1427156 Uninitialized pointer read ; the implied pix fmts and pack are inco= mpatible, thus the execution path is impossible 1591438 Division or modulo by zero ; I dont think widest_tile_sb can be 0 h= ere DUP 1441935 Unchecked return value ; The buffer used is a fixed size buffer= from the context, it cannot be too large nor can it be NULL 1544628 Unintentional integer overflow ; no len is all checked 1544629 Unintentional integer overflow ; no len is all checked 1473569 Untrusted array index read ; mode_blocksize is 0 or 1, header_len i= s checked < 7 and not negative 1452622 Logically dead code ; coverity treats a unisgned check as if it was= signed 1516089 Negative array index write ; unsigned values are not negative 1560038 Negative array index read ; The invalid case implies CHROMA_FORMAT= _444 while the array index is under CHROMA_FORMAT_422 1560043 Uninitialized scalar variable ; pred_flag should not magically chan= ge 1560045 Unintended comparison to logical negation ; looks intentional to me 1593172 Unintended sign extension ; 16bit shifted by v/hshift will not over= flow 1593173 Unintended sign extension ; 16bit shifted by v/hshift will not over= flow 1593174 Unintended sign extension ; 16bit shifted by v/hshift will not over= flow 1593175 Unintended sign extension ; 16bit shifted by v/hshift will not over= flow 1507877 Unintentional integer overflow ; w*h doesnt overflow 1560039 Logically dead code ; Work in progress, see review on ML 1458126 Result is not floating-point ; The exact value doesnt matter as it = becomes infinite anyway 1441930 Unintentional integer overflow ; w*h doesnt overflow 1473557 Uninitialized scalar variable ; coverity doesnt understand the inli= ne asm 1473585 Uninitialized scalar variable ; coverity doesnt understand the inli= ne asm 1591975 Explicit null dereferenced ; u.map is set by av_channel_layout_cust= om_init() 1458153 Structurally dead code ; coverity seems to not test CONFIG_VULKAN 1583741 Resource leak ; the leak is inconsistant with the checks on fd 1593009 Dereference after null check ; if its NULL, then len is 0 1593010 Out-of-bounds read ; out_len may be large but that doesnt imply out= still points to buf 1583742 Unchecked return value "We're not checking for errors here because = the kernel may not support the ioctl, in which case its okay to carry on"" 1516764 Dereference null return value ; the value that has just been store= d will not fail to be found 1500313 Out-of-bounds read ; the sample formats input are valid 1509371 Use of 32-bit time_t ; the exact value of time doesnt matter 1473549 Untrusted divisor ; Its a float and it is checked "Value inf for p= arameter 'flags' is not a valid set of 32bit integer flags" 1500289 Unintentional integer overflow ; squaring 8bit will not overflow 32= bit 1500296 Unintentional integer overflow ; w*h will not overflow 32bit 1592142 Unintentional integer overflow ; squaring 8bit (9bit signed) will n= ot overflow 32bit 1497114 Missing break in switch ; 1473525 Untrusted loop bound ; we check the user provided name against a li= st 1506707 Uninitialized scalar variable ; FFmpeg does not ship a avisynth_c.h= anymore 1529991 Arguments in wrong order ; num/den are xchanged as framerate vs ti= mebase have them exchanged 1482088 Missing break in switch ; 1507242 Untrusted pointer read ; The data is checked, the code is ugly thou= gh 1473538 Untrusted loop bound ; reading till EOF if there is nothing better 1497470 Operands don't affect result ; 1500278 Uninitialized scalar variable ; uninitialized implies len =3D 0 1512404 Use after free ; 0 flags is 0 1464083 Use after free ; 0 flags are still 0 in the function 1500310 Uninitialized scalar variable ; data_end would be 0 if data_start h= ad not been initialized 1532406 Untrusted loop bound ; this simply iterates over NALs 1538299 Untrusted loop bound ; this simply iterates over NALs 1500346 Uninitialized scalar variable ; uninitialized implies len =3D 0 1485969 Result is not floating-point ; its just a limit 1452541 Use after free ; 0 flags are 0 even inside av_dict_set() 1598551 Unintentional integer overflow ; the vertical coordinate fits in int 1598560 Unintentional integer overflow ; the vertical coordinate fits in int 1591879 Explicit null dereferenced ;inconsistant avctx->pix_fmt 1591921 Unchecked return value ; A check is not needed here as its not in a= loop 1591895 Unintentional integer overflow ; mb width *4 doesnt overflow 1591893 Unintentional integer overflow ; height * linesize should not over= flow 1591900 Unintentional integer overflow ; height * linesize should not over= flow 1591904 Unintentional integer overflow ; height * linesize should not over= flow 1591907 Unintentional integer overflow ; height * linesize should not over= flow 1591920 Unintentional integer overflow ; height * linesize should not over= flow 1591934 Unintentional integer overflow ; height * linesize should not over= flow 1591940 Unintentional integer overflow ; height * linesize should not over= flow 1591945 Unintentional integer overflow ; height * linesize should not over= flow 1591950 Unintentional integer overflow ; height * linesize should not over= flow 1591922 Unintentional integer overflow ; pixel shift wont exceed 32bit 1591943 Unintentional integer overflow ; pixel shift wont exceed 32bit 1591873 Unintentional integer overflow ; pixel 80 << pixel shift will not = exceed 32bit 1591917 Unintentional integer overflow ; w and h are checked to be within = 16bit 1591883 Unintentional integer overflow ; height * linesize should not ove= rflow 1591860 Unintentional integer overflow ; multiplying linesize by 1 or 2 do= esnt overflow 1591865 Unintentional integer overflow ; multiplying linesize by 1 or 2 d= oesnt overflow 1591871 Unintentional integer overflow ; linesize *2 does not overflow 1591869 Unintentional integer overflow ; linesize *2 does not overflow 1591936 Unintentional integer overflow ; linesize *2 does not overflow 1505358 Untrusted loop bound ; w,h,channels are checked 1591890 Unintentional integer overflow ; linesize will fit in int 1598554 Unchecked return value ; the return does not need to be checked he= re 1591863 Unintentional integer overflow ; should not be able to overflow 1591908 Unintentional integer overflow ; should not be able to overflow 1591949 Unintentional integer overflow ; 8 * sb_cols should not overflow 1591872 Unintentional integer overflow offset_v << ps should not overflow 1591905 Unintentional integer overflow w << ps should not overflow 1591910 Unintentional integer overflow the pixel size will not overflow 32b= it 1591912 Unintentional integer overflow border << pixel_shift should not ove= rflow 1591927 Unintentional integer overflow w << ps should not overflow 1591947 Unintentional integer overflow 1<< ps, w << ps should not overflow 1591882 Unintentional integer overflow the edge buffer stride doesnt overfl= ow 1591919 Unintentional integer overflow the edge buffer stride doesnt overfl= ow 1591941 Unintentional integer overflow the edge buffer stride doesnt overfl= ow 1530245 Out-of-bounds read If the list has 1 element then this element is N= ULL 1598565 Uninitialized pointer write (see ML) 1598561 Uninitialized pointer write (see ML) 1551690 Check of thread-shared field evades lock acquisition ; async_seek()= is not called from 2 threads at the same time 1457610 Use after free ; 0 =3D 0 1473574 Untrusted loop bound ; i is in a permissible range if its within th= e buffer, the loop checks this 1591946 Structurally dead code ; It is only dead on some platforms 1492156 Unintentional integer overflow ; nb_index_entries is 16bit here 1452604 Use after free ; 0 flags is 0 1473558 Untrusted loop bound ; header_len is bound by the extradata size 1515516 Use after free ; another form of the eternal 0 becomes non 0 coveri= ty bug 1596702 Explicit null dereferenced ; coverity ignores av_channel_layout_cus= tom_init() 1595708 Explicit null dereferenced ; 1595708 Explicit null dereferenced 1591902 Operands don't affect result ; platform dependant 1477409 Use after free ; The eternal 0 flags bug from coverity, 0 has no fl= ags set the codepath is impossible 1594483 Explicit null dereferenced ; coverity ignores av_channel_layout_cus= tom_init() 1490845 Use after free ; AV_DICT_APPEND is also not the right flag to free = the argument 1473547 Untrusted pointer read ; The values are tested a few lines before u= se 1591794 Out-of-bounds read ; The end check resets the index 1530185 Missing break in switch ; intentional 1530298 Missing break in switch ; intentional 1530313 Untrusted loop bound ; The loop is bounded by bytestream2_get_byte= s_left() 1530166 Free of array-typed value ; a flags of 1 also doesnt trigger teh fr= ee() code 1530258 Copy of overlapping memory ; username and auth_params are separate = fields they do not overlap 1530312 Untrusted loop bound ; we read size, we allocate and process the da= ta, coverity points to no issue 1494441 Untrusted value as argument ; length is checked one line above the = coverity warning 1494532 Read from pointer after free ; The 0 flags bugs 1494635 Untrusted loop bound ; Simple alloc + read code 1473580 Untrusted value as argument ; alloc + read, the size is arbitrary t= hats how it is 1452449 Uninitialized scalar variable ; whence should not be random 1452593 Missing break in switch ; intentional 1257658 Uninitialized scalar variable ; avisynth headers where removed in 2= 020 from ffmpeg 1591948 Dereference after null check ; d3d11va_create_staging_texture() all= ocates it or fails 1591870 Bad bit shift operation ; intentional / platform dependant 1591942 Operands don't affect result ; intentional / platform dependant 1452619 Out-of-bounds access ; coverity shows incomplete traces, but there= are checks on keylen 1591885 Unintentional integer overflow ; i goes up to 5 it does not overflo= w 32bit 1591899 Operands don't affect result ; platform dependant 1477398 Operands don't affect result ; platform dependant 1515514 Uninitialized scalar variable ; format is float or double 1515517 Uninitialized scalar variable ; format is float or double 1516805 Uninitialized scalar variable ; format is float or double 1454838 Out-of-bounds access ; nb_neurons of the last layer is checked 1503077 Bad bit shift operation ; We assume the channel is valid 1473555 Uninitialized scalar variable ; format is set to float or double 1503081 Bad bit shift operation ; channel is being checked for not being ne= gative 1502874 Uninitialized pointer write ; mode is 0 or 1 1517103 Uninitialized pointer write ; coverity assumes a 5th direction 1517305 Uninitialized pointer read ; coverity assumes a 5th direction 1452640 Division or modulo by float zero ; there should be at least 1 pixe= l and 1 plane 1596627 Division or modulo by float zero ; a goodfcount of 0 should be smal= ler or equal to a non negative number 1519127 Unchecked return value ; intentional according to comments 1492299 Unintended sign extension ; radius is limited to 1024 it thus canno= t overflow 31bit with a 16bit multiplication 1492300 Unintended sign extension ; radius is limited to 1024 it thus canno= t overflow 31bit with a 16bit multiplication 1492301 Unintended sign extension ; radius is limited to 1024 it thus canno= t overflow 31bit with a 16bit multiplication 1492302 Unintended sign extension ; radius is limited to 1024 it thus canno= t overflow 31bit with a 16bit multiplication 1492303 Unintended sign extension ; radius is limited to 1024 it thus canno= t overflow 31bit with a 16bit multiplication 1492305 Unintended sign extension ; radius is limited to 1024 it thus canno= t overflow 31bit with a 16bit multiplication 1452498 Use after free ; coverity mixes up tblend and !tblend 1439572 Uninitialized pointer read ; the filter name is one fo the filters 1473583 Uninitialized scalar variable ; The code only reads what has been s= et 1604493 Overflowed constant ; x*s/s does does not result in a MIN_INT64 als= o the following assert would have caught this if it did, coverity provides = no details on how this should be happening 1604480 Overflowed constant ; Value is downscaled it cannot overflow 1604443 Overflowed constant ; the smaller timestamp should be representable= in the larger ones timebase 1604491 Overflowed integer argument ; the analysis is based on the false as= sumtation of av_rescale() overflow 1604581 Overflowed constant ; API says "Allowed range is between 1 (good) a= nd FF_LAMBDA_MAX (bad)." so no its not allowed to be negative 1538860 Bad bit shift operation ; no, type is not negative just because the= enum has a negative entry 1604554 Overflowed constant ; if(nb_filter_stack) is not true when nb_filte= r_stack is 0 1604458 Overflowed integer argument ; teh loop counter i does not overflow 1604430 Overflowed integer argument ; teh loop counter i does not overflow 1603198 Logically dead code ; work in progress 1604547 Overflowed array index read ; its called clip because it clips its = input in the given range so its output is not outside that range 1604407 Overflowed constant ; unsigned overflow is not undefined 1603195 Missing break in switch ; intentional 1603197 Missing break in switch ; intentional 1500345 Uninitialized scalar variable 1604418 Overflowed constant ; Not possible due to else if above 1604432 Overflowed constant ; intentional 1604596 Overflowed integer argument ; This is checked a few lines above 1604454 Overflowed constant ; intentional 1604497 Overflowed return value ; code looks reasonable, just unsigned vari= ables 1604534 Overflowed constant (INTEGER_OVERFLOW) : no 1604357 Overflowed constant ; intentional 1604387 Overflowed constant ; 0=3D1 in the reasoning 1604393 Overflowed constant ;intentional 1604539 Overflowed constant ;intentional 1604520 Overflowed constant;intentional 1604372 Overflowed constant;intentional 1604425 Overflowed constant;intentional 1604377 Overflowed return value ; no sense 1604386 Overflowed constant ; Yes theres a bug in the next line but what is= found here is fine 1604460 Overflowed constant ; intentional 1604484 Overflowed constant ; intentional 1604499 Overflowed constant ; apparently unreachable code is assumed to hav= e been reached 1604467 Overflowed constant ; intentional 1604402 Overflowed constant ; intentional 1604500 Overflowed constant ; intentional 1604385 Overflowed constant ; intentional 1604358 Overflowed constant ; Mix of false positive, intentional 1604551 Overflowed constant ; intentional 1604564 Overflowed constant ; intentional 1604578 Overflowed constant ; intentional 1604362 Overflowed constant ; not possible the count is at least 1 1604409 Overflowed return value 1604488 Overflowed return value ; nonsense, when k is less than 24 it doesn= t overflow, not the only nonsense here 1604563 Overflowed return value ; 1603597 Unintentional integer overflow ; no 160 does not overflow 32bit 1603598 Unintentional integer overflow ; no 160 does not overflow 32bit 1604590 Overflowed array index write ; nonsense, 1-1 doesnt underflow, valu= es are checked, .... 1604553 Overflowed constant ; intentional 1604471 Overflowed constant ; intentional 1604583 Overflowed constant ; intentional 1604392 Overflowed constant ; intentional 1604523 Overflowed return value ; Sorry, you cannot claim a value negative = and positive at the same time 1604515 Overflowed constant ; useless hallucination 1604373 Overflowed array index read ; num_substreams is checked a few lines= before the claimed overflow 1604508 Overflowed array index read ; min_channels is 0-15 it does not over= flow when stored in 8 bits 1604381 Overflowed array index read ; theres an assert before the other cas= e is nonsense 1604370 Overflowed constant ; intentional 1604422 Copy-paste error 1604441 Overflowed constant ; signed int =3D -1 is not a overflow 1604434 Overflowed constant ; no, unsigned overflow is not an issue 1604365 Overflowed constant 1551682 Data race condition ; The variable tells us that we need to unlock = its not protected by the mutex 1551691 Check of thread-shared field evades lock acquisition ; The variable= tells us that we need to unlock its not protected by the mutex 1551693 Data race condition ; The variable tells us that we need to unlock = its not protected by the mutex 1604369 Overflowed constant ; No chain of reasoning provided, just a halluc= inated impossible initial value 1604420 Overflowed integer argument ; 16bits >> x is not larger than 16bits 1604580 Overflowed constant ; intentional 1604411 Overflowed constant ; more -1 overflows 1604455 Overflowed constant ; more -1 overflows 1604569 Overflowed return value ; The code doesnt check for errors, but it = doesnt have to 1551689 Data race condition ; intentional 1605475 Logically dead code ; will be used in the future 1609591 Use after free ; 0&x is 0 1609592 Free of array-typed value ; flags 0 bug 1604568 Overflowed constant ; assumed 0 block_width is impossible 1604423 Overflowed constant ; intentional 1603751 Unintentional integer overflow ; not overflowing 32bits not overflowing 32bits 1604518 Overflowed constant ; intentional 1604397 Overflowed constant ; intentional 1604457 Overflowed constant ; intentional 1604466 Overflowed constant ; inconsistant 1604575 Overflowed constant ; c->slices cannot be 0 1604406 Overflowed constant ; not possible 1500287 Untrusted value as argument ; Not a useful report, coverity is just= confused about the AC decoder. 1605474 Unintentional integer overflow ; no 2 is not overflowing 32bit 1603564 Unintentional integer overflow ; no, 0x500 << 1 doesnt overflow 32b= it 1603566 Unintentional integer overflow ; no, 0x500 << 1 doesnt overflow 32b= it 1604361 Overflowed constant ; (int)~0 1604501 Overflowed constant ; intentional 1604521 Overflowed constant ; intentional 1604598 Overflowed constant ; intentional 1604447 Overflowed constant ; intentional 1604464 Overflowed constant ; intentional 1604562 Overflowed constant ; intentional 1604591 Overflowed constant ; intentional 1604382 Overflowed constant ; Coverity does not understand code 1604382 Overflowed constant ; no channel is written over 1604528 Overflowed integer argument ; no, minimum of 32 and 64 bit is not m= ore than 32 bit 1591878 Uninitialized scalar variable; avcodec/dxva2: Initialize dxva_size = and check it 1591928 Uninitialized pointer read ; avcodec/dxva2: Initialize dxva_size an= d check it 1591924 Uninitialized scalar variable ; avcodec/dxva2: initialize hr in ff_= dxva2_common_end_frame() 1591938 Uninitialized scalar variable ; avcodec/dxva2: initialize hr in ff_= dxva2_common_end_frame() 1591915 Uninitialized scalar variable ; avcodec/dxva2: initialize validate 1591894 Uninitialized scalar variable ;avcodec/dxva2: Initialize ConfigBits= treamRaw 1591906 Uninitialized scalar variable ; avcodec/dxva2: Initialize ConfigBit= streamRaw 1591888 Uninitialized scalar variable ; avcodec/dxva2_av1: Initialize dxva_= data_ptr 1591925 Uninitialized pointer read ; avcodec/dxva2_av1: Initialize dxva_da= ta_ptr 1591933 Uninitialized scalar variable ; avcodec/dxva2_av1: Initialize dxva_= data_ptr 1604475 Overflowed integer argument ; minimum of 32 and 64 bit is not more= than 32 bit 1452754 Uninitialized pointer read ; The first plane should not be NULL 1452755 Uninitialized pointer read ; The first plane should not be NULL 1504412 Uninitialized scalar variable ; method is 0 or 1 1504414 Uninitialized scalar variable ; method is 0 or 1 1504417 Uninitialized scalar variable ; method is 0 or 1 1500303 Unintentional integer overflow ; an 8bit product doesnt overflow 32= bit 1500332 Unintentional integer overflow ; an 8bit product doesnt overflow 32= bit 1500340 Unintentional integer overflow ; an 8bit product doesnt overflow 32= bit 1490880 Division or modulo by float zero ; not 0 1493275 Missing break in switch ; intended 1493276 Missing break in switch ; intended 1439571 Uninitialized pointer read ; It can only be one of the filters 1439575 Out-of-bounds read ; No case has more than 4, a change to a named c= onstant is submitted 1604371 Overflowed constant 1591868 Unintentional integer overflow ; the horizontal index doesnt overfl= ow 32bit 1591886 Unintentional integer overflow; the horizontal index doesnt overflo= w 32bit 1591914 Unintentional integer overflow ; As long as linesize is int, teh in= dex must be representable as int 1591937 Unintentional integer overflow ; As long as linesize is int, teh in= dex must be representable as int 1458428 Unchecked return value ; the x_expr is retested a few lines later 1596535 Unchecked return value ; the x_expr is retested a few lines later 1604452 Overflowed return value ; w*h doesnt overflow 32bit 1604465 Overflowed return value; w*h doesnt overflow 32bit 1435164 Out-of-bounds read ; No case has more than 4, a change to a named c= onstant is submitted 1435165 Out-of-bounds read ; No case has more than 4, a change to a named c= onstant is submitted 1435167 Out-of-bounds read ; No case has more than 4, a change to a named c= onstant is submitted 1435169 Out-of-bounds read ; No case has more than 4, a change to a named c= onstant is submitted 1551679 Data race condition 1551687 Data race condition 1604567 Overflowed constant ; intentional 1492906 Out-of-bounds read ; w cannot be 3 if the side data is valid 1500319 Unintentional integer overflow ; no 16*16 doesnt overflow uint32 1500330 Unintentional integer overflow ; no 16*16 doesnt overflow uint32 1500347 Unintentional integer overflow ; no 16*16 doesnt overflow uint32 1520672 Unintentional integer overflow ; no 16*16 doesnt overflow uint32 1520673 Unintentional integer overflow ; no 16*16 doesnt overflow uint32 1520676 Unintentional integer overflow ; no 16*16 doesnt overflow uint32 1520674 Result is not floating-point ; intentional 1423281 Out-of-bounds read ; planes are not above 4 1504571 Uninitialized scalar variable 1598555 Macro compares unsigned to 0 ; intentional 1503782 Uninitialized scalar variable ; type is 0 to 4 1503783 Uninitialized scalar variable ; type is 0 to 4 1604453 Overflowed constant ; Theres a check 2 lines afterwards 1604355 Overflowed constant ; intentional 1604595 Overflowed integer argument ; coverity showing no overflow 1604363 Overflowed integer argument ; avio_tell() doesnt error on non NULL = context 1604585 Overflowed constant ; intentional 1515515 Free of array-typed value ; 0 flags hallucinated into non 0 1604514 Overflowed integer argument ; avio_tell() does not fail like this 1604390 Overflowed constant ; Coverity just assumed no overflow happens bef= ore assuming it does 1604417 Overflowed constant ; no obvious problem 1604556 Overflowed constant ; hallucinated random statement 1604395 Overflowed constant ; hallucinated ccount 1604436 Overflowed integer argument ; avio_tell() misanalyzed 1604517 Overflowed integer argument ; Its checked one line above 1604558 Overflowed constant ; intentional 1604405 Overflowed constant ; intentional 1604391 Overflowed constant ; intentional 1604353 Overflowed return value ; avio_tell() misanalysis 1604421 Overflowed constant ; intentional 1604472 Overflowed return value ; avio_tell() misanalysis 1604555 Overflowed constant ; avio_tell() misanalysis 1604584 Overflowed constant; avio_tell() misanalysis 1604462 Overflowed constant; intentional 1604368 Overflowed constant; intentional 1604440 Overflowed integer argument ; FFMIN() limits it to 32bit 1604541 Overflowed integer argument ; avio_tell() misanalysis 1604559 Overflowed integer argument ; avio_tell() misanalysis 1604526 Overflowed constant ;intentional 1604572 Overflowed return value ; half of this is false positive other is a= minor bug maybe which a fix is submitted for 1604582 Overflowed integer argument ; avio_tell() misanalysis 1604413 Overflowed integer argument ; coverity confused 1604468 Overflowed return value ; error codes fit in 32bit 1604505 Overflowed integer argument ; limited by FFMIN() 1604533 Overflowed constant ; avio_tell() misanalysis 1604594 Overflowed constant ; absolute pos should be above 8 1604414 Overflowed constant ; intentional 1604483 Overflowed constant ; intentional 1604485 Overflowed constant ; intentional 1604463 Overflowed constant ; intentional 1604128 Operands don't affect result ; intentional 1604524 Overflowed constant; intentional 1604481 Overflowed constant ; intentional 1608713 Overflowed integer argument ; avio_tell() misanalysis 1604401 Overflowed constant; avio_tell() misanalysis 1604502 Overflowed constant; intentional 1604380 Overflowed constant; intentional 1604538 Overflowed integer argument; avio_tell() misanalysis 1604469 Overflowed constant; avio_tell() misanalysis 1604442 Overflowed constant ; Thats how loops work 1604451 Overflowed integer argument ; avio_tell() misanalysis 1604388 Overflowed integer argument ; index is <0 ohh its >=3D 0 coverity l= ogic 1258461 Overflowed constant ; ffio_limit does not magically produce a -6 re= turn, other half is a bug and has a patch submitted 1604366 Overflowed constant ; size is checked straight above 1604509 Overflowed constant ; intentional 1604587 Overflowed constant; intentional 1604448 Overflowed array index read ; on the es_offset1 >=3D branch es_offs= et1 can have overflowed because it can be negative, coverity logic 1604560 Overflowed integer argument ; on the es_offset1 !=3D -1 branch es_o= ffset1 can have overflowed because it can be -1, coverity logic 1604426 Overflowed integer argument ; len is checked 1604496 Overflowed integer argument ; confused coverity 1610051 Data race condition 1604550 Overflowed constant ; intentional 1604438 Overflowed constant ; intentional 1604456 Overflowed integer argument ; avio_tell() misanalysis 1604389 Overflowed integer argument ; avio_tell() misanalysis 1604474 Overflowed integer argument ; avio_tell() misanalysis 1604376 Overflowed constant ; the multiplication is checked for overflow be= fore 1604519 Overflowed integer argument ; the allocation is limited to INT_MAX = bytes so this will not overflow after allocation 1604404 Overflowed constant ; lim is not 0 1604374 Overflowed constant ; intentional 1604412 Overflowed constant ; intentional 1604576 Overflowed constant ; intentional 1604510 Overflowed array index read ; input should be valid 1604364 Overflowed constant ; intentional 1604599 Overflowed constant; intentional 1604530 Infinite loop ; "intentional" 700368 Explicit null dereferenced ; the loop will exit after this and the c= ode cannot be reached 1559187 Data race condition ; intentional 1591898 Unsigned compared against 0 ; pollfd has a signed fd on some platfo= rms 1559180 Check of thread-shared field evades lock acquisition ; See source c= ode [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Old school: Use the lowest level language in which you can solve the problem conveniently. New school: Use the highest level language in which the latest supercomputer can solve the problem without the user falling asleep waiting. --zQkbmZdDtNfaM5TR Content-Type: text/csv; charset=utf-8 Content-Disposition: attachment; filename="Outstanding+Defects-2024-04-22.csv" Content-Transfer-Encoding: quoted-printable =EF=BB=BFCID,Type,Impact,Status,First Detected,Owner,Classification,Severit= y,Action,Component,Category,File,Function=0D 700368,Explicit null dereferenced,Medium,New,05/08/12,Unassigned,Unclassifi= ed,Unspecified,Undecided,avcodec,Null pointer dereferences,/libavcodec/flac= _parser.c,flac_parse=0D 1138443,Dereference after null check,Medium,New,12/16/13,Unassigned,Unclass= ified,Unspecified,Undecided,avcodec,Null pointer dereferences,/libavcodec/m= pegvideo_dec.c,ff_mpeg_update_thread_context=0D 1361959,Untrusted loop bound,Medium,New,05/18/16,Unassigned,Unclassified,In= significant,Fix Submitted,avcodec,Insecure data handling,/libavcodec/iff.c,= decode_delta_l=0D 1397741,Unchecked return value,Medium,New,12/23/16,Unassigned,Unclassified,= Unspecified,Undecided,avfilter,Error handling issues,/libavfilter/avfilterg= raph.c,avfilter_graph_request_oldest=0D 1403227,Division or modulo by float zero,Medium,New,03/22/17,Unassigned,Unc= lassified,Unspecified,Undecided,avfilter,Incorrect expression,/libavfilter/= signature_lookup.c,evaluate_parameters=0D 1403238,Uninitialized pointer read,High,New,03/22/17,Unassigned,Unclassifie= d,Unspecified,Undecided,avfilter,Memory - illegal accesses,/libavfilter/sig= nature_lookup.c,evaluate_parameters=0D 1403239,Uninitialized pointer read,High,New,03/22/17,Unassigned,Unclassifie= d,Unspecified,Undecided,avfilter,Memory - illegal accesses,/libavfilter/sig= nature_lookup.c,evaluate_parameters=0D 1409917,Unintentional integer overflow,Medium,New,05/26/17,Unassigned,Uncla= ssified,Unspecified,Undecided,avcodec,Integer handling issues,/libavcodec/m= peg4videodec.c,mpeg4_decode_sprite_trajectory=0D 1409920,Unintentional integer overflow,Medium,New,05/26/17,Unassigned,Uncla= ssified,Unspecified,Undecided,avcodec,Integer handling issues,/libavcodec/m= peg4videodec.c,mpeg4_decode_sprite_trajectory=0D 1416963,Unintentional integer overflow,Medium,New,08/30/17,Unassigned,Uncla= ssified,Unspecified,Undecided,avcodec,Integer handling issues,/libavcodec/f= itsenc.c,fits_encode_frame=0D 1417663,Uninitialized scalar variable,High,New,09/10/17,Unassigned,Unclassi= fied,Unspecified,Undecided,avfilter,Uninitialized variables,/libavfilter/af= _haas.c,filter_frame=0D 1418336,Logically dead code,Medium,New,09/22/17,Unassigned,Unclassified,Uns= pecified,Undecided,avfilter,Control flow issues,/libavfilter/vf_thumbnail_c= uda.c,filter_frame=0D 1419522,Unintentional integer overflow,Medium,New,10/11/17,Unassigned,Uncla= ssified,Unspecified,Undecided,avcodec,Integer handling issues,/libavcodec/m= peg4videodec.c,mpeg4_decode_sprite_trajectory=0D 1419833,Untrusted loop bound,Medium,New,10/18/17,Unassigned,Unclassified,Un= specified,Undecided,avcodec,Insecure data handling,/libavcodec/cbs_h2645.c,= cbs_h2645_split_fragment=0D 1420393,Unchecked return value,Medium,New,10/29/17,Unassigned,Unclassified,= Unspecified,Undecided,avcodec,Error handling issues,/libavcodec/ac3_parser.= c,av_ac3_parse_header=0D 1422217,Result is not floating-point,Medium,New,11/19/17,Unassigned,Unclass= ified,Unspecified,Undecided,avfilter,Incorrect expression,/libavfilter/af_m= compand.c,config_output=0D 1423281,Out-of-bounds read,High,New,11/24/17,Unassigned,Unclassified,Unspec= ified,Undecided,avfilter,Memory - illegal accesses,/libavfilter/vf_unsharp_= opencl.c,unsharp_opencl_filter_frame=0D 1427156,Uninitialized pointer read,High,New,01/03/18,Unassigned,Unclassifie= d,Unspecified,Undecided,avcodec,Memory - illegal accesses,/libavcodec/utvid= eodec.c,decode_frame=0D 1427586,Out-of-bounds read,High,New,01/14/18,Unassigned,Unclassified,Unspec= ified,Undecided,avcodec,Memory - illegal accesses,/libavcodec/dcaenc.c,lfe_= downsample=0D 1428858,Logically dead code,Medium,New,02/04/18,Unassigned,Unclassified,Uns= pecified,Undecided,examples,Control flow issues,/doc/examples/vaapi_transco= de.c,dec_enc=0D 1429858,Unintended sign extension,Medium,New,03/18/18,Unassigned,Unclassifi= ed,Unspecified,Undecided,avcodec,Integer handling issues,/libavcodec/sbcenc= =2Ec,sbc_encode_init=0D 1429859,Unintentional integer overflow,Medium,New,03/18/18,Unassigned,Uncla= ssified,Unspecified,Undecided,avcodec,Integer handling issues,/libavcodec/t= ruemotion2rt.c,truemotion2rt_decode_frame=0D 1430929,Untrusted loop bound,Medium,New,03/25/18,Unassigned,Unclassified,Un= specified,Undecided,avutil,Insecure data handling,/libavutil/encryption_inf= o.c,av_encryption_init_info_get_side_data=0D 1435164,Out-of-bounds read,High,New,04/27/18,Unassigned,Unclassified,Unspec= ified,Undecided,avfilter,Memory - illegal accesses,/libavfilter/vf_premulti= ply.c,premultiply_slice=0D 1435165,Out-of-bounds read,High,New,04/27/18,Unassigned,Unclassified,Unspec= ified,Undecided,avfilter,Memory - illegal accesses,/libavfilter/vf_premulti= ply.c,premultiply_slice=0D 1435166,Unused value,Low,New,04/27/18,Unassigned,Unclassified,Unspecified,U= ndecided,avcodec,Code maintainability issues,/libavcodec/vc1_block.c,vc1_de= code_p_mb_intfr=0D 1435167,Out-of-bounds read,High,New,04/27/18,Unassigned,Unclassified,Unspec= ified,Undecided,avfilter,Memory - illegal accesses,/libavfilter/vf_premulti= ply.c,premultiply_slice=0D 1435168,Identical code for different branches,Medium,New,04/27/18,Unassigne= d,Unclassified,Unspecified,Fix Submitted,avcodec,Incorrect expression,/liba= vcodec/vc1_loopfilter.c,vc1_b_h_intfi_loop_filter=0D 1435169,Out-of-bounds read,High,New,04/27/18,Unassigned,Unclassified,Unspec= ified,Undecided,avfilter,Memory - illegal accesses,/libavfilter/vf_premulti= ply.c,premultiply_slice=0D 1437470,Out-of-bounds read,High,New,06/22/18,Unassigned,Unclassified,Unspec= ified,Undecided,avfilter,Memory - illegal accesses,/libavfilter/vf_avgblur_= opencl.c,avgblur_opencl_filter_frame=0D 1437472,Dereference before null check,Medium,New,06/22/18,Unassigned,Unclas= sified,Unspecified,Undecided,avfilter,Null pointer dereferences,/libavfilte= r/vf_tonemap_opencl.c,tonemap_opencl_filter_frame=0D 1439568,Untrusted loop bound,Medium,New,09/20/18,Unassigned,Unclassified,Un= specified,Undecided,avcodec,Insecure data handling,/libavcodec/mwsc.c,rle_u= ncompress=0D 1439569,Unchecked return value,Medium,New,09/20/18,Unassigned,Unclassified,= Unspecified,Undecided,avcodec,Error handling issues,/libavcodec/atrac9dec.c= ,atrac9_decode_frame=0D 1439571,Uninitialized pointer read,High,New,09/20/18,Unassigned,Unclassifie= d,Unspecified,Undecided,avfilter,Memory - illegal accesses,/libavfilter/vf_= neighbor_opencl.c,neighbor_opencl_init=0D 1439572,Uninitialized pointer read,High,New,09/20/18,Unassigned,Unclassifie= d,Unspecified,Undecided,avfilter,Memory - illegal accesses,/libavfilter/vf_= convolution_opencl.c,convolution_opencl_init=0D 1439574,Dereference after null check,Medium,New,09/20/18,Unassigned,Unclass= ified,Unspecified,Undecided,avcodec,Null pointer dereferences,/libavcodec/h= 264_slice.c,h264_field_start=0D 1439575,Out-of-bounds read,High,New,09/20/18,Unassigned,Unclassified,Unspec= ified,Undecided,avfilter,Memory - illegal accesses,/libavfilter/vf_neighbor= _opencl.c,neighbor_opencl_filter_frame=0D 1439578,Unchecked return value,Medium,New,09/20/18,Unassigned,Unclassified,= Unspecified,Undecided,avcodec,Error handling issues,/libavcodec/atrac9dec.c= ,atrac9_decode_init=0D 1439581,Result is not floating-point,Medium,New,09/20/18,Unassigned,Unclass= ified,Unspecified,Undecided,avfilter,Incorrect expression,/libavfilter/vf_b= m3d.c,do_block_matching_multi=0D 1439586,Unchecked return value from library,Medium,New,09/20/18,Unassigned,= Unclassified,Unspecified,Undecided,avformat,Error handling issues,/libavfor= mat/network.c,start_connect_attempt=0D 1439654,Untrusted pointer read,Medium,New,09/23/18,Unassigned,Unclassified,= Unspecified,Undecided,avcodec,Insecure data handling,/libavcodec/cbs_jpeg.c= ,cbs_jpeg_split_fragment=0D 1440385,Negative array index read,High,New,10/19/18,Unassigned,Unclassified= ,Unspecified,Undecided,avcodec,Memory - illegal accesses,/libavcodec/prores= enc_anatoliy.c,prores_encode_init=0D 1440836,Dereference after null check,Medium,New,11/02/18,Unassigned,Unclass= ified,Unspecified,Undecided,avfilter,Null pointer dereferences,/libavfilter= /vf_tpad.c,activate=0D 1441167,Unchecked return value,Medium,New,11/12/18,Unassigned,Unclassified,= Unspecified,Undecided,avcodec,Error handling issues,/libavcodec/tiff.c,hori= zontal_fill=0D 1441459,Improper use of negative value,Medium,New,11/19/18,Unassigned,Uncla= ssified,Unspecified,Undecided,avcodec,Integer handling issues,/libavcodec/s= cpr3.c,decode_adaptive6=0D 1441930,Unintentional integer overflow,Medium,New,12/23/18,Unassigned,Uncla= ssified,Unspecified,Undecided,avcodec,Integer handling issues,/libavcodec/w= mv2dec.c,ff_wmv2_decode_secondary_picture_header=0D 1441934,Unintentional integer overflow,Medium,New,12/23/18,Unassigned,Uncla= ssified,Unspecified,Undecided,avcodec,Integer handling issues,/libavcodec/p= cm-dvdenc.c,pcm_dvd_encode_frame=0D 1441935,Unchecked return value,Medium,New,12/23/18,Unassigned,Unclassified,= Unspecified,Undecided,avcodec,Error handling issues,/libavcodec/vc1_parser.= c,vc1_extract_header=0D 1441937,Unintentional integer overflow,Medium,New,12/23/18,Unassigned,Uncla= ssified,Unspecified,Undecided,avcodec,Integer handling issues,/libavcodec/m= smpeg4dec.c,ff_msmpeg4_decode_picture_header=0D 1441939,Unchecked return value,Medium,New,12/23/18,Unassigned,Unclassified,= Unspecified,Undecided,avcodec,Error handling issues,/libavcodec/tiff.c,unpa= ck_gray=0D 1442018,Unused value,Low,New,12/28/18,Unassigned,Unclassified,Unspecified,U= ndecided,avcodec,Code maintainability issues,/libavcodec/wavpack.c,wavpack_= decode_block=0D 1442565,Untrusted loop bound,Medium,New,02/13/19,Unassigned,Unclassified,Un= specified,Undecided,avcodec,Insecure data handling,/libavcodec/hcom.c,hcom_= init=0D 1443722,Unintentional integer overflow,Medium,New,03/17/19,Unassigned,Uncla= ssified,Unspecified,Undecided,avcodec,Integer handling issues,/libavcodec/c= learvideo.c,clv_decode_frame=0D 1447467,Free of address-of expression,High,New,06/29/19,Unassigned,Unclassi= fied,Unspecified,Undecided,avcodec,Memory - corruptions,/libavcodec/packet.= c,av_packet_unpack_dictionary=0D 1447546,Use after free,High,New,06/29/19,Unassigned,Unclassified,Unspecifie= d,Undecided,avutil,Memory - illegal accesses,/libavutil/opt.c,av_opt_set_di= ct2=0D 1447778,Use after free,High,New,06/29/19,Unassigned,Unclassified,Unspecifie= d,Undecided,avutil,Memory - illegal accesses,/libavutil/opt.c,av_opt_set_di= ct2=0D 1447911,Double free,High,New,06/29/19,Unassigned,Unclassified,Unspecified,U= ndecided,avutil,Memory - corruptions,/libavutil/dict.c,parse_key_value_pair= =0D 1447919,Double free,High,New,06/29/19,Unassigned,Unclassified,Unspecified,U= ndecided,avutil,Memory - corruptions,/libavutil/dict.c,parse_key_value_pair= =0D 1447999,Free of array-typed value,High,New,06/29/19,Unassigned,Unclassified= ,Unspecified,Undecided,avutil,Memory - corruptions,/libavutil/dict.c,av_dic= t_set_int=0D 1448143,Free of array-typed value,High,New,06/29/19,Unassigned,Unclassified= ,Unspecified,Undecided,avutil,Memory - corruptions,/libavutil/dict.c,avpriv= _dict_set_timestamp=0D 1452397,Free of array-typed value,High,New,08/21/19,Unassigned,Unclassified= ,Unspecified,Undecided,Various,Memory - corruptions,/libavformat/mlvdec.c,r= ead_header=0D 1452398,Double free,High,New,08/21/19,Unassigned,Unclassified,Unspecified,U= ndecided,avformat,Memory - corruptions,/libavformat/libmodplug.c,modplug_lo= ad_metadata=0D 1452399,Free of array-typed value,High,New,08/21/19,Unassigned,Unclassified= ,Unspecified,Undecided,avformat,Memory - corruptions,/libavformat/http.c,st= ore_icy=0D 1452401,Free of array-typed value,High,New,08/21/19,Unassigned,Unclassified= ,Unspecified,Undecided,avformat,Memory - corruptions,/libavformat/hlsenc.c,= hls_write_trailer=0D 1452403,Free of array-typed value,High,New,08/21/19,Unassigned,Unclassified= ,Unspecified,Undecided,avformat,Memory - corruptions,/libavformat/hls.c,hls= _read_header=0D 1452405,Free of array-typed value,High,New,08/21/19,Unassigned,Unclassified= ,Unspecified,Undecided,avformat,Memory - corruptions,/libavformat/mov.c,exp= ort_orphan_timecode=0D 1452407,Free of array-typed value,High,New,08/21/19,Unassigned,Unclassified= ,Unspecified,Undecided,avformat,Memory - corruptions,/libavformat/asfdec_o.= c,asf_read_value=0D 1452409,Free of array-typed value,High,New,08/21/19,Unassigned,Unclassified= ,Unspecified,Undecided,avformat,Memory - corruptions,/libavformat/matroskad= ec.c,webm_dash_manifest_cues=0D 1452410,Free of array-typed value,High,New,08/21/19,Unassigned,Unclassified= ,Unspecified,Undecided,avformat,Memory - corruptions,/libavformat/dashenc.c= ,dashenc_delete_file=0D 1452412,Free of array-typed value,High,New,08/21/19,Unassigned,Unclassified= ,Unspecified,Undecided,ffmpeg,Memory - corruptions,/fftools/ffmpeg_opt.c,op= t_profile=0D 1452413,Free of array-typed value,High,New,08/21/19,Unassigned,Unclassified= ,Unspecified,Undecided,avformat,Memory - corruptions,/libavformat/icecast.c= ,icecast_open=0D 1452415,Free of array-typed value,High,New,08/21/19,Unassigned,Unclassified= ,Unspecified,Undecided,ffmpeg,Memory - corruptions,/fftools/ffmpeg_opt.c,op= t_bitrate=0D 1452418,Free of array-typed value,High,New,08/21/19,Unassigned,Unclassified= ,Unspecified,Undecided,avfilter,Memory - corruptions,/libavfilter/f_select.= c,select_frame=0D 1452419,Free of array-typed value,High,New,08/21/19,Unassigned,Unclassified= ,Unspecified,Undecided,ffplay,Memory - corruptions,/fftools/ffplay.c,stream= _component_open=0D 1452420,Free of array-typed value,High,New,08/21/19,Unassigned,Unclassified= ,Unspecified,Undecided,avformat,Memory - corruptions,/libavformat/mpegts.c,= sdt_cb=0D 1452424,Free of array-typed value,High,New,08/21/19,Unassigned,Unclassified= ,Unspecified,Undecided,avformat,Memory - corruptions,/libavformat/mxfdec.c,= mxf_parse_structural_metadata=0D 1452425,Logically dead code,Medium,New,08/21/19,Unassigned,Unclassified,Uns= pecified,Undecided,avcodec,Control flow issues,/libavcodec/vp3.c,vp4_mc_loo= p_filter=0D 1452426,Free of array-typed value,High,New,08/21/19,Unassigned,Unclassified= ,Unspecified,Undecided,avformat,Memory - corruptions,/libavformat/libmodplu= g.c,modplug_load_metadata=0D 1452428,Free of array-typed value,High,New,08/21/19,Unassigned,Unclassified= ,Unspecified,Undecided,avformat,Memory - corruptions,/libavformat/hlsenc.c,= set_http_options=0D 1452430,Free of array-typed value,High,New,08/21/19,Unassigned,Unclassified= ,Unspecified,Undecided,avcodec,Memory - corruptions,/libavcodec/h264dec.c,o= utput_frame=0D 1452432,Free of array-typed value,High,New,08/21/19,Unassigned,Unclassified= ,Unspecified,Undecided,avformat,Memory - corruptions,/libavformat/id3v1.c,g= et_string=0D 1452435,Free of array-typed value,High,New,08/21/19,Unassigned,Unclassified= ,Unspecified,Undecided,avformat,Memory - corruptions,/libavformat/mux.c,ini= t_muxer=0D 1452436,Free of array-typed value,High,New,08/21/19,Unassigned,Unclassified= ,Unspecified,Undecided,avcodec,Memory - corruptions,/libavcodec/exr.c,decod= e_header=0D 1452441,Free of array-typed value,High,New,08/21/19,Unassigned,Unclassified= ,Unspecified,Undecided,avformat,Memory - corruptions,/libavformat/tests/see= k.c,main=0D 1452443,Free of array-typed value,High,New,08/21/19,Unassigned,Unclassified= ,Unspecified,Undecided,avformat,Memory - corruptions,/libavformat/mov.c,mov= _read_uuid=0D 1452444,Free of array-typed value,High,New,08/21/19,Unassigned,Unclassified= ,Unspecified,Undecided,avformat,Memory - corruptions,/libavformat/matroskae= nc.c,put_flac_codecpriv=0D 1452446,Free of array-typed value,High,New,08/21/19,Unassigned,Unclassified= ,Unspecified,Undecided,avformat,Memory - corruptions,/libavformat/id3v1.c,p= arse_tag=0D 1452448,Free of array-typed value,High,New,08/21/19,Unassigned,Unclassified= ,Unspecified,Undecided,avformat,Memory - corruptions,/libavformat/mov.c,mov= _read_udta_string=0D 1452449,Uninitialized scalar variable,High,New,08/21/19,Unassigned,Unclassi= fied,Unspecified,Undecided,avformat,Uninitialized variables,/libavformat/su= bfile.c,subfile_seek=0D 1452450,Free of array-typed value,High,New,08/21/19,Unassigned,Unclassified= ,Unspecified,Undecided,avformat,Memory - corruptions,/libavformat/aadec.c,a= a_read_header=0D 1452451,Use after free,High,New,08/21/19,Unassigned,Unclassified,Unspecifie= d,Undecided,Other,Memory - illegal accesses,/fftools/cmdutils.c,opt_default= =0D 1452452,Free of array-typed value,High,New,08/21/19,Unassigned,Unclassified= ,Unspecified,Undecided,avformat,Memory - corruptions,/libavformat/rmdec.c,r= m_read_metadata=0D 1452453,Dereference after null check,Medium,New,08/21/19,Unassigned,Unclass= ified,Unspecified,Undecided,avformat,Null pointer dereferences,/libavformat= /matroskadec.c,ebml_parse=0D 1452454,Free of array-typed value,High,New,08/21/19,Unassigned,Unclassified= ,Unspecified,Undecided,avformat,Memory - corruptions,/libavformat/mxfdec.c,= mxf_read_partition_pack=0D 1452455,Free of array-typed value,High,New,08/21/19,Unassigned,Unclassified= ,Unspecified,Undecided,avfilter,Memory - corruptions,/libavfilter/af_silenc= edetect.c,update=0D 1452456,Free of array-typed value,High,New,08/21/19,Unassigned,Unclassified= ,Unspecified,Undecided,avdevice,Memory - corruptions,/libavdevice/lavfi.c,l= avfi_read_header=0D 1452457,Missing break in switch,Medium,New,08/21/19,Unassigned,Unclassified= ,Unspecified,Undecided,ffplay,Control flow issues,/fftools/ffplay.c,event_l= oop=0D 1452458,Free of array-typed value,High,New,08/21/19,Unassigned,Unclassified= ,Unspecified,Undecided,avformat,Memory - corruptions,/libavformat/matroskad= ec.c,matroska_convert_tag=0D 1452459,Free of array-typed value,High,New,08/21/19,Unassigned,Unclassified= ,Unspecified,Undecided,avformat,Memory - corruptions,/libavformat/gxf.c,gxf= _header=0D 1452460,Double free,High,New,08/21/19,Unassigned,Unclassified,Unspecified,U= ndecided,avformat,Memory - corruptions,/libavformat/mpegts.c,sdt_cb=0D 1452461,Free of array-typed value,High,New,08/21/19,Unassigned,Unclassified= ,Unspecified,Undecided,avcodec,Memory - corruptions,/libavcodec/dpx.c,decod= e_frame=0D 1452462,Free of array-typed value,High,New,08/21/19,Unassigned,Unclassified= ,Unspecified,Undecided,avformat,Memory - corruptions,/libavformat/id3v2enc.= c,id3v2_3_metadata_split_date=0D 1452463,Free of array-typed value,High,New,08/21/19,Unassigned,Unclassified= ,Unspecified,Undecided,Various,Memory - corruptions,/libavformat/vqf.c,add_= metadata=0D 1452466,Free of array-typed value,High,New,08/21/19,Unassigned,Unclassified= ,Unspecified,Undecided,avformat,Memory - corruptions,/libavformat/libgme.c,= load_metadata=0D 1452467,Free of array-typed value,High,New,08/21/19,Unassigned,Unclassified= ,Unspecified,Undecided,avfilter,Memory - corruptions,/libavfilter/vf_signal= stats.c,filter_frame8=0D 1452468,Free of array-typed value,High,New,08/21/19,Unassigned,Unclassified= ,Unspecified,Undecided,avformat,Memory - corruptions,/libavformat/mov.c,par= se_timecode_in_framenum_format=0D 1452469,Free of array-typed value,High,New,08/21/19,Unassigned,Unclassified= ,Unspecified,Undecided,avutil,Memory - corruptions,/libavutil/hwcontext_qsv= =2Ec,qsv_device_create=0D 1452471,Free of array-typed value,High,New,08/21/19,Unassigned,Unclassified= ,Unspecified,Undecided,avformat,Memory - corruptions,/libavformat/avio.c,ff= url_connect=0D 1452472,Free of array-typed value,High,New,08/21/19,Unassigned,Unclassified= ,Unspecified,Undecided,avformat,Memory - corruptions,/libavformat/ifv.c,par= se_header=0D 1452473,Free of array-typed value,High,New,08/21/19,Unassigned,Unclassified= ,Unspecified,Undecided,avformat,Memory - corruptions,/libavformat/gxf.c,add= _timecode_metadata=0D 1452474,Use after free,High,New,08/21/19,Unassigned,Unclassified,Unspecifie= d,Undecided,Other,Memory - illegal accesses,/fftools/cmdutils.c,opt_default= =0D 1452477,Untrusted value as argument,Medium,New,08/21/19,Unassigned,Unclassi= fied,Unspecified,Undecided,avcodec,Insecure data handling,/libavcodec/g2mee= t.c,kempf_decode_tile=0D 1452479,Out-of-bounds access,High,New,08/21/19,Unassigned,Unclassified,Unsp= ecified,Undecided,avcodec,Memory - corruptions,/libavcodec/opus_silk.c,silk= _decode_lpc=0D 1452481,Free of array-typed value,High,New,08/21/19,Unassigned,Unclassified= ,Unspecified,Undecided,avformat,Memory - corruptions,/libavformat/dashenc.c= ,dash_init=0D 1452483,Free of array-typed value,High,New,08/21/19,Unassigned,Unclassified= ,Unspecified,Undecided,avformat,Memory - corruptions,/libavformat/rtsp.c,sd= p_parse_line=0D 1452485,Free of array-typed value,High,New,08/21/19,Unassigned,Unclassified= ,Unspecified,Undecided,avcodec,Memory - corruptions,/libavcodec/fits.c,avpr= iv_fits_header_parse_line=0D 1452486,Free of array-typed value,High,New,08/21/19,Unassigned,Unclassified= ,Unspecified,Undecided,avformat,Memory - corruptions,/libavformat/hls.c,ope= n_url=0D 1452487,Free of array-typed value,High,New,08/21/19,Unassigned,Unclassified= ,Unspecified,Undecided,avformat,Memory - corruptions,/libavformat/bintext.c= ,next_tag_read=0D 1452488,Free of array-typed value,High,New,08/21/19,Unassigned,Unclassified= ,Unspecified,Undecided,avformat,Memory - corruptions,/libavformat/mxfdec.c,= mxf_parse_physical_source_package=0D 1452490,Free of array-typed value,High,New,08/21/19,Unassigned,Unclassified= ,Unspecified,Undecided,avformat,Memory - corruptions,/libavformat/avidec.c,= avi_metadata_creation_time=0D 1452491,Free of array-typed value,High,New,08/21/19,Unassigned,Unclassified= ,Unspecified,Undecided,avformat,Memory - corruptions,/libavformat/avidec.c,= avi_read_tag=0D 1452492,Free of array-typed value,High,New,08/21/19,Unassigned,Unclassified= ,Unspecified,Undecided,avformat,Memory - corruptions,/libavformat/smoothstr= eamingenc.c,ism_seek=0D 1452495,Uninitialized scalar variable,High,New,08/21/19,Unassigned,Unclassi= fied,Unspecified,Undecided,avcodec,Uninitialized variables,/libavcodec/svq3= =2Ec,svq3_decode_init=0D 1452496,Uninitialized scalar variable,High,New,08/21/19,Unassigned,Unclassi= fied,Unspecified,Undecided,avformat,Uninitialized variables,/libavformat/ma= troskadec.c,matroska_parse_cluster=0D 1452497,Free of array-typed value,High,New,08/21/19,Unassigned,Unclassified= ,Unspecified,Undecided,avfilter,Memory - corruptions,/libavfilter/vf_mcdein= t.c,config_props=0D 1452498,Use after free,High,New,08/21/19,Unassigned,Unclassified,Unspecifie= d,Undecided,avfilter,Memory - illegal accesses,/libavfilter/vf_blend.c,tble= nd_filter_frame=0D 1452499,Free of array-typed value,High,New,08/21/19,Unassigned,Unclassified= ,Unspecified,Undecided,avdevice,Memory - corruptions,/libavdevice/decklink_= dec.cpp,VideoInputFrameArrived=0D 1452501,Free of array-typed value,High,New,08/21/19,Unassigned,Unclassified= ,Unspecified,Undecided,avformat,Memory - corruptions,/libavformat/mxfdec.c,= mxf_add_timecode_metadata=0D 1452502,Free of array-typed value,High,New,08/21/19,Unassigned,Unclassified= ,Unspecified,Undecided,avformat,Memory - corruptions,/libavformat/demux_uti= ls.c,avpriv_new_chapter=0D 1452506,Free of array-typed value,High,New,08/21/19,Unassigned,Unclassified= ,Unspecified,Undecided,avformat,Memory - corruptions,/libavformat/asfdec_o.= c,asf_set_metadata=0D 1452507,Free of array-typed value,High,New,08/21/19,Unassigned,Unclassified= ,Unspecified,Undecided,avformat,Memory - corruptions,/libavformat/mov.c,mov= _read_header=0D 1452508,Free of array-typed value,High,New,08/21/19,Unassigned,Unclassified= ,Unspecified,Undecided,avfilter,Memory - corruptions,/libavfilter/vf_idet.c= ,filter=0D 1452510,Free of array-typed value,High,New,08/21/19,Unassigned,Unclassified= ,Unspecified,Undecided,avformat,Memory - corruptions,/libavformat/hls.c,ope= n_input=0D 1452512,Free of array-typed value,High,New,08/21/19,Unassigned,Unclassified= ,Unspecified,Undecided,avformat,Memory - corruptions,/libavformat/mov.c,mov= _metadata_creation_time=0D 1452514,Free of array-typed value,High,New,08/21/19,Unassigned,Unclassified= ,Unspecified,Undecided,avformat,Memory - corruptions,/libavformat/mp3dec.c,= mp3_parse_info_tag=0D 1452515,Free of array-typed value,High,New,08/21/19,Unassigned,Unclassified= ,Unspecified,Undecided,avformat,Memory - corruptions,/libavformat/mov.c,mov= _parse_stsd_data=0D 1452516,Free of array-typed value,High,New,08/21/19,Unassigned,Unclassified= ,Unspecified,Undecided,avformat,Memory - corruptions,/libavformat/tty.c,efi= _read=0D 1452517,Free of array-typed value,High,New,08/21/19,Unassigned,Unclassified= ,Unspecified,Undecided,avformat,Memory - corruptions,/libavformat/dv.c,dv_r= ead_timecode=0D 1452518,Free of array-typed value,High,New,08/21/19,Unassigned,Unclassified= ,Unspecified,Undecided,avfilter,Memory - corruptions,/libavfilter/vf_uspp.c= ,config_input=0D 1452519,Free of array-typed value,High,New,08/21/19,Unassigned,Unclassified= ,Unspecified,Undecided,avformat,Memory - corruptions,/libavformat/asfdec_f.= c,asf_read_content_desc=0D 1452520,Use after free,High,New,08/21/19,Unassigned,Unclassified,Unspecifie= d,Undecided,avformat,Memory - illegal accesses,/libavformat/http.c,update_m= etadata=0D 1452521,Free of array-typed value,High,New,08/21/19,Unassigned,Unclassified= ,Unspecified,Undecided,avformat,Memory - corruptions,/libavformat/mov.c,mov= _read_rtmd_track=0D 1452522,Free of array-typed value,High,New,08/21/19,Unassigned,Unclassified= ,Unspecified,Undecided,avformat,Memory - corruptions,/libavformat/asfdec_f.= c,asf_read_header=0D 1452523,Free of array-typed value,High,New,08/21/19,Unassigned,Unclassified= ,Unspecified,Undecided,avformat,Memory - corruptions,/libavformat/lrcenc.c,= lrc_write_header=0D 1452524,Free of array-typed value,High,New,08/21/19,Unassigned,Unclassified= ,Unspecified,Undecided,avformat,Memory - corruptions,/libavformat/mxfdec.c,= mxf_read_preface_metadata=0D 1452525,Free of array-typed value,High,New,08/21/19,Unassigned,Unclassified= ,Unspecified,Undecided,avformat,Memory - corruptions,/libavformat/avio.c,ff= url_open_whitelist=0D 1452526,Free of array-typed value,High,New,08/21/19,Unassigned,Unclassified= ,Unspecified,Undecided,avformat,Memory - corruptions,/libavformat/iff.c,par= se_dsd_prop=0D 1452527,Double free,High,New,08/21/19,Unassigned,Unclassified,Unspecified,U= ndecided,avformat,Memory - corruptions,/libavformat/mov.c,mov_read_udta_str= ing=0D 1452528,Free of array-typed value,High,New,08/21/19,Unassigned,Unclassified= ,Unspecified,Undecided,avformat,Memory - corruptions,/libavformat/dss.c,dss= _read_metadata_date=0D 1452529,Free of array-typed value,High,New,08/21/19,Unassigned,Unclassified= ,Unspecified,Undecided,avformat,Memory - corruptions,/libavformat/smjpegdec= =2Ec,smjpeg_read_header=0D 1452530,Free of array-typed value,High,New,08/21/19,Unassigned,Unclassified= ,Unspecified,Undecided,avformat,Memory - corruptions,/libavformat/mov.c,mov= _parse_stsd_video=0D 1452531,Free of array-typed value,High,New,08/21/19,Unassigned,Unclassified= ,Unspecified,Undecided,avformat,Memory - corruptions,/libavformat/mxfdec.c,= set_language=0D 1452532,Use after free,High,New,08/21/19,Unassigned,Unclassified,Unspecifie= d,Undecided,Other,Memory - illegal accesses,/fftools/cmdutils.c,split_comma= ndline=0D 1452534,Use after free,High,New,08/21/19,Unassigned,Unclassified,Unspecifie= d,Undecided,avfilter,Memory - illegal accesses,/libavfilter/vf_ocr.c,filter= _frame=0D 1452535,Free of array-typed value,High,New,08/21/19,Unassigned,Unclassified= ,Unspecified,Undecided,avformat,Memory - corruptions,/libavformat/rtsp.c,ff= _rtsp_connect=0D 1452536,Free of array-typed value,High,New,08/21/19,Unassigned,Unclassified= ,Unspecified,Undecided,avformat,Memory - corruptions,/libavformat/asfdec_f.= c,asf_read_ext_content_desc=0D 1452537,Use after free,High,New,08/21/19,Unassigned,Unclassified,Unspecifie= d,Undecided,avformat,Memory - illegal accesses,/libavformat/http.c,parse_ic= y=0D 1452538,Free of array-typed value,High,New,08/21/19,Unassigned,Unclassified= ,Unspecified,Undecided,avformat,Memory - corruptions,/libavformat/avidec.c,= read_gab2_sub=0D 1452540,Free of array-typed value,High,New,08/21/19,Unassigned,Unclassified= ,Unspecified,Undecided,avformat,Memory - corruptions,/libavformat/hls.c,add= _metadata_from_renditions=0D 1452541,Use after free,High,New,08/21/19,Unassigned,Unclassified,Unspecifie= d,Undecided,avformat,Memory - illegal accesses,/libavformat/http.c,parse_ic= y=0D 1452544,Free of array-typed value,High,New,08/21/19,Unassigned,Unclassified= ,Unspecified,Undecided,avfilter,Memory - corruptions,/libavfilter/vf_psnr.c= ,do_psnr=0D 1452546,Double free,High,New,08/21/19,Unassigned,Unclassified,Unspecified,U= ndecided,avformat,Memory - corruptions,/libavformat/asfdec_o.c,asf_read_val= ue=0D 1452551,Free of array-typed value,High,New,08/21/19,Unassigned,Unclassified= ,Unspecified,Undecided,ffmpeg,Memory - corruptions,/fftools/ffmpeg_opt.c,op= t_timecode=0D 1452563,Double free,High,New,08/21/19,Unassigned,Unclassified,Unspecified,U= ndecided,avformat,Memory - corruptions,/libavformat/metadata.c,ff_metadata_= conv_ctx=0D 1452572,Free of array-typed value,High,New,08/21/19,Unassigned,Unclassified= ,Unspecified,Undecided,avformat,Memory - corruptions,/libavformat/oggparsev= orbis.c,ogm_chapter=0D 1452573,Free of array-typed value,High,New,08/21/19,Unassigned,Unclassified= ,Unspecified,Undecided,avformat,Memory - corruptions,/libavformat/wavdec.c,= wav_parse_bext_string=0D 1452576,Free of array-typed value,High,New,08/21/19,Unassigned,Unclassified= ,Unspecified,Undecided,avformat,Memory - corruptions,/libavformat/demux.c,a= vformat_find_stream_info=0D 1452577,Free of array-typed value,High,New,08/21/19,Unassigned,Unclassified= ,Unspecified,Undecided,avformat,Memory - corruptions,/libavformat/segment.c= ,segment_end=0D 1452578,Free of array-typed value,High,New,08/21/19,Unassigned,Unclassified= ,Unspecified,Undecided,avformat,Memory - corruptions,/libavformat/cafdec.c,= read_info_chunk=0D 1452580,Free of array-typed value,High,New,08/21/19,Unassigned,Unclassified= ,Unspecified,Undecided,avformat,Memory - corruptions,/libavformat/flacenc.c= ,flac_init=0D 1452581,Free of array-typed value,High,New,08/21/19,Unassigned,Unclassified= ,Unspecified,Undecided,avformat,Memory - corruptions,/libavformat/avidec.c,= avi_read_header=0D 1452583,Free of array-typed value,High,New,08/21/19,Unassigned,Unclassified= ,Unspecified,Undecided,avformat,Memory - corruptions,/libavformat/demux.c,t= ry_decode_frame=0D 1452584,Free of array-typed value,High,New,08/21/19,Unassigned,Unclassified= ,Unspecified,Undecided,avformat,Memory - corruptions,/libavformat/mpegts.c,= ff_parse_mpeg2_descriptor=0D 1452585,Untrusted loop bound,Medium,New,08/21/19,Unassigned,Unclassified,Un= specified,Undecided,avformat,Insecure data handling,/libavformat/rtpenc_vc2= hq.c,ff_rtp_send_vc2hq=0D 1452586,Free of array-typed value,High,New,08/21/19,Unassigned,Unclassified= ,Unspecified,Undecided,avfilter,Memory - corruptions,/libavfilter/vf_signal= stats.c,filter_frame16=0D 1452587,Free of array-typed value,High,New,08/21/19,Unassigned,Unclassified= ,Unspecified,Undecided,avfilter,Memory - corruptions,/libavfilter/vf_ssim.c= ,do_ssim=0D 1452589,Double free,High,New,08/21/19,Unassigned,Unclassified,Unspecified,U= ndecided,avformat,Memory - corruptions,/libavformat/mpegts.c,sdt_cb=0D 1452591,Free of array-typed value,High,New,08/21/19,Unassigned,Unclassified= ,Unspecified,Undecided,avformat,Memory - corruptions,/libavformat/avidec.c,= avi_read_nikon=0D 1452592,Free of array-typed value,High,New,08/21/19,Unassigned,Unclassified= ,Unspecified,Undecided,avformat,Memory - corruptions,/libavformat/flvdec.c,= amf_parse_object=0D 1452593,Missing break in switch,Medium,New,08/21/19,Unassigned,Unclassified= ,Unspecified,Undecided,avformat,Control flow issues,/libavformat/takdec.c,t= ak_read_header=0D 1452594,Free of array-typed value,High,New,08/21/19,Unassigned,Unclassified= ,Unspecified,Undecided,examples,Memory - corruptions,/doc/examples/extract_= mvs.c,open_codec_context=0D 1452596,Free of array-typed value,High,New,08/21/19,Unassigned,Unclassified= ,Unspecified,Undecided,avformat,Memory - corruptions,/libavformat/mov.c,mov= _read_mdhd=0D 1452598,Free of array-typed value,High,New,08/21/19,Unassigned,Unclassified= ,Unspecified,Undecided,avformat,Memory - corruptions,/libavformat/matroskad= ec.c,matroska_metadata_creation_time=0D 1452599,Free of array-typed value,High,New,08/21/19,Unassigned,Unclassified= ,Unspecified,Undecided,avfilter,Memory - corruptions,/libavfilter/vf_idet.c= ,av_dict_set_fxp=0D 1452601,Free of array-typed value,High,New,08/21/19,Unassigned,Unclassified= ,Unspecified,Undecided,avformat,Memory - corruptions,/libavformat/id3v2.c,m= erge_date=0D 1452602,Free of array-typed value,High,New,08/21/19,Unassigned,Unclassified= ,Unspecified,Undecided,avformat,Memory - corruptions,/libavformat/wtvdec.c,= parse_chunks=0D 1452603,Use after free,High,New,08/21/19,Unassigned,Unclassified,Unspecifie= d,Undecided,avformat,Memory - illegal accesses,/libavformat/mov.c,mov_read_= udta_string=0D 1452604,Use after free,High,New,08/21/19,Unassigned,Unclassified,Unspecifie= d,Undecided,avformat,Memory - illegal accesses,/libavformat/libopenmpt.c,re= ad_header_openmpt=0D 1452605,Free of array-typed value,High,New,08/21/19,Unassigned,Unclassified= ,Unspecified,Undecided,avformat,Memory - corruptions,/libavformat/hls.c,par= se_playlist=0D 1452606,Free of array-typed value,High,New,08/21/19,Unassigned,Unclassified= ,Unspecified,Undecided,Other,Memory - corruptions,/fftools/ffprobe.c,opt_sh= ow_entries=0D 1452607,Free of array-typed value,High,New,08/21/19,Unassigned,Unclassified= ,Unspecified,Undecided,avfilter,Memory - corruptions,/libavfilter/vf_siti.c= ,filter_frame=0D 1452608,Free of array-typed value,High,New,08/21/19,Unassigned,Unclassified= ,Unspecified,Undecided,avfilter,Memory - corruptions,/libavfilter/vf_palett= egen.c,set_colorquant_ratio_meta=0D 1452609,Free of array-typed value,High,New,08/21/19,Unassigned,Unclassified= ,Unspecified,Undecided,avformat,Memory - corruptions,/libavformat/asfdec_o.= c,asf_read_properties=0D 1452610,Free of array-typed value,High,New,08/21/19,Unassigned,Unclassified= ,Unspecified,Undecided,avformat,Memory - corruptions,/libavformat/tests/fif= o_muxer.c,run_test=0D 1452611,Free of array-typed value,High,New,08/21/19,Unassigned,Unclassified= ,Unspecified,Undecided,avformat,Memory - corruptions,/libavformat/mov.c,mov= _read_ftyp=0D 1452612,Free of array-typed value,High,New,08/21/19,Unassigned,Unclassified= ,Unspecified,Undecided,ffmpeg,Memory - corruptions,/fftools/ffmpeg_opt.c,op= t_target=0D 1452613,Explicit null dereferenced,Medium,New,08/21/19,Unassigned,Unclassif= ied,Unspecified,Undecided,avformat,Null pointer dereferences,/libavformat/i= d3v2.c,id3v2_parse=0D 1452614,Free of array-typed value,High,New,08/21/19,Unassigned,Unclassified= ,Unspecified,Undecided,avformat,Memory - corruptions,/libavformat/riffdec.c= ,ff_read_riff_info=0D 1452616,Free of array-typed value,High,New,08/21/19,Unassigned,Unclassified= ,Unspecified,Undecided,avformat,Memory - corruptions,/libavformat/webm_chun= k.c,chunk_end=0D 1452617,Free of array-typed value,High,New,08/21/19,Unassigned,Unclassified= ,Unspecified,Undecided,ffmpeg,Memory - corruptions,/fftools/ffmpeg_enc.c,se= t_encoder_id=0D 1452618,Out-of-bounds access,High,New,08/21/19,Unassigned,Unclassified,Unsp= ecified,Undecided,avcodec,Memory - corruptions,/libavcodec/opus_silk.c,ff_s= ilk_decode_superframe=0D 1452619,Out-of-bounds access,High,New,08/21/19,Unassigned,Unclassified,Unsp= ecified,Undecided,avutil,Memory - corruptions,/libavutil/tests/hmac.c,main= =0D 1452620,Free of array-typed value,High,New,08/21/19,Unassigned,Unclassified= ,Unspecified,Undecided,avformat,Memory - corruptions,/libavformat/sauce.c,f= f_sauce_read=0D 1452621,Free of array-typed value,High,New,08/21/19,Unassigned,Unclassified= ,Unspecified,Undecided,avformat,Memory - corruptions,/libavformat/mov.c,mov= _metadata_loci=0D 1452622,Logically dead code,Medium,New,08/21/19,Unassigned,Unclassified,Uns= pecified,Undecided,avcodec,Control flow issues,/libavcodec/vp3.c,vp4_unpack= _vlcs=0D 1452623,Free of address-of expression,High,New,08/21/19,Unassigned,Unclassi= fied,Unspecified,Undecided,avcodec,Memory - corruptions,/libavcodec/cbs_jpe= g.c,cbs_jpeg_split_fragment=0D 1452626,Free of array-typed value,High,New,08/21/19,Unassigned,Unclassified= ,Unspecified,Undecided,avformat,Memory - corruptions,/libavformat/nutdec.c,= decode_info_header=0D 1452628,Uninitialized scalar variable,High,New,08/21/19,Unassigned,Unclassi= fied,Unspecified,Undecided,avcodec,Uninitialized variables,/libavcodec/svq3= =2Ec,svq3_decode_init=0D 1452630,Free of array-typed value,High,New,08/21/19,Unassigned,Unclassified= ,Unspecified,Undecided,avformat,Memory - corruptions,/libavformat/wc3movie.= c,wc3_read_header=0D 1452632,Free of array-typed value,High,New,08/21/19,Unassigned,Unclassified= ,Unspecified,Undecided,avformat,Memory - corruptions,/libavformat/mov.c,mov= _read_hdlr=0D 1452633,Free of array-typed value,High,New,08/21/19,Unassigned,Unclassified= ,Unspecified,Undecided,avformat,Memory - corruptions,/libavformat/hls.c,add= _stream_to_programs=0D 1452634,Free of array-typed value,High,New,08/21/19,Unassigned,Unclassified= ,Unspecified,Undecided,avformat,Memory - corruptions,/libavformat/mov.c,mov= _metadata_track_or_disc_number=0D 1452635,Double free,High,New,08/21/19,Unassigned,Unclassified,Unspecified,U= ndecided,avformat,Memory - corruptions,/libavformat/asfdec_f.c,get_tag=0D 1452639,Free of array-typed value,High,New,08/21/19,Unassigned,Unclassified= ,Unspecified,Undecided,avformat,Memory - corruptions,/libavformat/libopenmp= t.c,read_header_openmpt=0D 1452640,Division or modulo by float zero,Medium,New,08/21/19,Unassigned,Unc= lassified,Unspecified,Undecided,avfilter,Incorrect expression,/libavfilter/= vf_scdet.c,get_scene_score=0D 1452641,Free of array-typed value,High,New,08/21/19,Unassigned,Unclassified= ,Unspecified,Undecided,avformat,Memory - corruptions,/libavformat/mxfdec.c,= mxf_read_identification_metadata=0D 1452642,Free of array-typed value,High,New,08/21/19,Unassigned,Unclassified= ,Unspecified,Undecided,avformat,Memory - corruptions,/libavformat/tests/mov= enc.c,main=0D 1452754,Uninitialized pointer read,High,New,08/23/19,Unassigned,Unclassifie= d,Unspecified,Undecided,avfilter,Memory - illegal accesses,/libavfilter/vf_= deshake_opencl.c,filter_frame=0D 1452755,Uninitialized pointer read,High,New,08/23/19,Unassigned,Unclassifie= d,Unspecified,Undecided,avfilter,Memory - illegal accesses,/libavfilter/vf_= deshake_opencl.c,filter_frame=0D 1452758,Out-of-bounds read,High,New,08/23/19,Unassigned,Unclassified,Unspec= ified,Undecided,avfilter,Memory - illegal accesses,/libavfilter/vf_deshake_= opencl.c,filter_frame=0D 1452759,Uninitialized scalar variable,High,New,08/23/19,Unassigned,Unclassi= fied,Unspecified,Undecided,avfilter,Uninitialized variables,/libavfilter/vf= _deshake_opencl.c,minimize_error=0D 1453457,Unchecked return value,Medium,New,09/02/19,Unassigned,Unclassified,= Unspecified,Undecided,avformat,Error handling issues,/libavformat/libzmq.c,= zmq_proto_open=0D 1453607,Double free,High,New,09/06/19,Unassigned,Unclassified,Unspecified,U= ndecided,avformat,Memory - corruptions,/libavformat/hlsenc.c,hls_start=0D 1454676,Out-of-bounds read,High,New,10/07/19,Unassigned,Unclassified,Unspec= ified,Undecided,avcodec,Memory - illegal accesses,/libavcodec/flac_parser.c= ,check_header_mismatch=0D 1454838,Out-of-bounds access,High,New,10/16/19,Unassigned,Unclassified,Unsp= ecified,Undecided,avfilter,Memory - corruptions,/libavfilter/af_arnndn.c,rn= noise_channel=0D 1455684,Unintentional integer overflow,Medium,New,11/13/19,Unassigned,Uncla= ssified,Unspecified,Undecided,avcodec,Integer handling issues,/libavcodec/h= qx.c,hqx_decode_frame=0D 1457610,Use after free,High,New,01/11/20,Unassigned,Unclassified,Unspecifie= d,Undecided,avformat,Memory - illegal accesses,/libavformat/img2dec.c,add_f= ilename_as_pkt_side_data=0D 1457611,Free of array-typed value,High,New,01/11/20,Unassigned,Unclassified= ,Unspecified,Undecided,avformat,Memory - corruptions,/libavformat/img2dec.c= ,ff_img_read_packet=0D 1457612,Free of array-typed value,High,New,01/11/20,Unassigned,Unclassified= ,Unspecified,Undecided,avformat,Memory - corruptions,/libavformat/img2dec.c= ,add_filename_as_pkt_side_data=0D 1457947,Out-of-bounds read,High,New,01/27/20,Unassigned,Unclassified,Unspec= ified,Undecided,avfilter,Memory - illegal accesses,/libavfilter/vf_v360.c,r= emap1_8bit_slice=0D 1457948,Out-of-bounds read,High,New,01/27/20,Unassigned,Unclassified,Unspec= ified,Undecided,avfilter,Memory - illegal accesses,/libavfilter/vf_v360.c,r= emap1_16bit_slice=0D 1457949,Out-of-bounds read,High,New,01/27/20,Unassigned,Unclassified,Unspec= ified,Undecided,avfilter,Memory - illegal accesses,/libavfilter/vf_v360.c,r= emap1_8bit_slice=0D 1457950,Out-of-bounds read,High,New,01/27/20,Unassigned,Unclassified,Unspec= ified,Undecided,avfilter,Memory - illegal accesses,/libavfilter/vf_v360.c,r= emap2_8bit_slice=0D 1457951,Out-of-bounds read,High,New,01/27/20,Unassigned,Unclassified,Unspec= ified,Undecided,avfilter,Memory - illegal accesses,/libavfilter/vf_v360.c,r= emap2_16bit_slice=0D 1457952,Out-of-bounds read,High,New,01/27/20,Unassigned,Unclassified,Unspec= ified,Undecided,avfilter,Memory - illegal accesses,/libavfilter/vf_v360.c,r= emap1_8bit_slice=0D 1457953,Out-of-bounds read,High,New,01/27/20,Unassigned,Unclassified,Unspec= ified,Undecided,avfilter,Memory - illegal accesses,/libavfilter/vf_v360.c,r= emap2_8bit_slice=0D 1457954,Out-of-bounds read,High,New,01/27/20,Unassigned,Unclassified,Unspec= ified,Undecided,avfilter,Memory - illegal accesses,/libavfilter/vf_v360.c,r= emap4_8bit_slice=0D 1457955,Out-of-bounds read,High,New,01/27/20,Unassigned,Unclassified,Unspec= ified,Undecided,avfilter,Memory - illegal accesses,/libavfilter/vf_v360.c,r= emap4_16bit_slice=0D 1457956,Out-of-bounds read,High,New,01/27/20,Unassigned,Unclassified,Unspec= ified,Undecided,avfilter,Memory - illegal accesses,/libavfilter/vf_v360.c,r= emap1_16bit_slice=0D 1457957,Out-of-bounds read,High,New,01/27/20,Unassigned,Unclassified,Unspec= ified,Undecided,avfilter,Memory - illegal accesses,/libavfilter/vf_v360.c,r= emap4_8bit_slice=0D 1457958,Out-of-bounds read,High,New,01/27/20,Unassigned,Unclassified,Unspec= ified,Undecided,avfilter,Memory - illegal accesses,/libavfilter/vf_v360.c,r= emap4_8bit_slice=0D 1457959,Out-of-bounds read,High,New,01/27/20,Unassigned,Unclassified,Unspec= ified,Undecided,avfilter,Memory - illegal accesses,/libavfilter/vf_v360.c,r= emap2_16bit_slice=0D 1457960,Out-of-bounds read,High,New,01/27/20,Unassigned,Unclassified,Unspec= ified,Undecided,avfilter,Memory - illegal accesses,/libavfilter/vf_v360.c,r= emap2_16bit_slice=0D 1457961,Out-of-bounds read,High,New,01/27/20,Unassigned,Unclassified,Unspec= ified,Undecided,avfilter,Memory - illegal accesses,/libavfilter/vf_v360.c,r= emap2_8bit_slice=0D 1457962,Out-of-bounds read,High,New,01/27/20,Unassigned,Unclassified,Unspec= ified,Undecided,avfilter,Memory - illegal accesses,/libavfilter/vf_v360.c,r= emap2_16bit_slice=0D 1457963,Out-of-bounds read,High,New,01/27/20,Unassigned,Unclassified,Unspec= ified,Undecided,avfilter,Memory - illegal accesses,/libavfilter/vf_v360.c,r= emap1_16bit_slice=0D 1457964,Out-of-bounds read,High,New,01/27/20,Unassigned,Unclassified,Unspec= ified,Undecided,avfilter,Memory - illegal accesses,/libavfilter/vf_v360.c,r= emap4_16bit_slice=0D 1457965,Out-of-bounds read,High,New,01/27/20,Unassigned,Unclassified,Unspec= ified,Undecided,avfilter,Memory - illegal accesses,/libavfilter/vf_v360.c,r= emap4_8bit_slice=0D 1457966,Out-of-bounds read,High,New,01/27/20,Unassigned,Unclassified,Unspec= ified,Undecided,avfilter,Memory - illegal accesses,/libavfilter/vf_v360.c,r= emap2_16bit_slice=0D 1457967,Out-of-bounds read,High,New,01/27/20,Unassigned,Unclassified,Unspec= ified,Undecided,avfilter,Memory - illegal accesses,/libavfilter/vf_v360.c,r= emap2_8bit_slice=0D 1457968,Out-of-bounds read,High,New,01/27/20,Unassigned,Unclassified,Unspec= ified,Undecided,avfilter,Memory - illegal accesses,/libavfilter/vf_v360.c,r= emap1_8bit_slice=0D 1457969,Out-of-bounds read,High,New,01/27/20,Unassigned,Unclassified,Unspec= ified,Undecided,avfilter,Memory - illegal accesses,/libavfilter/vf_v360.c,r= emap4_8bit_slice=0D 1457970,Out-of-bounds read,High,New,01/27/20,Unassigned,Unclassified,Unspec= ified,Undecided,avfilter,Memory - illegal accesses,/libavfilter/vf_v360.c,r= emap4_16bit_slice=0D 1457971,Out-of-bounds read,High,New,01/27/20,Unassigned,Unclassified,Unspec= ified,Undecided,avfilter,Memory - illegal accesses,/libavfilter/vf_v360.c,r= emap4_8bit_slice=0D 1457972,Out-of-bounds read,High,New,01/27/20,Unassigned,Unclassified,Unspec= ified,Undecided,avfilter,Memory - illegal accesses,/libavfilter/vf_v360.c,r= emap4_16bit_slice=0D 1457973,Out-of-bounds read,High,New,01/27/20,Unassigned,Unclassified,Unspec= ified,Undecided,avfilter,Memory - illegal accesses,/libavfilter/vf_v360.c,r= emap2_8bit_slice=0D 1457974,Out-of-bounds read,High,New,01/27/20,Unassigned,Unclassified,Unspec= ified,Undecided,avfilter,Memory - illegal accesses,/libavfilter/vf_v360.c,r= emap1_16bit_slice=0D 1457975,Out-of-bounds read,High,New,01/27/20,Unassigned,Unclassified,Unspec= ified,Undecided,avfilter,Memory - illegal accesses,/libavfilter/vf_v360.c,r= emap4_16bit_slice=0D 1457976,Out-of-bounds read,High,New,01/27/20,Unassigned,Unclassified,Unspec= ified,Undecided,avfilter,Memory - illegal accesses,/libavfilter/vf_v360.c,r= emap1_8bit_slice=0D 1457977,Out-of-bounds read,High,New,01/27/20,Unassigned,Unclassified,Unspec= ified,Undecided,avfilter,Memory - illegal accesses,/libavfilter/vf_v360.c,r= emap2_16bit_slice=0D 1457978,Out-of-bounds read,High,New,01/27/20,Unassigned,Unclassified,Unspec= ified,Undecided,avfilter,Memory - illegal accesses,/libavfilter/vf_v360.c,r= emap1_8bit_slice=0D 1457979,Out-of-bounds read,High,New,01/27/20,Unassigned,Unclassified,Unspec= ified,Undecided,avfilter,Memory - illegal accesses,/libavfilter/vf_v360.c,r= emap1_16bit_slice=0D 1457980,Out-of-bounds read,High,New,01/27/20,Unassigned,Unclassified,Unspec= ified,Undecided,avfilter,Memory - illegal accesses,/libavfilter/vf_v360.c,r= emap1_8bit_slice=0D 1457981,Out-of-bounds read,High,New,01/27/20,Unassigned,Unclassified,Unspec= ified,Undecided,avfilter,Memory - illegal accesses,/libavfilter/vf_v360.c,r= emap2_8bit_slice=0D 1457982,Out-of-bounds read,High,New,01/27/20,Unassigned,Unclassified,Unspec= ified,Undecided,avfilter,Memory - illegal accesses,/libavfilter/vf_v360.c,r= emap4_16bit_slice=0D 1457983,Out-of-bounds read,High,New,01/27/20,Unassigned,Unclassified,Unspec= ified,Undecided,avfilter,Memory - illegal accesses,/libavfilter/vf_v360.c,r= emap2_16bit_slice=0D 1457984,Out-of-bounds read,High,New,01/27/20,Unassigned,Unclassified,Unspec= ified,Undecided,avfilter,Memory - illegal accesses,/libavfilter/vf_v360.c,r= emap1_16bit_slice=0D 1457985,Out-of-bounds read,High,New,01/27/20,Unassigned,Unclassified,Unspec= ified,Undecided,avfilter,Memory - illegal accesses,/libavfilter/vf_v360.c,r= emap1_16bit_slice=0D 1457986,Out-of-bounds read,High,New,01/27/20,Unassigned,Unclassified,Unspec= ified,Undecided,avfilter,Memory - illegal accesses,/libavfilter/vf_v360.c,r= emap4_8bit_slice=0D 1457987,Out-of-bounds read,High,New,01/27/20,Unassigned,Unclassified,Unspec= ified,Undecided,avfilter,Memory - illegal accesses,/libavfilter/vf_v360.c,r= emap1_16bit_slice=0D 1457988,Out-of-bounds read,High,New,01/27/20,Unassigned,Unclassified,Unspec= ified,Undecided,avfilter,Memory - illegal accesses,/libavfilter/vf_v360.c,r= emap2_8bit_slice=0D 1457989,Out-of-bounds read,High,New,01/27/20,Unassigned,Unclassified,Unspec= ified,Undecided,avfilter,Memory - illegal accesses,/libavfilter/vf_v360.c,r= emap2_8bit_slice=0D 1457990,Out-of-bounds read,High,New,01/27/20,Unassigned,Unclassified,Unspec= ified,Undecided,avfilter,Memory - illegal accesses,/libavfilter/vf_v360.c,r= emap4_8bit_slice=0D 1457991,Out-of-bounds read,High,New,01/27/20,Unassigned,Unclassified,Unspec= ified,Undecided,avfilter,Memory - illegal accesses,/libavfilter/vf_v360.c,r= emap4_16bit_slice=0D 1457992,Out-of-bounds read,High,New,01/27/20,Unassigned,Unclassified,Unspec= ified,Undecided,avfilter,Memory - illegal accesses,/libavfilter/vf_v360.c,r= emap2_16bit_slice=0D 1457993,Out-of-bounds read,High,New,01/27/20,Unassigned,Unclassified,Unspec= ified,Undecided,avfilter,Memory - illegal accesses,/libavfilter/vf_v360.c,r= emap1_8bit_slice=0D 1457994,Out-of-bounds read,High,New,01/27/20,Unassigned,Unclassified,Unspec= ified,Undecided,avfilter,Memory - illegal accesses,/libavfilter/vf_v360.c,r= emap4_16bit_slice=0D 1458043,Unchecked return value,Medium,New,02/01/20,Unassigned,Unclassified,= Unspecified,Undecided,avfilter,Error handling issues,/libavfilter/vf_xfade.= c,xfade_activate=0D 1458126,Result is not floating-point,Medium,New,02/03/20,Unassigned,Unclass= ified,Unspecified,Undecided,avcodec,Incorrect expression,/libavcodec/wmavoi= ce.c,calc_input_response=0D 1458127,Unchecked return value,Medium,New,02/03/20,Unassigned,Unclassified,= Unspecified,Undecided,avfilter,Error handling issues,/libavfilter/vf_xfade_= opencl.c,xfade_opencl_activate=0D 1458148,Result is not floating-point,Medium,New,02/06/20,Unassigned,Unclass= ified,Unspecified,Undecided,avfilter,Incorrect expression,/libavfilter/vf_x= fade.c,vertclose8_transition=0D 1458149,Result is not floating-point,Medium,New,02/06/20,Unassigned,Unclass= ified,Unspecified,Undecided,avfilter,Incorrect expression,/libavfilter/vf_x= fade.c,horzopen8_transition=0D 1458150,Result is not floating-point,Medium,New,02/06/20,Unassigned,Unclass= ified,Unspecified,Undecided,avfilter,Incorrect expression,/libavfilter/vf_x= fade.c,vertopen16_transition=0D 1458151,Result is not floating-point,Medium,New,02/06/20,Unassigned,Unclass= ified,Unspecified,Undecided,avfilter,Incorrect expression,/libavfilter/vf_x= fade.c,vertclose16_transition=0D 1458152,Result is not floating-point,Medium,New,02/06/20,Unassigned,Unclass= ified,Unspecified,Undecided,avfilter,Incorrect expression,/libavfilter/vf_x= fade.c,horzclose8_transition=0D 1458153,Structurally dead code,Medium,New,02/06/20,Unassigned,Unclassified,= Unspecified,Undecided,avutil,Control flow issues,/libavutil/hwcontext_cuda.= c,cuda_device_derive=0D 1458154,Result is not floating-point,Medium,New,02/06/20,Unassigned,Unclass= ified,Unspecified,Undecided,avfilter,Incorrect expression,/libavfilter/vf_x= fade.c,horzclose16_transition=0D 1458155,Result is not floating-point,Medium,New,02/06/20,Unassigned,Unclass= ified,Unspecified,Undecided,avfilter,Incorrect expression,/libavfilter/vf_x= fade.c,horzopen16_transition=0D 1458156,Result is not floating-point,Medium,New,02/06/20,Unassigned,Unclass= ified,Unspecified,Undecided,avfilter,Incorrect expression,/libavfilter/vf_x= fade.c,vertopen8_transition=0D 1458177,Free of address-of expression,High,New,02/10/20,Unassigned,Unclassi= fied,Unspecified,Undecided,avcodec,Memory - corruptions,/libavcodec/cbs_vp9= =2Ec,cbs_vp9_split_fragment=0D 1458428,Unchecked return value,Medium,New,02/15/20,Unassigned,Unclassified,= Unspecified,Undecided,avfilter,Error handling issues,/libavfilter/vf_pad_op= encl.c,pad_opencl_config_output=0D 1460606,Double free,High,New,03/14/20,Unassigned,Unclassified,Unspecified,U= ndecided,avformat,Memory - corruptions,/libavformat/hlsenc.c,hls_encryption= _start=0D 1460758,Operands don't affect result,Medium,New,03/19/20,Unassigned,Unclass= ified,Unspecified,Undecided,avformat,Integer handling issues,/libavformat/f= wse.c,fwse_read_header=0D 1460979,Logically dead code,Medium,New,03/28/20,Unassigned,Unclassified,Uns= pecified,Undecided,avcodec,Control flow issues,/libavcodec/jpeg2000dec.c,ge= t_tlm=0D 1461195,Out-of-bounds read,High,New,04/04/20,Unassigned,Unclassified,Unspec= ified,Undecided,avfilter,Memory - illegal accesses,/libavfilter/vf_v360.c,r= emap3_16bit_slice=0D 1461196,Out-of-bounds read,High,New,04/04/20,Unassigned,Unclassified,Unspec= ified,Undecided,avfilter,Memory - illegal accesses,/libavfilter/vf_v360.c,r= emap3_8bit_slice=0D 1461197,Out-of-bounds read,High,New,04/04/20,Unassigned,Unclassified,Unspec= ified,Undecided,avfilter,Memory - illegal accesses,/libavfilter/vf_v360.c,r= emap3_8bit_slice=0D 1461198,Out-of-bounds read,High,New,04/04/20,Unassigned,Unclassified,Unspec= ified,Undecided,avfilter,Memory - illegal accesses,/libavfilter/vf_v360.c,r= emap3_8bit_slice=0D 1461199,Out-of-bounds read,High,New,04/04/20,Unassigned,Unclassified,Unspec= ified,Undecided,avfilter,Memory - illegal accesses,/libavfilter/vf_v360.c,r= emap3_8bit_slice=0D 1461200,Out-of-bounds read,High,New,04/04/20,Unassigned,Unclassified,Unspec= ified,Undecided,avfilter,Memory - illegal accesses,/libavfilter/vf_v360.c,r= emap3_16bit_slice=0D 1461201,Out-of-bounds read,High,New,04/04/20,Unassigned,Unclassified,Unspec= ified,Undecided,avfilter,Memory - illegal accesses,/libavfilter/vf_v360.c,r= emap3_16bit_slice=0D 1461202,Out-of-bounds read,High,New,04/04/20,Unassigned,Unclassified,Unspec= ified,Undecided,avfilter,Memory - illegal accesses,/libavfilter/vf_v360.c,r= emap3_16bit_slice=0D 1461203,Out-of-bounds read,High,New,04/04/20,Unassigned,Unclassified,Unspec= ified,Undecided,avfilter,Memory - illegal accesses,/libavfilter/vf_v360.c,r= emap3_16bit_slice=0D 1461204,Out-of-bounds read,High,New,04/04/20,Unassigned,Unclassified,Unspec= ified,Undecided,avfilter,Memory - illegal accesses,/libavfilter/vf_v360.c,r= emap3_8bit_slice=0D 1461205,Out-of-bounds read,High,New,04/04/20,Unassigned,Unclassified,Unspec= ified,Undecided,avfilter,Memory - illegal accesses,/libavfilter/vf_v360.c,r= emap3_16bit_slice=0D 1461207,Out-of-bounds read,High,New,04/04/20,Unassigned,Unclassified,Unspec= ified,Undecided,avfilter,Memory - illegal accesses,/libavfilter/vf_v360.c,r= emap3_16bit_slice=0D 1461208,Out-of-bounds read,High,New,04/04/20,Unassigned,Unclassified,Unspec= ified,Undecided,avfilter,Memory - illegal accesses,/libavfilter/vf_v360.c,r= emap3_8bit_slice=0D 1461209,Out-of-bounds read,High,New,04/04/20,Unassigned,Unclassified,Unspec= ified,Undecided,avfilter,Memory - illegal accesses,/libavfilter/vf_v360.c,r= emap3_16bit_slice=0D 1461210,Out-of-bounds read,High,New,04/04/20,Unassigned,Unclassified,Unspec= ified,Undecided,avfilter,Memory - illegal accesses,/libavfilter/vf_v360.c,r= emap3_8bit_slice=0D 1461470,Free of array-typed value,High,New,04/11/20,Unassigned,Unclassified= ,Unspecified,Undecided,avformat,Memory - corruptions,/libavformat/hlsenc.c,= hls_delete_file=0D 1461482,Improper use of negative value,Medium,New,04/13/20,Unassigned,Uncla= ssified,Unspecified,Undecided,avcodec,Integer handling issues,/libavcodec/v= ble.c,vble_decode_init=0D 1463550,Logically dead code,Medium,New,05/13/20,Unassigned,Unclassified,Uns= pecified,Undecided,examples,Control flow issues,/doc/examples/demux_decode.= c,decode_packet=0D 1463852,Free of array-typed value,High,New,05/27/20,Unassigned,Unclassified= ,Unspecified,Undecided,tools,Memory - corruptions,/tools/venc_data_dump.c,m= ain=0D 1464082,Double free,High,New,06/07/20,Unassigned,Unclassified,Unspecified,U= ndecided,avformat,Memory - corruptions,/libavformat/dashenc.c,write_manifes= t=0D 1464083,Use after free,High,New,06/07/20,Unassigned,Unclassified,Unspecifie= d,Undecided,avformat,Memory - illegal accesses,/libavformat/demux.c,avforma= t_find_stream_info=0D 1464084,Double free,High,New,06/07/20,Unassigned,Unclassified,Unspecified,U= ndecided,avformat,Memory - corruptions,/libavformat/asfdec_f.c,asf_read_met= adata=0D 1464085,Free of array-typed value,High,New,06/07/20,Unassigned,Unclassified= ,Unspecified,Undecided,avformat,Memory - corruptions,/libavformat/wtvdec.c,= parse_legacy_attrib=0D 1465261,Free of array-typed value,High,New,07/11/20,Unassigned,Unclassified= ,Unspecified,Undecided,avcodec,Memory - corruptions,/libavcodec/h264_slice.= c,h264_export_frame_props=0D 1465262,Free of array-typed value,High,New,07/11/20,Unassigned,Unclassified= ,Unspecified,Undecided,avcodec,Memory - corruptions,/libavcodec/hevcdec.c,s= et_side_data=0D 1465264,Free of array-typed value,High,New,07/11/20,Unassigned,Unclassified= ,Unspecified,Undecided,avcodec,Memory - corruptions,/libavcodec/mpeg12dec.c= ,mpeg_decode_frame=0D 1465479,Unintentional integer overflow,Medium,New,07/21/20,Unassigned,Uncla= ssified,Unspecified,Undecided,avcodec,Integer handling issues,/libavcodec/t= taenc.c,tta_encode_frame=0D 1465480,Unintentional integer overflow,Medium,New,07/21/20,Unassigned,Uncla= ssified,Unspecified,Undecided,avcodec,Integer handling issues,/libavcodec/m= peg4videoenc.c,ff_mpeg4_encode_video_packet_header=0D 1465481,Unintentional integer overflow,Medium,New,07/21/20,Unassigned,Uncla= ssified,Unspecified,Undecided,avcodec,Integer handling issues,/libavcodec/w= avpackenc.c,encode_flush=0D 1465482,Unintentional integer overflow,Medium,New,07/21/20,Unassigned,Uncla= ssified,Unspecified,Undecided,avcodec,Integer handling issues,/libavcodec/m= pegaudioenc_template.c,encode_frame=0D 1465483,Unintentional integer overflow,Medium,New,07/21/20,Unassigned,Uncla= ssified,Unspecified,Undecided,avcodec,Integer handling issues,/libavcodec/a= accoder.c,quantize_and_encode_band_cost_template=0D 1465484,Unintentional integer overflow,Medium,New,07/21/20,Unassigned,Uncla= ssified,Unspecified,Undecided,avcodec,Integer handling issues,/libavcodec/m= peg12enc.c,encode_dc=0D 1465485,Unintentional integer overflow,Medium,New,07/21/20,Unassigned,Uncla= ssified,Unspecified,Undecided,avcodec,Integer handling issues,/libavcodec/m= peg12enc.c,encode_dc=0D 1465486,Unintentional integer overflow,Medium,New,07/21/20,Unassigned,Uncla= ssified,Unspecified,Undecided,avcodec,Integer handling issues,/libavcodec/d= nxhdenc.c,dnxhd_encode_dc=0D 1465487,Unintentional integer overflow,Medium,New,07/21/20,Unassigned,Uncla= ssified,Unspecified,Undecided,avcodec,Integer handling issues,/libavcodec/r= v10enc.c,ff_rv10_encode_picture_header=0D 1465488,Unintentional integer overflow,Medium,New,07/21/20,Unassigned,Uncla= ssified,Unspecified,Undecided,avcodec,Integer handling issues,/libavcodec/c= bs_av1.c,cbs_av1_write_increment=0D 1465489,Unintentional integer overflow,Medium,New,07/21/20,Unassigned,Uncla= ssified,Unspecified,Undecided,avcodec,Integer handling issues,/libavcodec/p= ut_golomb.h,set_ur_golomb=0D 1465490,Unintentional integer overflow,Medium,New,07/21/20,Unassigned,Uncla= ssified,Unspecified,Undecided,avcodec,Integer handling issues,/libavcodec/m= peg4videoenc.c,mpeg4_encode_block=0D 1465491,Unintentional integer overflow,Medium,New,07/21/20,Unassigned,Uncla= ssified,Unspecified,Undecided,avcodec,Integer handling issues,/libavcodec/c= bs_vp9.c,cbs_vp9_write_increment=0D 1465492,Free of array-typed value,High,New,07/21/20,Unassigned,Unclassified= ,Unspecified,Undecided,avformat,Memory - corruptions,/libavformat/au.c,au_r= ead_annotation=0D 1465861,Free of array-typed value,High,New,08/11/20,Unassigned,Unclassified= ,Unspecified,Undecided,avformat,Memory - corruptions,/libavformat/hlsenc.c,= hls_start=0D 1465864,Out-of-bounds read,High,New,08/11/20,Unassigned,Unclassified,Unspec= ified,Undecided,avcodec,Memory - illegal accesses,/libavcodec/cfhdenc.c,cfh= d_encode_frame=0D 1466603,Uninitialized scalar variable,High,New,09/01/20,Unassigned,Unclassi= fied,Unspecified,Undecided,avcodec,Uninitialized variables,/libavcodec/j2ke= nc.c,makelayers=0D 1466634,Missing break in switch,Medium,New,09/05/20,Unassigned,Unclassified= ,Unspecified,Undecided,avcodec,Control flow issues,/libavcodec/dxtory.c,do_= vflip=0D 1467435,Unintentional integer overflow,Medium,New,09/24/20,Unassigned,Uncla= ssified,Unspecified,Undecided,avformat,Integer handling issues,/libavformat= /argo_asf.c,argo_asf_seek=0D 1467648,Untrusted loop bound,Medium,New,09/29/20,Unassigned,Unclassified,Un= specified,Undecided,avcodec,Insecure data handling,/libavcodec/argo.c,decod= e_mad1_24=0D 1467649,Untrusted loop bound,Medium,New,09/29/20,Unassigned,Unclassified,Un= specified,Undecided,avcodec,Insecure data handling,/libavcodec/argo.c,decod= e_mad1=0D 1467656,Out-of-bounds access,High,New,10/01/20,Unassigned,Unclassified,Unsp= ecified,Undecided,avcodec,Memory - corruptions,/libavcodec/cuviddec.c,cuvid= _decode_init=0D 1468252,Logically dead code,Medium,New,10/17/20,Unassigned,Unclassified,Uns= pecified,Undecided,avfilter,Control flow issues,/libavfilter/af_aiir.c,conv= ert_serial2parallel=0D 1468326,Free of array-typed value,High,New,10/22/20,Unassigned,Unclassified= ,Unspecified,Undecided,avfilter,Memory - corruptions,/libavfilter/avf_aphas= emeter.c,update_out_phase_detection=0D 1468327,Free of array-typed value,High,New,10/22/20,Unassigned,Unclassified= ,Unspecified,Undecided,avfilter,Memory - corruptions,/libavfilter/avf_aphas= emeter.c,update_mono_detection=0D 1469450,Unintentional integer overflow,Medium,New,11/24/20,Unassigned,Uncla= ssified,Unspecified,Undecided,avcodec,Integer handling issues,/libavcodec/s= peedhqenc.c,encode_dc=0D 1469451,Unintentional integer overflow,Medium,New,11/24/20,Unassigned,Uncla= ssified,Unspecified,Undecided,avcodec,Integer handling issues,/libavcodec/s= peedhqenc.c,encode_dc=0D 1473496,Unchecked return value,Medium,New,03/06/21,Unassigned,Unclassified,= Unspecified,Undecided,avcodec,Error handling issues,/libavcodec/sga.c,decod= e_palette=0D 1473497,Uninitialized scalar variable,High,New,03/06/21,Unassigned,Unclassi= fied,Unspecified,Undecided,avcodec,Uninitialized variables,/libavcodec/mpeg= 4videodec.c,mpeg4_decode_sprite_trajectory=0D 1473499,Uninitialized scalar variable,High,New,03/06/21,Unassigned,Unclassi= fied,Unspecified,Undecided,avcodec,Uninitialized variables,/libavcodec/amrw= bdec.c,decode_fixed_vector=0D 1473503,Untrusted loop bound,Medium,New,03/06/21,Unassigned,Unclassified,Un= specified,Undecided,avcodec,Insecure data handling,/libavcodec/iff.c,decode= _short_vertical_delta2=0D 1473505,Untrusted loop bound,Medium,New,03/06/21,Unassigned,Unclassified,Un= specified,Undecided,avcodec,Insecure data handling,/libavcodec/dvdsubdec.c,= decode_dvd_subtitles=0D 1473506,Missing break in switch,Medium,New,03/06/21,Unassigned,Unclassified= ,Unspecified,Undecided,avcodec,Control flow issues,/libavcodec/imx.c,imx_de= code_frame=0D 1473508,Untrusted array index read,Medium,New,03/06/21,Unassigned,Unclassif= ied,Unspecified,Undecided,avcodec,Insecure data handling,/libavcodec/smc.c,= smc_decode_stream=0D 1473510,Untrusted loop bound,Medium,New,03/06/21,Unassigned,Unclassified,Un= specified,Undecided,avcodec,Insecure data handling,/libavcodec/cbs_h2645.c,= cbs_h264_write_nal_unit=0D 1473512,Unused value,Low,New,03/06/21,Unassigned,Unclassified,Unspecified,U= ndecided,avformat,Code maintainability issues,/libavformat/demux.c,avformat= _find_stream_info=0D 1473514,Uninitialized scalar variable,High,New,03/06/21,Unassigned,Unclassi= fied,Unspecified,Undecided,avcodec,Uninitialized variables,/libavcodec/lpc.= c,ff_lpc_calc_coefs=0D 1473517,Uninitialized scalar variable,High,New,03/06/21,Unassigned,Unclassi= fied,Unspecified,Undecided,avcodec,Uninitialized variables,/libavcodec/mpeg= 4videodec.c,mpeg4_decode_sprite_trajectory=0D 1473522,Free of array-typed value,High,New,03/06/21,Unassigned,Unclassified= ,Unspecified,Undecided,avfilter,Memory - corruptions,/libavfilter/vf_vif.c,= do_vif=0D 1473525,Untrusted loop bound,Medium,New,03/06/21,Unassigned,Unclassified,Un= specified,Undecided,tools,Insecure data handling,/tools/ffhash.c,main=0D 1473527,Result is not floating-point,Medium,New,03/06/21,Unassigned,Unclass= ified,Unspecified,Undecided,avformat,Incorrect expression,/libavformat/sbgd= ec.c,str_to_time=0D 1473532,Uninitialized scalar variable,High,New,03/06/21,Unassigned,Unclassi= fied,Unspecified,Undecided,avformat,Uninitialized variables,/libavformat/rt= sp.c,ff_rtsp_make_setup_request=0D 1473538,Untrusted loop bound,Medium,New,03/06/21,Unassigned,Unclassified,Un= specified,Undecided,avformat,Insecure data handling,/libavformat/argo_asf.c= ,argo_asf_seek=0D 1473539,Explicit null dereferenced,Medium,New,03/06/21,Unassigned,Unclassif= ied,Unspecified,Undecided,avcodec,Null pointer dereferences,/libavcodec/ac3= enc.c,ac3_apply_rematrixing=0D 1473547,Untrusted pointer read,Medium,New,03/06/21,Unassigned,Unclassified,= Unspecified,Undecided,avformat,Insecure data handling,/libavformat/omadec.c= ,decrypt_init=0D 1473549,Untrusted divisor,Medium,New,03/06/21,Unassigned,Unclassified,Unspe= cified,Undecided,swscale,Insecure data handling,/libswscale/tests/swscale.c= ,main=0D 1473551,Untrusted loop bound,Medium,New,03/06/21,Unassigned,Unclassified,Un= specified,Undecided,avcodec,Insecure data handling,/libavcodec/iff.c,decode= _byterun2=0D 1473553,Untrusted loop bound,Medium,New,03/06/21,Unassigned,Unclassified,Un= specified,Undecided,avformat,Insecure data handling,/libavformat/rdt.c,ff_r= dt_parse_header=0D 1473554,Uninitialized scalar variable,High,New,03/06/21,Unassigned,Unclassi= fied,Unspecified,Undecided,avformat,Uninitialized variables,/libavformat/rt= sp.c,ff_rtsp_make_setup_request=0D 1473555,Uninitialized scalar variable,High,New,03/06/21,Unassigned,Unclassi= fied,Unspecified,Undecided,avfilter,Uninitialized variables,/libavfilter/af= _dialoguenhance.c,config_input=0D 1473557,Uninitialized scalar variable,High,New,03/06/21,Unassigned,Unclassi= fied,Unspecified,Undecided,avcodec,Uninitialized variables,/libavcodec/x86/= mpegvideoenc_template.c,dct_quantize_sse2=0D 1473558,Untrusted loop bound,Medium,New,03/06/21,Unassigned,Unclassified,Un= specified,Undecided,avformat,Insecure data handling,/libavformat/matroskaen= c.c,put_xiph_codecpriv=0D 1473559,Uninitialized scalar variable,High,New,03/06/21,Unassigned,Unclassi= fied,Unspecified,Undecided,avcodec,Uninitialized variables,/libavcodec/h264= _cavlc.c,ff_h264_decode_mb_cavlc=0D 1473560,Free of array-typed value,High,New,03/06/21,Unassigned,Unclassified= ,Unspecified,Undecided,avformat,Memory - corruptions,/libavformat/mov.c,mov= _parse_stsd_audio=0D 1473562,Unchecked return value,Medium,New,03/06/21,Unassigned,Unclassified,= Unspecified,Undecided,avcodec,Error handling issues,/libavcodec/sga.c,decod= e_tiledata=0D 1473567,Result is not floating-point,Medium,New,03/06/21,Unassigned,Unclass= ified,Unspecified,Undecided,avcodec,Incorrect expression,/libavcodec/mpegau= diodec_common_tablegen.h,mpegaudiodec_common_tableinit=0D 1473569,Untrusted array index read,Medium,New,03/06/21,Unassigned,Unclassif= ied,Unspecified,Undecided,avcodec,Insecure data handling,/libavcodec/vorbis= _parser.c,vorbis_parse_init=0D 1473573,Untrusted loop bound,Medium,New,03/06/21,Unassigned,Unclassified,Un= specified,Undecided,avcodec,Insecure data handling,/libavcodec/iff.c,decode= _long_vertical_delta2=0D 1473574,Untrusted loop bound,Medium,New,03/06/21,Unassigned,Unclassified,Un= specified,Undecided,avformat,Insecure data handling,/libavformat/img2dec.c,= jpeg_probe=0D 1473580,Untrusted value as argument,Medium,New,03/06/21,Unassigned,Unclassi= fied,Unspecified,Undecided,avformat,Insecure data handling,/libavformat/sdp= =2Ec,xiph_extradata2config=0D 1473581,Missing break in switch,Medium,New,03/06/21,Unassigned,Unclassified= ,Unspecified,Undecided,avcodec,Control flow issues,/libavcodec/sga.c,sga_de= code_frame=0D 1473582,Uninitialized scalar variable,High,New,03/06/21,Unassigned,Unclassi= fied,Unspecified,Undecided,avcodec,Uninitialized variables,/libavcodec/svq1= enc.c,svq1_encode_plane=0D 1473583,Uninitialized scalar variable,High,New,03/06/21,Unassigned,Unclassi= fied,Unspecified,Undecided,avfilter,Uninitialized variables,/libavfilter/vf= _convolution_opencl.c,convolution_opencl_make_filter_params=0D 1473585,Uninitialized scalar variable,High,New,03/06/21,Unassigned,Unclassi= fied,Unspecified,Undecided,avcodec,Uninitialized variables,/libavcodec/x86/= mpegvideoenc_template.c,dct_quantize_ssse3=0D 1473590,Untrusted loop bound,Medium,New,03/06/21,Unassigned,Unclassified,Un= specified,Undecided,avformat,Insecure data handling,/libavformat/mpeg.c,mpe= gps_probe=0D 1473591,Untrusted loop bound,Medium,New,03/06/21,Unassigned,Unclassified,Un= specified,Undecided,avcodec,Insecure data handling,/libavcodec/eatgv.c,unpa= ck=0D 1473592,Unchecked return value,Medium,New,03/06/21,Unassigned,Unclassified,= Unspecified,Undecided,avcodec,Error handling issues,/libavcodec/sga.c,decod= e_palmapdata=0D 1475938,Uninitialized array index read,High,New,04/03/21,Unassigned,Unclass= ified,Unspecified,Undecided,avcodec,Memory - illegal accesses,/libavcodec/a= 64multienc.c,render_charset=0D 1477398,Operands don't affect result,Medium,New,04/27/21,Unassigned,Unclass= ified,Unspecified,Undecided,avfilter,Integer handling issues,/libavfilter/a= f_adelay.c,config_input=0D 1477406,Improper use of negative value,Medium,New,04/29/21,Unassigned,Uncla= ssified,Unspecified,Undecided,avcodec,Integer handling issues,/libavcodec/q= svdec.c,qsv_decode_init_context=0D 1477407,Free of array-typed value,High,New,04/29/21,Unassigned,Unclassified= ,Unspecified,Undecided,avformat,Memory - corruptions,/libavformat/dss.c,dss= _read_header=0D 1477409,Use after free,High,New,04/29/21,Unassigned,Unclassified,Unspecifie= d,Undecided,avformat,Memory - illegal accesses,/libavformat/mxfdec.c,mxf_pa= rse_structural_metadata=0D 1477410,Free of array-typed value,High,New,04/29/21,Unassigned,Unclassified= ,Unspecified,Undecided,avformat,Memory - corruptions,/libavformat/matroskad= ec.c,matroska_parse_tracks=0D 1477413,Missing break in switch,Medium,New,04/29/21,Unassigned,Unclassified= ,Unspecified,Undecided,avcodec,Control flow issues,/libavcodec/libvpxenc.c,= set_pix_fmt=0D 1477415,Free of array-typed value,High,New,04/29/21,Unassigned,Unclassified= ,Unspecified,Undecided,avformat,Memory - corruptions,/libavformat/cinedec.c= ,cine_read_header=0D 1482088,Missing break in switch,Medium,New,05/06/21,Unassigned,Unclassified= ,Unspecified,Undecided,avformat,Control flow issues,/libavformat/aiffdec.c,= get_aiff_header=0D 1485002,Unintentional integer overflow,Medium,New,05/27/21,Unassigned,Uncla= ssified,Unspecified,Undecided,avcodec,Integer handling issues,/libavcodec/e= xr.c,dwa_uncompress=0D 1485969,Result is not floating-point,Medium,New,06/12/21,Unassigned,Unclass= ified,Unspecified,Undecided,avformat,Incorrect expression,/libavformat/flvd= ec.c,amf_parse_object=0D 1489999,Unchecked return value,Medium,New,08/10/21,Unassigned,Unclassified,= Unspecified,Undecided,tools,Error handling issues,/tools/decode_simple.c,ds= _run=0D 1490844,Write to pointer after free,High,New,08/28/21,Unassigned,Unclassifi= ed,Unspecified,Undecided,avformat,Memory - corruptions,/libavformat/oggpars= evorbis.c,vorbis_parse_single_comment=0D 1490845,Use after free,High,New,08/28/21,Unassigned,Unclassified,Unspecifie= d,Undecided,avformat,Memory - illegal accesses,/libavformat/oggparsevorbis.= c,ff_vorbis_comment=0D 1490847,Write to pointer after free,High,New,08/28/21,Unassigned,Unclassifi= ed,Unspecified,Undecided,avformat,Memory - corruptions,/libavformat/oggpars= evorbis.c,vorbis_parse_single_comment=0D 1490848,Free of array-typed value,High,New,08/28/21,Unassigned,Unclassified= ,Unspecified,Undecided,avformat,Memory - corruptions,/libavformat/oggparsev= orbis.c,vorbis_parse_single_comment=0D 1490880,Division or modulo by float zero,Medium,New,08/31/21,Unassigned,Unc= lassified,Unspecified,Undecided,avfilter,Incorrect expression,/libavfilter/= vf_grayworld.c,compute_correction=0D 1491898,Unintentional integer overflow,Medium,New,09/16/21,Unassigned,Uncla= ssified,Unspecified,Undecided,avformat,Integer handling issues,/libavformat= /rmdec.c,rm_read_audio_stream_info=0D 1492156,Unintentional integer overflow,Medium,New,09/18/21,Unassigned,Uncla= ssified,Unspecified,Undecided,avformat,Integer handling issues,/libavformat= /jvdec.c,read_header=0D 1492299,Unintended sign extension,Medium,New,09/30/21,Unassigned,Unclassifi= ed,Unspecified,Undecided,avfilter,Integer handling issues,/libavfilter/vf_a= vgblur.c,filter_slow16=0D 1492300,Unintended sign extension,Medium,New,09/30/21,Unassigned,Unclassifi= ed,Unspecified,Undecided,avfilter,Integer handling issues,/libavfilter/vf_a= vgblur.c,filter_lut16=0D 1492301,Unintended sign extension,Medium,New,09/30/21,Unassigned,Unclassifi= ed,Unspecified,Undecided,avfilter,Integer handling issues,/libavfilter/vf_a= vgblur.c,filter_lut16=0D 1492302,Unintended sign extension,Medium,New,09/30/21,Unassigned,Unclassifi= ed,Unspecified,Undecided,avfilter,Integer handling issues,/libavfilter/vf_a= vgblur.c,filter_lut16=0D 1492303,Unintended sign extension,Medium,New,09/30/21,Unassigned,Unclassifi= ed,Unspecified,Undecided,avfilter,Integer handling issues,/libavfilter/vf_a= vgblur.c,filter_slow16=0D 1492305,Unintended sign extension,Medium,New,09/30/21,Unassigned,Unclassifi= ed,Unspecified,Undecided,avfilter,Integer handling issues,/libavfilter/vf_a= vgblur.c,filter_slow16=0D 1492867,Unchecked return value,Medium,New,10/14/21,Unassigned,Unclassified,= Unspecified,Undecided,avcodec,Error handling issues,/libavcodec/avs3_parser= =2Ec,parse_avs3_nal_units=0D 1492881,Free of array-typed value,High,New,10/16/21,Unassigned,Unclassified= ,Unspecified,Undecided,avformat,Memory - corruptions,/libavformat/argo_asf.= c,argo_asf_read_header=0D 1492906,Out-of-bounds read,High,New,10/21/21,Unassigned,Unclassified,Unspec= ified,Undecided,avfilter,Memory - illegal accesses,/libavfilter/vf_showinfo= =2Ec,dump_dynamic_hdr_plus=0D 1493275,Missing break in switch,Medium,New,10/28/21,Unassigned,Unclassified= ,Unspecified,Undecided,avfilter,Control flow issues,/libavfilter/vf_negate.= c,negate_packed16=0D 1493276,Missing break in switch,Medium,New,10/28/21,Unassigned,Unclassified= ,Unspecified,Undecided,avfilter,Control flow issues,/libavfilter/vf_negate.= c,negate_packed8=0D 1494441,Untrusted value as argument,Medium,New,11/25/21,Unassigned,Unclassi= fied,Unspecified,Undecided,avformat,Insecure data handling,/libavformat/rtp= enc_rfc4175.c,ff_rtp_send_raw_rfc4175=0D 1494532,Read from pointer after free,High,New,11/27/21,Unassigned,Unclassif= ied,Unspecified,Undecided,avformat,Memory - illegal accesses,/libavformat/r= tsp.c,sdp_read_header=0D 1494533,Double free,High,New,11/27/21,Unassigned,Unclassified,Unspecified,U= ndecided,avformat,Memory - corruptions,/libavformat/rtsp.c,ff_rtsp_make_set= up_request=0D 1494632,Untrusted loop bound,Medium,New,12/05/21,Unassigned,Unclassified,Un= specified,Undecided,avformat,Insecure data handling,/libavformat/scd.c,scd_= read_header=0D 1494634,Free of array-typed value,High,New,12/05/21,Unassigned,Unclassified= ,Unspecified,Undecided,avformat,Memory - corruptions,/libavformat/scd.c,scd= _read_track=0D 1494635,Untrusted loop bound,Medium,New,12/05/21,Unassigned,Unclassified,Un= specified,Undecided,avformat,Insecure data handling,/libavformat/scd.c,scd_= read_offsets=0D 1494636,Missing break in switch,Medium,New,12/05/21,Unassigned,Unclassified= ,Unspecified,Undecided,avformat,Control flow issues,/libavformat/img2dec.c,= jpeg_probe=0D 1494637,Missing break in switch,Medium,New,12/05/21,Unassigned,Unclassified= ,Unspecified,Undecided,avformat,Control flow issues,/libavformat/img2dec.c,= jpeg_probe=0D 1495853,Missing break in switch,Medium,New,12/23/21,Unassigned,Unclassified= ,Unspecified,Undecided,avcodec,Control flow issues,/libavcodec/qsvenc.c,ini= t_video_param=0D 1496615,Explicit null dereferenced,Medium,New,12/28/21,Unassigned,Unclassif= ied,Unspecified,Undecided,avcodec,Null pointer dereferences,/libavcodec/enc= ode.c,encode_simple_internal=0D 1496852,Macro compares unsigned to 0,Medium,New,01/04/22,Unassigned,Unclass= ified,Unspecified,Undecided,avcodec,Integer handling issues,/libavcodec/dov= i_rpu.c,ff_dovi_rpu_parse=0D 1496940,Logically dead code,Medium,New,01/08/22,Unassigned,Unclassified,Uns= pecified,Undecided,avfilter,Control flow issues,/libavfilter/drawutils.c,ff= _fill_rgba_map=0D 1497114,Missing break in switch,Medium,New,01/13/22,Unassigned,Unclassified= ,Unspecified,Undecided,swscale,Control flow issues,/libswscale/x86/swscale.= c,ff_sws_init_swscale_x86=0D 1497470,Operands don't affect result,Medium,New,01/20/22,Unassigned,Unclass= ified,Unspecified,Undecided,avformat,Integer handling issues,/libavformat/a= vc.c,avc_parse_nal_units=0D 1500278,Uninitialized scalar variable,High,New,02/19/22,Unassigned,Unclassi= fied,Unspecified,Undecided,avformat,Uninitialized variables,/libavformat/av= iobuf.c,read_string_to_bprint=0D 1500279,Unintentional integer overflow,Medium,New,02/19/22,Unassigned,Uncla= ssified,Unspecified,Undecided,avcodec,Integer handling issues,/libavcodec/o= pus_pvq.c,celt_cwrsi=0D 1500280,Unintentional integer overflow,Medium,New,02/19/22,Unassigned,Uncla= ssified,Unspecified,Undecided,swscale,Integer handling issues,/libswscale/y= uv2rgb.c,ff_yuv2rgb_c_init_tables=0D 1500282,Uninitialized scalar variable,High,New,02/19/22,Unassigned,Unclassi= fied,Unspecified,Undecided,avcodec,Uninitialized variables,/libavcodec/smac= ker.c,smka_decode_frame=0D 1500284,Unintentional integer overflow,Medium,New,02/19/22,Unassigned,Uncla= ssified,Unspecified,Undecided,avcodec,Integer handling issues,/libavcodec/t= ests/dct.c,dct_error=0D 1500285,Unintentional integer overflow,Medium,New,02/19/22,Unassigned,Uncla= ssified,Unspecified,Undecided,avcodec,Integer handling issues,/libavcodec/m= pegvideo_enc.c,estimate_best_b_count=0D 1500286,Double free,High,New,02/19/22,Unassigned,Unclassified,Unspecified,U= ndecided,avformat,Memory - corruptions,/libavformat/mov.c,mov_read_chapters= =0D 1500287,Untrusted value as argument,Medium,New,02/19/22,Unassigned,Unclassi= fied,Unspecified,Undecided,avcodec,Insecure data handling,/libavcodec/vp9mv= s.c,ff_vp9_fill_mv=0D 1500288,Unintentional integer overflow,Medium,New,02/19/22,Unassigned,Uncla= ssified,Unspecified,Undecided,avformat,Integer handling issues,/libavformat= /flvdec.c,flv_read_packet=0D 1500289,Unintentional integer overflow,Medium,New,02/19/22,Unassigned,Uncla= ssified,Unspecified,Undecided,swscale,Integer handling issues,/libswscale/t= ests/swscale.c,getSSD=0D 1500291,Unintentional integer overflow,Medium,New,02/19/22,Unassigned,Uncla= ssified,Unspecified,Undecided,avcodec,Integer handling issues,/libavcodec/m= peg4videodec.c,mpeg4_decode_sprite_trajectory=0D 1500292,Unintentional integer overflow,Medium,New,02/19/22,Unassigned,Uncla= ssified,Unspecified,Undecided,avcodec,Integer handling issues,/libavcodec/c= inepakenc.c,calculate_mode_score=0D 1500293,Unintentional integer overflow,Medium,New,02/19/22,Unassigned,Uncla= ssified,Unspecified,Undecided,avcodec,Integer handling issues,/libavcodec/s= nowenc.c,encode_frame=0D 1500294,Unintentional integer overflow,Medium,New,02/19/22,Unassigned,Uncla= ssified,Unspecified,Undecided,avcodec,Integer handling issues,/libavcodec/m= lpdsp.c,ff_mlp_rematrix_channel=0D 1500295,Unintentional integer overflow,Medium,New,02/19/22,Unassigned,Uncla= ssified,Unspecified,Undecided,avcodec,Integer handling issues,/libavcodec/m= peg4videodec.c,mpeg4_decode_sprite_trajectory=0D 1500296,Unintentional integer overflow,Medium,New,02/19/22,Unassigned,Uncla= ssified,Unspecified,Undecided,swscale,Integer handling issues,/libswscale/t= ests/swscale.c,doTest=0D 1500297,Unintentional integer overflow,Medium,New,02/19/22,Unassigned,Uncla= ssified,Unspecified,Undecided,avformat,Integer handling issues,/libavformat= /matroskadec.c,ebml_read_num=0D 1500300,Unchecked return value,Medium,New,02/19/22,Unassigned,Unclassified,= Unspecified,Undecided,avcodec,Error handling issues,/libavcodec/notchlc.c,d= ecode_blocks=0D 1500303,Unintentional integer overflow,Medium,New,02/19/22,Unassigned,Uncla= ssified,Unspecified,Undecided,avfilter,Integer handling issues,/libavfilter= /vf_find_rect.c,compare=0D 1500304,Unintentional integer overflow,Medium,New,02/19/22,Unassigned,Uncla= ssified,Unspecified,Undecided,avformat,Integer handling issues,/libavformat= /mov.c,mov_read_stts=0D 1500305,Unintentional integer overflow,Medium,New,02/19/22,Unassigned,Uncla= ssified,Unspecified,Undecided,avfilter,Integer handling issues,/libavfilter= /vf_signalstats.c,filter_frame16=0D 1500307,Unintentional integer overflow,Medium,New,02/19/22,Unassigned,Uncla= ssified,Unspecified,Undecided,avcodec,Integer handling issues,/libavcodec/f= lacenc.c,subframe_count_exact=0D 1500309,Unintentional integer overflow,Medium,New,02/19/22,Unassigned,Uncla= ssified,Unspecified,Undecided,avcodec,Integer handling issues,/libavcodec/t= ests/jpeg2000dwt.c,test_dwt=0D 1500310,Uninitialized scalar variable,High,New,02/19/22,Unassigned,Unclassi= fied,Unspecified,Undecided,avformat,Uninitialized variables,/libavformat/dt= shddec.c,dtshd_read_header=0D 1500311,Uninitialized scalar variable,High,New,02/19/22,Unassigned,Unclassi= fied,Unspecified,Undecided,avcodec,Uninitialized variables,/libavcodec/svq1= enc.c,svq1_encode_plane=0D 1500312,Unintentional integer overflow,Medium,New,02/19/22,Unassigned,Uncla= ssified,Unspecified,Undecided,avformat,Integer handling issues,/libavformat= /mov.c,mov_read_stts=0D 1500313,Out-of-bounds read,High,New,02/19/22,Unassigned,Unclassified,Unspec= ified,Undecided,swresample,Memory - illegal accesses,/libswresample/audioco= nvert.c,swri_audio_convert_alloc=0D 1500314,Uninitialized scalar variable,High,New,02/19/22,Unassigned,Unclassi= fied,Unspecified,Undecided,avformat,Uninitialized variables,/libavformat/mp= egts.c,ff_parse_mpeg2_descriptor=0D 1500315,Untrusted value as argument,Medium,New,02/19/22,Unassigned,Unclassi= fied,Unspecified,Undecided,avcodec,Insecure data handling,/libavcodec/vp9bl= ock.c,decode_mode=0D 1500318,Unintentional integer overflow,Medium,New,02/19/22,Unassigned,Uncla= ssified,Unspecified,Undecided,avformat,Integer handling issues,/libavformat= /mov.c,mov_read_stts=0D 1500319,Unintentional integer overflow,Medium,New,02/19/22,Unassigned,Uncla= ssified,Unspecified,Undecided,avfilter,Integer handling issues,/libavfilter= /vf_ssim.c,ssim_4x4xn_16bit=0D 1500322,Out-of-bounds read,High,New,02/19/22,Unassigned,Unclassified,Unspec= ified,Undecided,avcodec,Memory - illegal accesses,/libavcodec/amrnbdec.c,am= rnb_decode_frame=0D 1500323,Unintentional integer overflow,Medium,New,02/19/22,Unassigned,Uncla= ssified,Unspecified,Undecided,avcodec,Integer handling issues,/libavcodec/g= 723_1enc.c,acb_search=0D 1500324,Unintentional integer overflow,Medium,New,02/19/22,Unassigned,Uncla= ssified,Unspecified,Undecided,avcodec,Integer handling issues,/libavcodec/f= lacenc.c,find_subframe_rice_params=0D 1500325,Unintentional integer overflow,Medium,New,02/19/22,Unassigned,Uncla= ssified,Unspecified,Undecided,avfilter,Integer handling issues,/libavfilter= /vf_signalstats.c,filter_frame16=0D 1500326,Unintentional integer overflow,Medium,New,02/19/22,Unassigned,Uncla= ssified,Unspecified,Undecided,avcodec,Integer handling issues,/libavcodec/g= 723_1dec.c,generate_noise=0D 1500327,Unintentional integer overflow,Medium,New,02/19/22,Unassigned,Uncla= ssified,Unspecified,Undecided,avcodec,Integer handling issues,/libavcodec/e= xrenc.c,encode_frame=0D 1500328,Resource leak,High,New,02/19/22,Unassigned,Unclassified,Unspecified= ,Undecided,ffplay,Resource leaks,/fftools/ffplay.c,packet_queue_put=0D 1500330,Unintentional integer overflow,Medium,New,02/19/22,Unassigned,Uncla= ssified,Unspecified,Undecided,avfilter,Integer handling issues,/libavfilter= /vf_ssim.c,ssim_4x4xn_16bit=0D 1500332,Unintentional integer overflow,Medium,New,02/19/22,Unassigned,Uncla= ssified,Unspecified,Undecided,avfilter,Integer handling issues,/libavfilter= /vf_find_rect.c,compare=0D 1500333,Uninitialized scalar variable,High,New,02/19/22,Unassigned,Unclassi= fied,Unspecified,Undecided,avcodec,Uninitialized variables,/libavcodec/qcel= pdec.c,qcelp_decode_frame=0D 1500335,Unintentional integer overflow,Medium,New,02/19/22,Unassigned,Uncla= ssified,Unspecified,Undecided,avcodec,Integer handling issues,/libavcodec/f= lacenc.c,subframe_count_exact=0D 1500337,Unintentional integer overflow,Medium,New,02/19/22,Unassigned,Uncla= ssified,Unspecified,Undecided,avcodec,Integer handling issues,/libavcodec/f= lacenc.c,subframe_count_exact=0D 1500340,Unintentional integer overflow,Medium,New,02/19/22,Unassigned,Uncla= ssified,Unspecified,Undecided,avfilter,Integer handling issues,/libavfilter= /vf_find_rect.c,compare=0D 1500342,Unintentional integer overflow,Medium,New,02/19/22,Unassigned,Uncla= ssified,Unspecified,Undecided,avformat,Integer handling issues,/libavformat= /asfdec_f.c,asf_read_marker=0D 1500343,Unintentional integer overflow,Medium,New,02/19/22,Unassigned,Uncla= ssified,Unspecified,Undecided,avfilter,Integer handling issues,/libavfilter= /vf_signalstats.c,filter_frame16=0D 1500345,Uninitialized scalar variable,High,New,02/19/22,Unassigned,Unclassi= fied,Unspecified,Undecided,avfilter,Uninitialized variables,/libavfilter/si= gnature_lookup.c,lookup_signatures=0D 1500346,Uninitialized scalar variable,High,New,02/19/22,Unassigned,Unclassi= fied,Unspecified,Undecided,avformat,Uninitialized variables,/libavformat/ff= metadec.c,read_line_to_bprint_escaped=0D 1500347,Unintentional integer overflow,Medium,New,02/19/22,Unassigned,Uncla= ssified,Unspecified,Undecided,avfilter,Integer handling issues,/libavfilter= /vf_ssim.c,ssim_4x4xn_16bit=0D 1500348,Unintentional integer overflow,Medium,New,02/19/22,Unassigned,Uncla= ssified,Unspecified,Undecided,avcodec,Integer handling issues,/libavcodec/g= 723_1enc.c,lpc2lsp=0D 1500350,Unintentional integer overflow,Medium,New,02/19/22,Unassigned,Uncla= ssified,Unspecified,Undecided,avfilter,Integer handling issues,/libavfilter= /vf_signalstats.c,filter_frame16=0D 1500351,Unintentional integer overflow,Medium,New,02/19/22,Unassigned,Uncla= ssified,Unspecified,Undecided,avfilter,Integer handling issues,/libavfilter= /vf_signalstats.c,filter_frame16=0D 1500352,Unintentional integer overflow,Medium,New,02/19/22,Unassigned,Uncla= ssified,Unspecified,Undecided,avcodec,Integer handling issues,/libavcodec/g= 723_1enc.c,lpc2lsp=0D 1500353,Unintentional integer overflow,Medium,New,02/19/22,Unassigned,Uncla= ssified,Unspecified,Undecided,avcodec,Integer handling issues,/libavcodec/s= nappy.c,bytestream2_get_levarint=0D 1502874,Uninitialized pointer write,High,New,03/05/22,Unassigned,Unclassifi= ed,Unspecified,Undecided,avfilter,Memory - corruptions,/libavfilter/avf_abi= tscope.c,filter_frame=0D 1503075,Unintentional integer overflow,Medium,New,03/15/22,Unassigned,Uncla= ssified,Unspecified,Undecided,avdevice,Integer handling issues,/libavdevice= /pulse_audio_enc.c,pulse_write_header=0D 1503077,Bad bit shift operation,Medium,New,03/15/22,Unassigned,Unclassified= ,Unspecified,Undecided,avfilter,Integer handling issues,/libavfilter/af_cha= nnelsplit.c,filter_frame=0D 1503078,Resource leak,High,New,03/15/22,Unassigned,Unclassified,Unspecified= ,Undecided,avfilter,Resource leaks,/libavfilter/af_aresample.c,filter_frame= =0D 1503079,Division or modulo by zero,Medium,New,03/15/22,Unassigned,Unclassif= ied,Unspecified,Undecided,avcodec,Integer handling issues,/libavcodec/mpega= udiodec_template.c,decode_frame_mp3on4=0D 1503080,Unchecked return value,Medium,New,03/15/22,Unassigned,Unclassified,= Unspecified,Undecided,ffplay,Error handling issues,/fftools/ffplay.c,audio_= decode_frame=0D 1503081,Bad bit shift operation,Medium,New,03/15/22,Unassigned,Unclassified= ,Unspecified,Undecided,avfilter,Integer handling issues,/libavfilter/af_hea= dphone.c,parse_map=0D 1503083,Uninitialized pointer read,High,New,03/15/22,Unassigned,Unclassifie= d,Unspecified,Undecided,examples,Memory - illegal accesses,/doc/examples/en= code_audio.c,select_channel_layout=0D 1503088,Resource leak,High,New,03/15/22,Unassigned,Unclassified,Unspecified= ,Undecided,avfilter,Resource leaks,/libavfilter/af_amerge.c,try_push_frame= =0D 1503782,Uninitialized scalar variable,High,New,04/05/22,Unassigned,Unclassi= fied,Unspecified,Undecided,avfilter,Uninitialized variables,/libavfilter/vs= rc_gradients.c,project=0D 1503783,Uninitialized scalar variable,High,New,04/05/22,Unassigned,Unclassi= fied,Unspecified,Undecided,avfilter,Uninitialized variables,/libavfilter/vs= rc_gradients.c,project=0D 1504272,Free of array-typed value,High,New,04/26/22,Unassigned,Unclassified= ,Unspecified,Undecided,avfilter,Memory - corruptions,/libavfilter/vf_blurde= tect.c,blurdetect_filter_frame=0D 1504412,Uninitialized scalar variable,High,New,05/12/22,Unassigned,Unclassi= fied,Unspecified,Undecided,avfilter,Uninitialized variables,/libavfilter/vf= _fftdnoiz.c,filter_block2d=0D 1504414,Uninitialized scalar variable,High,New,05/12/22,Unassigned,Unclassi= fied,Unspecified,Undecided,avfilter,Uninitialized variables,/libavfilter/vf= _fftdnoiz.c,filter_block3d2=0D 1504415,Untrusted value as argument,Medium,New,05/12/22,Unassigned,Unclassi= fied,Unspecified,Undecided,avcodec,Insecure data handling,/libavcodec/bsf/p= gs_frame_merge.c,frame_merge_filter=0D 1504417,Uninitialized scalar variable,High,New,05/12/22,Unassigned,Unclassi= fied,Unspecified,Undecided,avfilter,Uninitialized variables,/libavfilter/vf= _fftdnoiz.c,filter_block3d1=0D 1504570,Free of array-typed value,High,New,05/24/22,Unassigned,Unclassified= ,Unspecified,Undecided,avfilter,Memory - corruptions,/libavfilter/vf_blockd= etect.c,blockdetect_filter_frame=0D 1504571,Uninitialized scalar variable,High,New,05/24/22,Unassigned,Unclassi= fied,Unspecified,Undecided,avfilter,Uninitialized variables,/libavfilter/vf= _v360.c,barrelsplit_to_xyz=0D 1505357,Unintentional integer overflow,Medium,New,06/07/22,Unassigned,Uncla= ssified,Unspecified,Undecided,avcodec,Integer handling issues,/libavcodec/q= oidec.c,qoi_decode_frame=0D 1505963,Unintentional integer overflow,Medium,New,06/14/22,Unassigned,Uncla= ssified,Unspecified,Undecided,avformat,Integer handling issues,/libavformat= /ape.c,ape_read_header=0D 1506471,Free of array-typed value,High,New,06/18/22,Unassigned,Unclassified= ,Unspecified,Undecided,avformat,Memory - corruptions,/libavformat/mxfdec.c,= mxf_add_umid_metadata=0D 1506706,Unchecked return value,Medium,New,06/28/22,Unassigned,Unclassified,= Unspecified,Undecided,avformat,Error handling issues,/libavformat/matroskae= nc.c,mkv_assemble_codecprivate=0D 1506707,Uninitialized scalar variable,High,New,06/28/22,Unassigned,Unclassi= fied,Unspecified,Undecided,Other,Uninitialized variables,/usr/include/avisy= nth/avisynth_c.h,avs_new_value_bool=0D 1506708,Unchecked return value,Medium,New,06/28/22,Unassigned,Unclassified,= Unspecified,Undecided,avcodec,Error handling issues,/libavcodec/avs2_parser= =2Ec,parse_avs2_seq_header=0D 1507242,Untrusted pointer read,Medium,New,07/12/22,Unassigned,Unclassified,= Unspecified,Undecided,avformat,Insecure data handling,/libavformat/apngenc.= c,apng_find_chunk=0D 1507471,Free of array-typed value,High,New,07/26/22,Unassigned,Unclassified= ,Unspecified,Undecided,avformat,Memory - corruptions,/libavformat/argo_cvg.= c,argo_cvg_read_header=0D 1507483,Unchecked return value,Medium,New,07/28/22,Unassigned,Unclassified,= Unspecified,Undecided,avcodec,Error handling issues,/libavcodec/vp8.c,setup= _partitions=0D 1507875,Untrusted array index read,Medium,New,08/09/22,Unassigned,Unclassif= ied,Unspecified,Undecided,avcodec,Insecure data handling,/libavcodec/cbs_h2= 645.c,cbs_h264_replace_sps=0D 1507877,Unintentional integer overflow,Medium,New,08/09/22,Unassigned,Uncla= ssified,Unspecified,Undecided,avcodec,Integer handling issues,/libavcodec/w= bmpenc.c,wbmp_encode_frame=0D 1509370,Logically dead code,Medium,New,08/16/22,Unassigned,Unclassified,Uns= pecified,Undecided,avcodec,Control flow issues,/libavcodec/ilbcdec.c,do_plc= =0D 1509371,Use of 32-bit time_t,High,New,08/16/22,Unassigned,Unclassified,Unsp= ecified,Undecided,swresample,High impact quality,/libswresample/tests/swres= ample.c,main=0D 1509373,Logically dead code,Medium,New,08/16/22,Unassigned,Unclassified,Uns= pecified,Undecided,avfilter,Control flow issues,/libavfilter/vf_fftfilt.c,c= onfig_props=0D 1512404,Use after free,High,New,08/25/22,Unassigned,Unclassified,Unspecifie= d,Undecided,avformat,Memory - illegal accesses,/libavformat/dashdec.c,parse= _programinformation=0D 1512411,Dereference after null check,Medium,New,08/25/22,Unassigned,Unclass= ified,Unspecified,Undecided,avcodec,Null pointer dereferences,/libavcodec/l= ibvpxenc.c,queue_frames=0D 1512414,Uninitialized pointer read,High,New,08/25/22,Unassigned,Unclassifie= d,Unspecified,Undecided,avformat,Memory - illegal accesses,/libavformat/imf= dec.c,get_next_track_with_minimum_timestamp=0D 1513722,Operands don't affect result,Medium,New,09/06/22,Unassigned,Unclass= ified,Unspecified,Undecided,avfilter,Integer handling issues,/libavfilter/v= f_scale.c,config_props=0D 1513782,Free of array-typed value,High,New,09/10/22,Unassigned,Unclassified= ,Unspecified,Undecided,avformat,Memory - corruptions,/libavformat/soxdec.c,= sox_read_header=0D 1513784,Free of array-typed value,High,New,09/10/22,Unassigned,Unclassified= ,Unspecified,Undecided,avformat,Memory - corruptions,/libavformat/vqf.c,vqf= _read_header=0D 1513787,Free of array-typed value,High,New,09/10/22,Unassigned,Unclassified= ,Unspecified,Undecided,avformat,Memory - corruptions,/libavformat/dtshddec.= c,dtshd_read_header=0D 1513788,Free of array-typed value,High,New,09/10/22,Unassigned,Unclassified= ,Unspecified,Undecided,avformat,Memory - corruptions,/libavformat/asf.c,asf= _read_picture=0D 1513790,Free of array-typed value,High,New,09/10/22,Unassigned,Unclassified= ,Unspecified,Undecided,avformat,Memory - corruptions,/libavformat/rmdec.c,f= f_rm_read_mdpr_codecdata=0D 1513792,Free of array-typed value,High,New,09/10/22,Unassigned,Unclassified= ,Unspecified,Undecided,avformat,Memory - corruptions,/libavformat/mlvdec.c,= scan_file=0D 1513793,Unchecked return value,Medium,New,09/10/22,Unassigned,Unclassified,= Unspecified,Undecided,avformat,Error handling issues,/libavformat/genh.c,ge= nh_read_header=0D 1515456,Unintentional integer overflow,Medium,New,09/17/22,Unassigned,Uncla= ssified,Unspecified,Undecided,avcodec,Integer handling issues,/libavcodec/e= xr.c,decode_header=0D 1515514,Uninitialized scalar variable,High,New,09/20/22,Unassigned,Unclassi= fied,Unspecified,Undecided,avfilter,Uninitialized variables,/libavfilter/af= _afftdn.c,process_frame=0D 1515516,Use after free,High,New,09/20/22,Unassigned,Unclassified,Unspecifie= d,Undecided,avformat,Memory - illegal accesses,/libavformat/metadata.c,ff_m= etadata_conv_ctx=0D 1515517,Uninitialized scalar variable,High,New,09/20/22,Unassigned,Unclassi= fied,Unspecified,Undecided,avfilter,Uninitialized variables,/libavfilter/af= _afftdn.c,sample_noise_block=0D 1515882,Unintentional integer overflow,Medium,New,10/04/22,Unassigned,Uncla= ssified,Unspecified,Undecided,avcodec,Integer handling issues,/libavcodec/g= 723_1enc.c,comp_harmonic_coeff=0D 1515883,Unintentional integer overflow,Medium,New,10/04/22,Unassigned,Uncla= ssified,Unspecified,Undecided,avcodec,Integer handling issues,/libavcodec/g= 723_1enc.c,acb_search=0D 1515884,Unintentional integer overflow,Medium,New,10/04/22,Unassigned,Uncla= ssified,Unspecified,Undecided,avcodec,Integer handling issues,/libavcodec/g= 723_1enc.c,lpc2lsp=0D 1515890,Out-of-bounds access,High,New,10/06/22,Unassigned,Unclassified,Unsp= ecified,Undecided,avcodec,Memory - corruptions,/libavcodec/sgidec.c,read_rl= e_sgi=0D 1516089,Negative array index write,High,New,10/18/22,Unassigned,Unclassifie= d,Unspecified,Undecided,avcodec,Memory - corruptions,/libavcodec/vqcdec.c,s= eed_codebooks=0D 1516090,Unchecked return value,Medium,New,10/18/22,Unassigned,Unclassified,= Unspecified,Undecided,avcodec,Error handling issues,/libavcodec/vqcdec.c,de= code_vectors=0D 1516444,Free of array-typed value,High,New,10/25/22,Unassigned,Unclassified= ,Unspecified,Undecided,ffmpeg,Memory - corruptions,/fftools/ffmpeg_mux_init= =2Ec,copy_meta=0D 1516445,Out-of-bounds read,High,New,10/25/22,Unassigned,Unclassified,Unspec= ified,Undecided,avcodec,Memory - illegal accesses,/libavcodec/eatgq.c,tgq_d= ecode_block=0D 1516647,Free of array-typed value,High,New,11/03/22,Unassigned,Unclassified= ,Unspecified,Undecided,avformat,Memory - corruptions,/libavformat/imfdec.c,= imf_read_header=0D 1516764,Dereference null return value,Medium,New,11/08/22,Unassigned,Unclas= sified,Unspecified,Undecided,avutil,Null pointer dereferences,/libavutil/te= sts/dict.c,main=0D 1516804,Unchecked return value,Medium,New,11/12/22,Unassigned,Unclassified,= Unspecified,Undecided,avfilter,Error handling issues,/libavfilter/af_atempo= =2Ec,yae_reset=0D 1516805,Uninitialized scalar variable,High,New,11/12/22,Unassigned,Unclassi= fied,Unspecified,Undecided,avfilter,Uninitialized variables,/libavfilter/af= _afir.c,init_segment=0D 1516957,Resource leak,High,New,11/17/22,Unassigned,Unclassified,Unspecified= ,Undecided,avcodec,Resource leaks,/libavcodec/tiff.c,decode_frame=0D 1516994,Out-of-bounds access,High,New,11/19/22,Unassigned,Unclassified,Unsp= ecified,Undecided,avfilter,Memory - corruptions,/libavfilter/af_surround.c,= stereo_upmix=0D 1516996,Out-of-bounds access,High,New,11/19/22,Unassigned,Unclassified,Unsp= ecified,Undecided,avfilter,Memory - corruptions,/libavfilter/af_surround.c,= surround_upmix=0D 1516999,Out-of-bounds access,High,New,11/19/22,Unassigned,Unclassified,Unsp= ecified,Undecided,avfilter,Memory - corruptions,/libavfilter/af_surround.c,= l2_1_upmix=0D 1517022,Logically dead code,Medium,New,11/22/22,Unassigned,Unclassified,Uns= pecified,Undecided,examples,Control flow issues,/doc/examples/qsv_transcode= =2Ec,str_to_dict=0D 1517023,Uninitialized pointer read,High,New,11/22/22,Unassigned,Unclassifie= d,Unspecified,Undecided,examples,Memory - illegal accesses,/doc/examples/qs= v_transcode.c,main=0D 1517103,Uninitialized pointer write,High,New,11/29/22,Unassigned,Unclassifi= ed,Unspecified,Undecided,avfilter,Memory - corruptions,/libavfilter/avf_sho= wcwt.c,draw=0D 1517305,Uninitialized pointer read,High,New,12/06/22,Unassigned,Unclassifie= d,Unspecified,Undecided,avfilter,Memory - illegal accesses,/libavfilter/avf= _showcwt.c,draw=0D 1518905,Division or modulo by zero,Medium,New,01/05/23,Unassigned,Unclassif= ied,Unspecified,Undecided,avfilter,Integer handling issues,/libavfilter/vf_= palettegen.c,compute_box_stats=0D 1518967,Unchecked return value,Medium,New,01/07/23,Unassigned,Unclassified,= Unspecified,Undecided,avcodec,Error handling issues,/libavcodec/tests/bitst= ream_template.c,main=0D 1518968,Unchecked return value,Medium,New,01/07/23,Unassigned,Unclassified,= Unspecified,Undecided,avcodec,Error handling issues,/libavcodec/tests/bitst= ream_template.c,main=0D 1518989,Missing break in switch,Medium,New,01/10/23,Unassigned,Unclassified= ,Unspecified,Undecided,ffmpeg,Control flow issues,/fftools/ffmpeg_filter.c,= video_sync_process=0D 1518990,Unchecked return value,Medium,New,01/10/23,Unassigned,Unclassified,= Unspecified,Undecided,avutil,Error handling issues,/libavutil/tests/opt.c,m= ain=0D 1519127,Unchecked return value,Medium,New,01/17/23,Unassigned,Unclassified,= Unspecified,Undecided,avfilter,Error handling issues,/libavfilter/vaapi_vpp= =2Ec,ff_vaapi_vpp_render_pictures=0D 1520668,Free of array-typed value,High,New,01/31/23,Unassigned,Unclassified= ,Unspecified,Undecided,avfilter,Memory - corruptions,/libavfilter/vf_ssim36= 0.c,do_ssim360=0D 1520670,Dereference after null check,Medium,New,01/31/23,Unassigned,Unclass= ified,Unspecified,Undecided,ffmpeg,Null pointer dereferences,/fftools/ffmpe= g_enc.c,enc_stats_write=0D 1520672,Unintentional integer overflow,Medium,New,01/31/23,Unassigned,Uncla= ssified,Unspecified,Undecided,avfilter,Integer handling issues,/libavfilter= /vf_ssim360.c,ssim360_4x4xn_16bit=0D 1520673,Unintentional integer overflow,Medium,New,01/31/23,Unassigned,Uncla= ssified,Unspecified,Undecided,avfilter,Integer handling issues,/libavfilter= /vf_ssim360.c,ssim360_4x4xn_16bit=0D 1520674,Result is not floating-point,Medium,New,01/31/23,Unassigned,Unclass= ified,Unspecified,Undecided,avfilter,Incorrect expression,/libavfilter/vf_s= sim360.c,get_cubemap32_map=0D 1520676,Unintentional integer overflow,Medium,New,01/31/23,Unassigned,Uncla= ssified,Unspecified,Undecided,avfilter,Integer handling issues,/libavfilter= /vf_ssim360.c,ssim360_4x4xn_16bit=0D 1520677,Uninitialized pointer read,High,New,01/31/23,Unassigned,Unclassifie= d,Unspecified,Undecided,ffmpeg,Memory - illegal accesses,/fftools/ffmpeg_en= c.c,enc_stats_write=0D 1521983,Unintentional integer overflow,Medium,New,03/14/23,Unassigned,Uncla= ssified,Unspecified,Undecided,avcodec,Integer handling issues,/libavcodec/m= peg12dec.c,ipu_decode_frame=0D 1521984,Free of array-typed value,High,New,03/14/23,Unassigned,Unclassified= ,Unspecified,Undecided,avcodec,Memory - corruptions,/libavcodec/pngdec.c,po= pulate_avctx_color_fields=0D 1524598,Improper use of negative value,Medium,New,03/28/23,Unassigned,Uncla= ssified,Unspecified,Undecided,tools,Integer handling issues,/tools/enc_reco= n_frame_test.c,frame_hash=0D 1524681,Logically dead code,Medium,New,04/06/23,Unassigned,Unclassified,Uns= pecified,Undecided,avformat,Control flow issues,/libavformat/mxfenc.c,mxf_p= arse_ffv1_frame=0D 1524701,Free of array-typed value,High,New,04/11/23,Unassigned,Unclassified= ,Unspecified,Undecided,ffmpeg,Memory - corruptions,/fftools/ffmpeg_enc.c,en= c_open=0D 1524728,Free of array-typed value,High,New,04/18/23,Unassigned,Unclassified= ,Unspecified,Undecided,ffmpeg,Memory - corruptions,/fftools/ffmpeg_dec.c,de= c_open=0D 1524729,Free of array-typed value,High,New,04/18/23,Unassigned,Unclassified= ,Unspecified,Undecided,ffmpeg,Memory - corruptions,/fftools/ffmpeg_mux_init= =2Ec,new_stream_video=0D 1528149,Unintended sign extension,Medium,New,04/25/23,Unassigned,Unclassifi= ed,Unspecified,Undecided,avcodec,Integer handling issues,/libavcodec/jpeg20= 00htdec.c,jpeg2000_decode_ht_cleanup_segment=0D 1529220,Unused value,Low,New,05/05/23,Unassigned,Unclassified,Unspecified,U= ndecided,avcodec,Code maintainability issues,/libavcodec/fmvc.c,decode_type= 2=0D 1529221,Unused value,Low,New,05/05/23,Unassigned,Unclassified,Unspecified,U= ndecided,avcodec,Code maintainability issues,/libavcodec/vc1_block.c,vc1_de= code_p_mb_intfr=0D 1529222,Unused value,Low,New,05/05/23,Unassigned,Unclassified,Unspecified,U= ndecided,avformat,Code maintainability issues,/libavformat/hlsenc.c,hls_win= dow=0D 1529228,Unused value,Low,New,05/05/23,Unassigned,Unclassified,Unspecified,U= ndecided,avformat,Code maintainability issues,/libavformat/demux.c,avformat= _find_stream_info=0D 1529991,Arguments in wrong order,Medium,New,05/11/23,Unassigned,Unclassifie= d,Unspecified,Undecided,avdevice,API usage errors,/libavdevice/decklink_enc= =2Ecpp,ff_decklink_write_header=0D 1530136,Operands don't affect result,Medium,New,05/16/23,Unassigned,Unclass= ified,Unspecified,Undecided,avcodec,Integer handling issues,/libavcodec/lib= vpxenc.c,vpx_encode=0D 1532404,Untrusted loop bound,Medium,New,06/15/23,Unassigned,Unclassified,Un= specified,Undecided,avcodec,Insecure data handling,/libavcodec/evc_parser.c= ,decode_extradata=0D 1532406,Untrusted loop bound,Medium,New,06/15/23,Unassigned,Unclassified,Un= specified,Undecided,avformat,Insecure data handling,/libavformat/evc.c,ff_i= som_write_evcc=0D 1538296,Structurally dead code,Medium,New,07/13/23,Unassigned,Unclassified,= Unspecified,Undecided,avutil,Control flow issues,/libavutil/random_seed.c,a= v_random_bytes=0D 1538298,Untrusted loop bound,Medium,New,07/13/23,Unassigned,Unclassified,Un= specified,Undecided,avformat,Insecure data handling,/libavformat/ac4dec.c,a= c4_probe=0D 1538299,Untrusted loop bound,Medium,New,07/13/23,Unassigned,Unclassified,Un= specified,Undecided,avformat,Insecure data handling,/libavformat/evcdec.c,a= nnexb_probe=0D 1538859,Dereference after null check,Medium,New,07/15/23,Unassigned,Unclass= ified,Unspecified,Undecided,ffmpeg,Null pointer dereferences,/fftools/ffmpe= g_enc.c,enc_open=0D 1538860,Bad bit shift operation,Medium,New,07/15/23,Unassigned,Unclassified= ,Unspecified,Undecided,ffmpeg,Integer handling issues,/fftools/ffmpeg_mux_i= nit.c,create_streams=0D 1538861,Uninitialized scalar variable,High,New,07/15/23,Unassigned,Unclassi= fied,Unspecified,Undecided,avcodec,Uninitialized variables,/libavcodec/deco= de.c,decode_simple_internal=0D 1538863,Resource leak,High,New,07/15/23,Unassigned,Unclassified,Unspecified= ,Undecided,ffmpeg,Resource leaks,/fftools/ffmpeg_mux_init.c,parse_forced_ke= y_frames=0D 1539095,Free of array-typed value,High,New,07/22/23,Unassigned,Unclassified= ,Unspecified,Undecided,ffmpeg,Memory - corruptions,/fftools/ffmpeg_opt.c,op= t_streamid=0D 1539099,Resource leak,High,New,07/22/23,Unassigned,Unclassified,Unspecified= ,Undecided,ffmpeg,Resource leaks,/fftools/ffmpeg_mux_init.c,set_disposition= s=0D 1539100,Negative loop bound,Medium,New,07/22/23,Unassigned,Unclassified,Uns= pecified,Undecided,Other,Program hangs,/fftools/opt_common.c,print_codecs=0D 1539147,Unused value,Low,New,07/25/23,Unassigned,Unclassified,Unspecified,U= ndecided,avfilter,Code maintainability issues,/libavfilter/avf_showcwt.c,co= nfig_output=0D 1543204,Logically dead code,Medium,New,09/02/23,Unassigned,Unclassified,Uns= pecified,Undecided,avcodec,Control flow issues,/libavcodec/avfft.c,av_rdft_= init=0D 1544255,Free of array-typed value,High,New,09/07/23,Unassigned,Unclassified= ,Unspecified,Undecided,avformat,Memory - corruptions,/libavformat/matroskad= ec.c,mkv_parse_video=0D 1544265,Logically dead code,Medium,New,09/09/23,Unassigned,Unclassified,Uns= pecified,Undecided,avcodec,Control flow issues,/libavcodec/av1dec.c,get_sw_= pixel_format=0D 1544628,Unintentional integer overflow,Medium,New,09/12/23,Unassigned,Uncla= ssified,Unspecified,Undecided,avcodec,Integer handling issues,/libavcodec/v= lc.c,ff_vlc_init_multi_from_lengths=0D 1544629,Unintentional integer overflow,Medium,New,09/12/23,Unassigned,Uncla= ssified,Unspecified,Undecided,avcodec,Integer handling issues,/libavcodec/v= lc.c,ff_vlc_init_from_lengths=0D 1544630,Resource leak,High,New,09/12/23,Unassigned,Unclassified,Unspecified= ,Undecided,avcodec,Resource leaks,/libavcodec/vlc.c,ff_vlc_init_multi_from_= lengths=0D 1545073,Free of array-typed value,High,New,09/21/23,Unassigned,Unclassified= ,Unspecified,Undecided,avformat,Memory - corruptions,/libavformat/wtvdec.c,= get_tag=0D 1545116,Explicit null dereferenced,Medium,New,09/23/23,Unassigned,Unclassif= ied,Unspecified,Undecided,avcodec,Null pointer dereferences,/libavcodec/vaa= pi_encode.c,ff_vaapi_encode_receive_packet=0D 1545117,Division or modulo by zero,Medium,New,09/23/23,Unassigned,Unclassif= ied,Unspecified,Undecided,avcodec,Integer handling issues,/libavcodec/cbs_a= v1_syntax_template.c,cbs_av1_read_tile_info=0D 1546825,Out-of-bounds access,High,New,09/28/23,Unassigned,Unclassified,Unsp= ecified,Undecided,avfilter,Memory - corruptions,/libavfilter/dnn/dnn_io_pro= c.c,ff_proc_from_dnn_to_frame=0D 1546826,Out-of-bounds access,High,New,09/28/23,Unassigned,Unclassified,Unsp= ecified,Undecided,avfilter,Memory - corruptions,/libavfilter/dnn/dnn_io_pro= c.c,ff_proc_from_frame_to_dnn=0D 1547074,Missing break in switch,Medium,New,10/05/23,Unassigned,Unclassified= ,Unspecified,Undecided,avcodec,Control flow issues,/libavcodec/lcldec.c,dec= ode_frame=0D 1547075,Missing break in switch,Medium,New,10/05/23,Unassigned,Unclassified= ,Unspecified,Undecided,avcodec,Control flow issues,/libavcodec/lcldec.c,dec= ode_frame=0D 1548380,Uninitialized scalar variable,High,New,11/02/23,Unassigned,Unclassi= fied,Unspecified,Undecided,avcodec,Uninitialized variables,/libavcodec/rv34= =2Ec,rv34_gen_vlc_ext=0D 1550098,Double free,High,New,11/14/23,Unassigned,Unclassified,Unspecified,U= ndecided,avformat,Memory - corruptions,/libavformat/hlsenc.c,hls_window=0D 1550133,Unchecked return value,Medium,New,11/16/23,Unassigned,Unclassified,= Unspecified,Undecided,ffplay,Error handling issues,/fftools/ffplay.c,main=0D 1551679,Data race condition,Medium,New,11/18/23,Unassigned,Unclassified,Uns= pecified,Undecided,avformat,Concurrent data access violations,/libavformat/= udp.c,circular_buffer_task_rx=0D 1551680,Check of thread-shared field evades lock acquisition,High,New,11/18= /23,Unassigned,Unclassified,Unspecified,Undecided,avcodec,Data race undermi= nes locking,/libavcodec/frame_thread_encoder.c,ff_thread_video_encode_frame= =0D 1551681,Data race condition,Medium,New,11/18/23,Unassigned,Unclassified,Uns= pecified,Undecided,Other,Concurrent data access violations,/fftools/ffprobe= =2Ec,clear_log=0D 1551682,Data race condition,Medium,New,11/18/23,Unassigned,Unclassified,Uns= pecified,Undecided,avcodec,Concurrent data access violations,/libavcodec/pt= hread_frame.c,ff_thread_finish_setup=0D 1551683,Indefinite wait,High,New,11/18/23,Unassigned,Unclassified,Unspecifi= ed,Undecided,avcodec,Program hangs,/libavcodec/vp8.c,filter_mb_row=0D 1551684,Indefinite wait,High,New,11/18/23,Unassigned,Unclassified,Unspecifi= ed,Undecided,avcodec,Program hangs,/libavcodec/vp8.c,filter_mb_row=0D 1551685,Uninitialized scalar variable,High,New,11/18/23,Unassigned,Unclassi= fied,Unspecified,Undecided,avformat,Uninitialized variables,/libavformat/us= mdec.c,parse_utf=0D 1551686,Data race condition,Medium,New,11/18/23,Unassigned,Unclassified,Uns= pecified,Undecided,avcodec,Concurrent data access violations,/libavcodec/fr= ame_thread_encoder.c,ff_thread_video_encode_frame=0D 1551687,Data race condition,Medium,New,11/18/23,Unassigned,Unclassified,Uns= pecified,Undecided,avformat,Concurrent data access violations,/libavformat/= udp.c,circular_buffer_task_tx=0D 1551688,Data race condition,Medium,New,11/18/23,Unassigned,Unclassified,Uns= pecified,Undecided,avfilter,Concurrent data access violations,/libavfilter/= dnn/safe_queue.c,ff_safe_queue_size=0D 1551689,Data race condition,Medium,New,11/18/23,Unassigned,Unclassified,Uns= pecified,Undecided,avcodec,Concurrent data access violations,/libavcodec/re= fstruct.c,pool_return_entry=0D 1551690,Check of thread-shared field evades lock acquisition,High,New,11/18= /23,Unassigned,Unclassified,Unspecified,Undecided,avformat,Data race underm= ines locking,/libavformat/async.c,async_seek=0D 1551691,Check of thread-shared field evades lock acquisition,High,New,11/18= /23,Unassigned,Unclassified,Unspecified,Undecided,avcodec,Data race undermi= nes locking,/libavcodec/pthread_frame.c,ff_thread_finish_setup=0D 1551692,Data race condition,Medium,New,11/18/23,Unassigned,Unclassified,Uns= pecified,Undecided,avcodec,Concurrent data access violations,/libavcodec/fr= ame_thread_encoder.c,ff_thread_video_encode_frame=0D 1551693,Data race condition,Medium,New,11/18/23,Unassigned,Unclassified,Uns= pecified,Undecided,avcodec,Concurrent data access violations,/libavcodec/pt= hread_frame.c,frame_worker_thread=0D 1551694,Use after free,High,New,11/18/23,Unassigned,Unclassified,Unspecifie= d,Undecided,avfilter,Memory - illegal accesses,/libavfilter/vf_avgblur.c,fi= lter_frame=0D 1551695,Indefinite wait,High,New,11/18/23,Unassigned,Unclassified,Unspecifi= ed,Undecided,avcodec,Program hangs,/libavcodec/vp8.c,decode_mb_row_no_filte= r=0D 1559177,Resource leak,High,New,12/12/23,Unassigned,Unclassified,Unspecified= ,Undecided,ffmpeg,Resource leaks,/fftools/ffmpeg_filter.c,send_frame=0D 1559178,Unused value,Low,New,12/12/23,Unassigned,Unclassified,Unspecified,U= ndecided,ffmpeg,Code maintainability issues,/fftools/ffmpeg_mux.c,mux_packe= t_filter=0D 1559180,Check of thread-shared field evades lock acquisition,High,New,12/12= /23,Unassigned,Unclassified,Unspecified,Undecided,ffmpeg,Data race undermin= es locking,/fftools/ffmpeg_sched.c,sch_filter_receive=0D 1559181,Resource leak,High,New,12/12/23,Unassigned,Unclassified,Unspecified= ,Undecided,ffmpeg,Resource leaks,/fftools/ffmpeg_filter.c,sub2video_frame=0D 1559182,Resource leak,High,New,12/12/23,Unassigned,Unclassified,Unspecified= ,Undecided,avfilter,Resource leaks,/libavfilter/vf_dnn_detect.c,dnn_detect_= parse_yolo_output=0D 1559186,Resource leak,High,New,12/12/23,Unassigned,Unclassified,Unspecified= ,Undecided,ffmpeg,Resource leaks,/fftools/ffmpeg_sched.c,mux_queue_packet=0D 1559187,Data race condition,Medium,New,12/12/23,Unassigned,Unclassified,Uns= pecified,Undecided,ffmpeg,Concurrent data access violations,/fftools/ffmpeg= _sched.c,sch_wait=0D 1559273,Data race condition,Medium,New,12/16/23,Unassigned,Unclassified,Uns= pecified,Undecided,ffmpeg,Concurrent data access violations,/fftools/ffmpeg= _sched.c,trailing_dts=0D 1559546,Logically dead code,Medium,New,12/19/23,Unassigned,Unclassified,Uns= pecified,Undecided,avformat,Control flow issues,/libavformat/iamf_parse.c,f= f_iamfdec_read_descriptors=0D 1559855,Unchecked return value from library,Medium,New,12/21/23,Unassigned,= Unclassified,Unspecified,Undecided,avformat,Error handling issues,/libavfor= mat/file.c,file_close=0D 1559901,Resource leak,High,New,12/23/23,Unassigned,Unclassified,Unspecified= ,Undecided,avfilter,Resource leaks,/libavfilter/vf_tiltandshift.c,output_fr= ame=0D 1560036,Logically dead code,Medium,New,01/04/24,Unassigned,Unclassified,Uns= pecified,Undecided,avcodec,Control flow issues,/libavcodec/vvc/ctu.c,pred_m= ode_decode=0D 1560037,Uninitialized scalar variable,High,New,01/04/24,Unassigned,Unclassi= fied,Unspecified,Undecided,avcodec,Uninitialized variables,/libavcodec/vvc/= mvs.c,ff_vvc_store_mv=0D 1560038,Negative array index read,High,New,01/04/24,Unassigned,Unclassified= ,Unspecified,Undecided,avcodec,Memory - illegal accesses,/libavcodec/vvc/ct= u.c,derive_chroma_intra_pred_mode=0D 1560039,Logically dead code,Medium,New,01/04/24,Unassigned,Unclassified,Uns= pecified,Undecided,avcodec,Control flow issues,/libavcodec/vvc/ctu.c,hls_co= ding_unit=0D 1560040,Logically dead code,Medium,New,01/04/24,Unassigned,Unclassified,Uns= pecified,Undecided,avcodec,Control flow issues,/libavcodec/vvc/ctu.c,hls_co= ding_unit=0D 1560041,'Constant' variable guards dead code,Low,New,01/04/24,Unassigned,Un= classified,Unspecified,Undecided,avcodec,Possible Control flow issues,/liba= vcodec/vvc/dec.c,decode_nal_units=0D 1560042,Unchecked return value,Medium,New,01/04/24,Unassigned,Unclassified,= Unspecified,Undecided,avcodec,Error handling issues,/libavcodec/vvc/dec.c,s= lice_init_entry_points=0D 1560043,Uninitialized scalar variable,High,New,01/04/24,Unassigned,Unclassi= fied,Unspecified,Undecided,avcodec,Uninitialized variables,/libavcodec/vvc/= mvs.c,ff_vvc_store_sb_mvs=0D 1560044,Uninitialized scalar variable,High,New,01/04/24,Unassigned,Unclassi= fied,Unspecified,Undecided,avcodec,Uninitialized variables,/libavcodec/vvc/= mvs.c,ff_vvc_store_sb_mvs=0D 1560045,Unintended comparison to logical negation,Medium,New,01/04/24,Unass= igned,Unclassified,Unspecified,Undecided,avcodec,Incorrect expression,/liba= vcodec/vvc/refs.c,ff_vvc_slice_rpl=0D 1583741,Resource leak,High,New,01/09/24,Unassigned,Unclassified,Unspecified= ,Undecided,avutil,Resource leaks,/libavutil/hwcontext_vaapi.c,vaapi_device_= derive=0D 1583742,Unchecked return value,Medium,New,01/09/24,Unassigned,Unclassified,= Unspecified,Undecided,avutil,Error handling issues,/libavutil/hwcontext_drm= =2Ec,drm_map_frame=0D 1583743,Unchecked return value,Medium,New,01/09/24,Unassigned,Unclassified,= Unspecified,Undecided,avutil,Error handling issues,/libavutil/hwcontext_drm= =2Ec,drm_unmap_frame=0D 1591438,Division or modulo by zero,Medium,New,01/30/24,Unassigned,Unclassif= ied,Unspecified,Undecided,avcodec,Integer handling issues,/libavcodec/vaapi= _encode_av1.c,vaapi_encode_av1_set_tile=0D 1591439,Uninitialized pointer read,High,New,01/30/24,Unassigned,Unclassifie= d,Unspecified,Undecided,ffmpeg,Memory - illegal accesses,/fftools/ffmpeg_en= c.c,enc_open=0D 1591440,Free of array-typed value,High,New,01/30/24,Unassigned,Unclassified= ,Unspecified,Undecided,ffmpeg,Memory - corruptions,/fftools/ffmpeg_demux.c,= ist_add=0D 1591465,Dereference null return value,Medium,New,02/01/24,Unassigned,Unclas= sified,Unspecified,Undecided,avformat,Null pointer dereferences,/libavforma= t/vvc.c,vvcc_write=0D 1591467,Uninitialized scalar variable,High,New,02/01/24,Unassigned,Unclassi= fied,Unspecified,Undecided,avformat,Uninitialized variables,/libavformat/vv= c.c,vvcc_parse_vps=0D 1591794,Out-of-bounds read,High,New,02/10/24,Unassigned,Unclassified,Unspec= ified,Undecided,avformat,Memory - illegal accesses,/libavformat/rcwtenc.c,r= cwt_write_packet=0D 1591795,Resource leak,High,New,02/10/24,Unassigned,Unclassified,Unspecified= ,Undecided,avformat,Resource leaks,/libavformat/flacdec.c,flac_read_timesta= mp=0D 1591975,Explicit null dereferenced,Medium,New,02/13/24,Unassigned,Unclassif= ied,Unspecified,Undecided,avutil,Null pointer dereferences,/libavutil/chann= el_layout.c,av_channel_layout_retype=0D 1591976,Explicit null dereferenced,Medium,New,02/13/24,Unassigned,Unclassif= ied,Unspecified,Undecided,avformat,Null pointer dereferences,/libavformat/m= ov_chan.c,ff_mov_read_chan=0D 1592142,Unintentional integer overflow,Medium,New,02/17/24,Unassigned,Uncla= ssified,Unspecified,Undecided,swscale,Integer handling issues,/libswscale/t= ests/swscale.c,getSSD0=0D 1592383,Unused value,Low,New,02/24/24,Unassigned,Unclassified,Unspecified,U= ndecided,ffmpeg,Code maintainability issues,/fftools/ffmpeg_sched.c,sch_dec= _send=0D 1592631,Free of array-typed value,High,New,02/27/24,Unassigned,Unclassified= ,Unspecified,Undecided,avformat,Memory - corruptions,/libavformat/mov.c,hei= f_add_stream=0D 1592632,Free of array-typed value,High,New,02/27/24,Unassigned,Unclassified= ,Unspecified,Undecided,avformat,Memory - corruptions,/libavformat/mov.c,mov= _parse_tiles=0D 1592939,Dereference after null check,Medium,New,03/05/24,Unassigned,Unclass= ified,Unspecified,Undecided,avformat,Null pointer dereferences,/libavformat= /mxfdec.c,mxf_parse_structural_metadata=0D 1593009,Dereference after null check,Medium,New,03/09/24,Unassigned,Unclass= ified,Unspecified,Undecided,avutil,Null pointer dereferences,/libavutil/opt= =2Ec,opt_get_elem=0D 1593010,Out-of-bounds read,High,New,03/09/24,Unassigned,Unclassified,Unspec= ified,Undecided,avutil,Memory - illegal accesses,/libavutil/opt.c,opt_get_a= rray=0D 1593172,Unintended sign extension,Medium,New,03/12/24,Unassigned,Unclassifi= ed,Unspecified,Undecided,avcodec,Integer handling issues,/libavcodec/vvc/re= fs.c,ff_vvc_set_new_ref=0D 1593173,Unintended sign extension,Medium,New,03/12/24,Unassigned,Unclassifi= ed,Unspecified,Undecided,avcodec,Integer handling issues,/libavcodec/vvc/re= fs.c,ff_vvc_set_new_ref=0D 1593174,Unintended sign extension,Medium,New,03/12/24,Unassigned,Unclassifi= ed,Unspecified,Undecided,avcodec,Integer handling issues,/libavcodec/vvc/re= fs.c,ff_vvc_set_new_ref=0D 1593175,Unintended sign extension,Medium,New,03/12/24,Unassigned,Unclassifi= ed,Unspecified,Undecided,avcodec,Integer handling issues,/libavcodec/vvc/re= fs.c,ff_vvc_set_new_ref=0D 1594482,Free of array-typed value,High,New,03/19/24,Unassigned,Unclassified= ,Unspecified,Undecided,avformat,Memory - corruptions,/libavformat/aeadec.c,= aea_read_header=0D 1594483,Explicit null dereferenced,Medium,New,03/19/24,Unassigned,Unclassif= ied,Unspecified,Undecided,avformat,Null pointer dereferences,/libavformat/m= xfdec.c,parse_mca_labels=0D 1594529,Unchecked return value,Medium,New,03/23/24,Unassigned,Unclassified,= Unspecified,Undecided,avcodec,Error handling issues,/libavcodec/libx264.c,s= et_avcc_extradata=0D 1595705,Uninitialized scalar variable,High,New,03/26/24,Unassigned,Unclassi= fied,Unspecified,Undecided,avcodec,Uninitialized variables,/libavcodec/aom_= film_grain_template.c,apply_film_grain_16=0D 1595706,Uninitialized scalar variable,High,New,03/26/24,Unassigned,Unclassi= fied,Unspecified,Undecided,avcodec,Uninitialized variables,/libavcodec/aom_= film_grain_template.c,apply_film_grain_8=0D 1595707,Unintended sign extension,Medium,New,03/26/24,Unassigned,Unclassifi= ed,Unspecified,Undecided,avcodec,Integer handling issues,/libavcodec/aom_fi= lm_grain_template.c,generate_scaling_16=0D 1595708,Explicit null dereferenced,Medium,New,03/26/24,Unassigned,Unclassif= ied,Unspecified,Undecided,avformat,Null pointer dereferences,/libavformat/m= ov_chan.c,mov_get_channel_layout=0D 1595709,Uninitialized scalar variable,High,New,03/26/24,Unassigned,Unclassi= fied,Unspecified,Undecided,avcodec,Uninitialized variables,/libavcodec/aom_= film_grain.c,ff_aom_parse_film_grain_sets=0D 1596529,Dereference after null check,Medium,New,04/21/24,Unassigned,Unclass= ified,Unspecified,Undecided,ffmpeg,Null pointer dereferences,/fftools/ffmpe= g_filter.c,ofilter_bind_ost=0D 1596530,Free of array-typed value,High,New,04/21/24,Unassigned,Unclassified= ,Unspecified,Undecided,ffmpeg,Memory - corruptions,/fftools/ffmpeg_filter.c= ,ofilter_bind_ost=0D 1596531,Dereference before null check,Medium,New,04/21/24,Unassigned,Unclas= sified,Unspecified,Undecided,ffmpeg,Null pointer dereferences,/fftools/ffmp= eg_filter.c,ofilter_bind_ost=0D 1596532,Copy of overlapping memory,High,New,04/21/24,Unassigned,Unclassifie= d,Unspecified,Undecided,avcodec,Memory - corruptions,/libavcodec/ac3enc_tem= plate.c,apply_mdct=0D 1596533,Resource leak,High,New,04/21/24,Unassigned,Unclassified,Unspecified= ,Undecided,ffmpeg,Resource leaks,/fftools/ffmpeg_filter.c,init_simple_filte= rgraph=0D 1596534,Dereference after null check,Medium,New,04/21/24,Unassigned,Unclass= ified,Unspecified,Undecided,avcodec,Null pointer dereferences,/libavcodec/h= 2645_sei.c,ff_h2645_sei_to_frame=0D 1596535,Unchecked return value,Medium,New,04/21/24,Unassigned,Unclassified,= Unspecified,Undecided,avfilter,Error handling issues,/libavfilter/vf_pad_va= api.c,pad_vaapi_config_output=0D 1596536,Dereference null return value,Medium,New,04/21/24,Unassigned,Unclas= sified,Unspecified,Undecided,ffmpeg,Null pointer dereferences,/fftools/ffmp= eg_enc.c,enc_open=0D --zQkbmZdDtNfaM5TR Content-Type: text/csv; charset=utf-8 Content-Disposition: attachment; filename="Outstanding+Defects-2024-07-11.csv" Content-Transfer-Encoding: quoted-printable =EF=BB=BFCID,Type,Impact,Status,First Detected,Owner,Classification,Severit= y,Action,Component,Category,File,Function=0D 1437472,Dereference before null check,Medium,New,06/22/18,Unassigned,Unclas= sified,Unspecified,Fix Submitted,avfilter,Null pointer dereferences,/libavf= ilter/vf_tonemap_opencl.c,tonemap_opencl_filter_frame=0D 1454676,Out-of-bounds read,High,New,10/07/19,Unassigned,Unclassified,Unspec= ified,Undecided,avcodec,Memory - illegal accesses,/libavcodec/flac_parser.c= ,check_header_mismatch=0D 1500315,Untrusted value as argument,Medium,New,02/19/22,Unassigned,Unclassi= fied,Unspecified,Undecided,avcodec,Insecure data handling,/libavcodec/vp9bl= ock.c,decode_mode=0D 1583743,Unchecked return value,Medium,New,01/09/24,Unassigned,Unclassified,= Unspecified,Undecided,avutil,Error handling issues,/libavutil/hwcontext_drm= =2Ec,drm_unmap_frame=0D 1591857,Resource leak,High,New,02/11/24,Unassigned,Unclassified,Unspecified= ,Undecided,avutil,Resource leaks,/libavutil/hwcontext_d3d11va.c,d3d11va_dev= ice_create=0D 1591859,Unintentional integer overflow,Medium,New,02/11/24,Unassigned,Uncla= ssified,Unspecified,Undecided,avcodec,Integer handling issues,/libavcodec/f= lac_parser.c,flac_parse=0D 1591891,Resource leak,High,New,02/11/24,Unassigned,Unclassified,Unspecified= ,Undecided,avdevice,Resource leaks,/libavdevice/dshow_enumpins.c,ff_dshow_e= numpins_Create=0D 1598441,Improper use of negative value,Medium,New,05/23/24,Unassigned,Uncla= ssified,Unspecified,Fix Submitted,avformat,Integer handling issues,/libavfo= rmat/mov.c,mov_seek_stream=0D 1598557,Explicit null dereferenced,Medium,New,05/25/24,Unassigned,Unclassif= ied,Unspecified,Fix Submitted,avdevice,Null pointer dereferences,/libavdevi= ce/dshow.c,dshow_add_device=0D 1604415,Data race condition,Medium,New,06/22/24,Unassigned,Unclassified,Uns= pecified,Undecided,avutil,Concurrent data access violations,/libavutil/exec= utor.c,executor_worker_task=0D 1604428,Overflowed return value,Medium,New,06/22/24,Unassigned,Unclassified= ,Unspecified,Undecided,avformat,Insecure data handling,/libavformat/aviobuf= =2Ec,ffio_limit=0D 1604446,Overflowed constant,Medium,New,06/22/24,Unassigned,Unclassified,Uns= pecified,Fix Submitted,avformat,Integer handling issues,/libavformat/webpen= c.c,webp_write_trailer=0D 1604461,Overflowed constant,Medium,New,06/22/24,Unassigned,Unclassified,Uns= pecified,Undecided,avcodec,Integer handling issues,/libavcodec/vaapi_encode= =2Ec,vaapi_encode_init_row_slice_structure=0D 1604511,Overflowed constant,Medium,New,06/22/24,Unassigned,Unclassified,Uns= pecified,Undecided,avformat,Integer handling issues,/libavformat/aviobuf.c,= avio_get_str16be=0D 1604570,Overflowed constant,Medium,New,06/22/24,Unassigned,Unclassified,Uns= pecified,Fix Submitted,avcodec,Integer handling issues,/libavcodec/vaapi_h2= 64.c,vaapi_h264_decode_slice=0D 1604600,Overflowed constant,Medium,New,06/22/24,Unassigned,Unclassified,Uns= pecified,Undecided,avformat,Integer handling issues,/libavformat/aviobuf.c,= avio_get_str16le=0D 1608712,Explicit null dereferenced,Medium,New,07/02/24,Unassigned,Unclassif= ied,Unspecified,Undecided,avcodec,Null pointer dereferences,/libavcodec/hw_= base_encode.c,ff_hw_base_encode_receive_packet=0D 1609593,Resource leak,High,New,07/04/24,Unassigned,Unclassified,Unspecified= ,Undecided,ffmpeg,Resource leaks,/fftools/ffmpeg_mux_init.c,ost_add=0D 1610096,Check of thread-shared field evades lock acquisition,High,New,07/11= /24,Unassigned,Unclassified,Unspecified,Undecided,avutil,Data race undermin= es locking,/libavutil/executor.c,av_executor_execute=0D --zQkbmZdDtNfaM5TR-- --ClpMRN7ztK9mBQjN Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEKAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCZpBw+gAKCRBhHseHBAsP q0RSAJ41uJ8KAN1deiNJvhBF32xKQDZOyQCgklk7YqIOXtuQ2lv6doO/VveOT2E= =q3XL -----END PGP SIGNATURE----- --ClpMRN7ztK9mBQjN-- --===============1507470889866987067== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe". --===============1507470889866987067==--