firefox-clang - scan-build results

User:root@ip-172-31-47-66
Working Directory:/root/firefox-clang
Command Line:./mach -v --log-no-times build
Clang Version:Debian clang version 23.1.1 (++20260901121302+5340f7cc8814-1~exp1~20260901121412.65)
Date:Tue Sep 1 22:40:14 2026

Bug Summary

Bug TypeQuantityDisplay?
All Bugs1163
API
Argument with 'nonnull' attribute passed null22
C++ move semantics
Use-after-move14
Error handling
Value of 'errno' could be undefined1
Value of 'errno' was not checked6
Logic error
Accessing unitialized/garbage values14
Array subscript is undefined2
Assigned value is uninitialized33
Branch condition evaluates to a garbage value6
Called C++ object pointer is null27
Called C++ object pointer is uninitialized1
Called function pointer is null (null dereference)3
Dereference of null pointer111
Dereference of undefined pointer value11
Division by zero32
Function call with invalid argument1
Garbage return value4
Possibly undefined arithmetic operation involving a null pointer51
Result of operation is garbage or undefined77
Returning null reference2
Stack address leaks outside of stack frame2
Uninitialized argument value63
Unix API3
Memory error
Bad deallocator1
Memory leak12
Use of zero allocated1
Use-after-free7
Performance
Excessive Padding74
Stream handling error
Invalid stream state7
Resource leak1
Stream already in EOF4
Suspicious operation
Bitwise shift5
Unix API
Allocator sizeof operand mismatch4
Unused code
Dead assignment371
Dead increment48
Dead initialization76
Dead nested assignment66

Filter Results by File

Reports

Bug Group Bug Type ▾ File Function/Method Line Path Length Description
Logic errorAccessing unitialized/garbage valuesroot/firefox-clang/obj-x86_64-pc-linux-gnu/media/libdav1d/16bd_looprestoration_tmpl.cwiener_filter_hv23714The first element of the 2nd argument is undefinedView Report
Logic errorAccessing unitialized/garbage valuesroot/firefox-clang/obj-x86_64-pc-linux-gnu/media/libdav1d/8bd_looprestoration_tmpl.cwiener_filter_hv23712The first element of the 2nd argument is undefinedView Report
Logic errorAccessing unitialized/garbage valuesroot/firefox-clang/memory/replace/logalloc/replay/Replay.cppFdReader28710The first element of the 2nd argument is undefinedView Report
Logic errorAccessing unitialized/garbage valuesroot/firefox-clang/intl/icu/source/common/cmemory.hMaybeStackArray48013The first element of the 2nd argument is undefinedView Report
Logic errorAccessing unitialized/garbage valuesroot/firefox-clang/intl/icu/source/common/cmemory.hoperator=49427The first element of the 2nd argument is undefinedView Report
Logic errorAccessing unitialized/garbage valuesroot/firefox-clang/third_party/aom/av1/decoder/decodemv.cread_palette_colors_uv54016The first element of the 2nd argument is undefinedView Report
Logic errorAccessing unitialized/garbage valuesroot/firefox-clang/third_party/aom/av1/decoder/decodemv.cread_palette_colors_y50512The first element of the 2nd argument is undefinedView Report
Logic errorAccessing unitialized/garbage valuesroot/firefox-clang/third_party/llama.cpp/ggml/src/ggml-cpu/ggml-cpu-c.cggml_compute_forward_mul_mat_id_one_chunk1514103The first element of the 2nd argument is undefinedView Report
Logic errorAccessing unitialized/garbage valuesroot/firefox-clang/third_party/llama.cpp/ggml/src/ggml-cpu/ggml-cpu-c.cggml_compute_forward_mul_mat_one_chunk124149The first element of the 2nd argument is undefinedView Report
Logic errorAccessing unitialized/garbage valuesroot/firefox-clang/security/nss/lib/softoken/pkcs11c.csftk_HKDF864840The first element of the 2nd argument is undefinedView Report
Logic errorAccessing unitialized/garbage valuesroot/firefox-clang/security/nss/lib/softoken/sftkike.cprf_test120523The first element of the 2nd argument is undefinedView Report
Logic errorAccessing unitialized/garbage valuesroot/firefox-clang/intl/icu/source/common/umutablecptrie.cppcompactIndex130716The first element of the 2nd argument is undefinedView Report
Logic errorAccessing unitialized/garbage valuesroot/firefox-clang/intl/icu/source/common/unistr.cppus_arrayCopy8938The first element of the 2nd argument is undefinedView Report
Logic errorAccessing unitialized/garbage valuesroot/firefox-clang/media/libvorbis/lib/vorbis_codebook.cvorbis_decbook_unpack22216The first element of the 2nd argument is undefinedView Report
Unix APIAllocator sizeof operand mismatchroot/firefox-clang/third_party/libwebrtc/modules/audio_coding/codecs/g722/g722_interface.cWebRtcG722_CreateDecoder551Result of 'malloc' is converted to a pointer of type 'G722DecInst', which is incompatible with sizeof operand type 'G722DecoderState'View Report
Unix APIAllocator sizeof operand mismatchroot/firefox-clang/third_party/libwebrtc/modules/audio_coding/codecs/g722/g722_interface.cWebRtcG722_CreateEncoder191Result of 'malloc' is converted to a pointer of type 'G722EncInst', which is incompatible with sizeof operand type 'G722EncoderState'View Report
Unix APIAllocator sizeof operand mismatchroot/firefox-clang/image/decoders/nsPNGDecoder.cppinfo_callback8081Result of 'malloc' is converted to a pointer of type 'uint8_t', which is incompatible with sizeof operand type 'uint32_t'View Report
Unix APIAllocator sizeof operand mismatchroot/firefox-clang/nsprpub/pr/src/misc/prdtoa.cBalloc5741Result of 'malloc' is converted to a pointer of type 'Bigint', which is incompatible with sizeof operand type 'double'View Report
APIArgument with 'nonnull' attribute passed nullroot/firefox-clang/third_party/rust/glslopt/glsl-optimizer/src/compiler/glsl/ast_to_hir.cppapply_layout_qualifier_to_variable388822Null pointer passed to 1st parameter expecting 'nonnull'View Report
APIArgument with 'nonnull' attribute passed nullroot/firefox-clang/third_party/rust/glslopt/glsl-optimizer/src/compiler/glsl/ast_to_hir.cppapply_layout_qualifier_to_variable37103Null pointer passed to 1st parameter expecting 'nonnull'View Report
APIArgument with 'nonnull' attribute passed nullroot/firefox-clang/media/ffvpx/libavutil/avstring.cav_strireplace2434Null pointer passed to 1st parameter expecting 'nonnull'View Report
APIArgument with 'nonnull' attribute passed nullroot/firefox-clang/media/ffvpx/libavutil/bprint.cav_bprint_alloc5426Null pointer passed to 2nd parameter expecting 'nonnull'View Report
APIArgument with 'nonnull' attribute passed nullroot/firefox-clang/third_party/rust/glslopt/glsl-optimizer/src/compiler/glsl/builtin_variables.cppadd_uniform6297Null pointer passed to 1st parameter expecting 'nonnull'View Report
APIArgument with 'nonnull' attribute passed nullroot/firefox-clang/gfx/cairo/cairo/src/cairo-ft-font.c_cairo_ft_unscaled_font_init54819Null pointer passed to 1st parameter expecting 'nonnull'View Report
APIArgument with 'nonnull' attribute passed nullroot/firefox-clang/gfx/cairo/cairo/src/cairo-pdf-surface.c_cairo_pdf_surface_lookup_jbig2_global344012Null pointer passed to 2nd parameter expecting 'nonnull'View Report
APIArgument with 'nonnull' attribute passed nullroot/firefox-clang/media/ffvpx/libavutil/fifo.cfifo_peek_common22614Null pointer passed to 1st parameter expecting 'nonnull'View Report
APIArgument with 'nonnull' attribute passed nullroot/firefox-clang/media/ffvpx/libavutil/fifo.cfifo_write_common17111Null pointer passed to 2nd parameter expecting 'nonnull'View Report
APIArgument with 'nonnull' attribute passed nullroot/firefox-clang/third_party/sqlite3/ext/fts5.cfts5SegiterPoslist1326326Null pointer passed to 1st parameter expecting 'nonnull'View Report
APIArgument with 'nonnull' attribute passed nullroot/firefox-clang/third_party/llama.cpp/ggml/src/ggml-c.cggml_print_backtrace18110Null pointer passed to 3rd parameter expecting 'nonnull'View Report
APIArgument with 'nonnull' attribute passed nullroot/firefox-clang/media/libjpeg/src/jdatadst.cempty_mem_output_buffer1344Null pointer passed to 1st parameter expecting 'nonnull'View Report
APIArgument with 'nonnull' attribute passed nullroot/firefox-clang/third_party/rust/glslopt/glsl-optimizer/src/compiler/glsl/link_varyings.cppstore_tfeedback_info147921Null pointer passed to 1st parameter expecting 'nonnull'View Report
APIArgument with 'nonnull' attribute passed nullroot/firefox-clang/third_party/llama.cpp/src/llama-model-loader.cppllama_model_loader5322Null pointer passed to 1st parameter expecting 'nonnull'View Report
APIArgument with 'nonnull' attribute passed nullroot/firefox-clang/intl/icu/source/common/locdispnames.cpp_getStringOrCopyKey35647Null pointer passed to 1st parameter expecting 'nonnull'View Report
APIArgument with 'nonnull' attribute passed nullroot/firefox-clang/mozglue/static/lz4/lz4frame.cLZ4F_updateDict157946Null pointer passed to 2nd parameter expecting 'nonnull'View Report
APIArgument with 'nonnull' attribute passed nullroot/firefox-clang/mozglue/static/lz4/lz4frame.cLZ4F_updateDict158846Null pointer passed to 2nd parameter expecting 'nonnull'View Report
APIArgument with 'nonnull' attribute passed nullroot/firefox-clang/config/nsinstall.cmain31612Null pointer passed to 1st parameter expecting 'nonnull'View Report
APIArgument with 'nonnull' attribute passed nullroot/firefox-clang/config/pathsub.cino2name9313Null pointer passed to 1st parameter expecting 'nonnull'View Report
APIArgument with 'nonnull' attribute passed nullroot/firefox-clang/security/nss/lib/softoken/pkcs11c.csftk_MACUpdate371322Null pointer passed to 2nd parameter expecting 'nonnull'View Report
APIArgument with 'nonnull' attribute passed nullroot/firefox-clang/security/nss/lib/softoken/pkcs11u.csftk_objectMatch207632Null pointer passed to 1st parameter expecting 'nonnull'View Report
APIArgument with 'nonnull' attribute passed nullroot/firefox-clang/intl/icu/source/common/udata.cppisTimeZoneFile110915Null pointer passed to 1st parameter expecting 'nonnull'View Report
Logic errorArray subscript is undefinedroot/firefox-clang/third_party/dav1d/src/decode.cdecode_sb238520Array subscript is undefinedView Report
Logic errorArray subscript is undefinedroot/firefox-clang/third_party/dav1d/src/thread_task.cdelayed_fg_task53222Array subscript is undefinedView Report
Logic errorAssigned value is uninitializedroot/firefox-clang/obj-x86_64-pc-linux-gnu/media/libdav1d/16bd_filmgrain_tmpl.csample_lut16329Assigned value is uninitializedView Report
Logic errorAssigned value is uninitializedroot/firefox-clang/obj-x86_64-pc-linux-gnu/media/libdav1d/8bd_filmgrain_tmpl.csample_lut16327Assigned value is uninitializedView Report
Logic errorAssigned value is uninitializedroot/firefox-clang/third_party/rust/glslopt/glsl-optimizer/src/compiler/glsl/ast_to_hir.cpphir879714Assigned value is uninitializedView Report
Logic errorAssigned value is uninitializedroot/firefox-clang/media/ffvpx/libavcodec/flacdec.cdecode_subframe_fixed31053Assigned value is uninitializedView Report
Logic errorAssigned value is uninitializedroot/firefox-clang/media/ffvpx/libavutil/hwcontext_vulkan.cvulkan_transfer_frame468641Assigned value is uninitializedView Report
Logic errorAssigned value is uninitializedroot/firefox-clang/media/ffvpx/libavcodec/imgconvert.cavcodec_find_best_pix_fmt_of_list456Assigned value is uninitializedView Report
Logic errorAssigned value is uninitializedroot/firefox-clang/modules/fdlibm/src/k_rem_pio2.cpp__kernel_rem_pio243839Assigned value is uninitializedView Report
Logic errorAssigned value is uninitializedroot/firefox-clang/modules/fdlibm/src/k_rem_pio2.cpp__kernel_rem_pio244046Assigned value is uninitializedView Report
Logic errorAssigned value is uninitializedroot/firefox-clang/modules/fdlibm/src/k_rem_pio2.cpp__kernel_rem_pio237341Assigned value is uninitializedView Report
Logic errorAssigned value is uninitializedroot/firefox-clang/third_party/rust/glslopt/glsl-optimizer/src/compiler/glsl/lower_int64.cppexpand_source22629Assigned value is uninitializedView Report
Logic errorAssigned value is uninitializedroot/firefox-clang/gfx/pixman/pixman/pixman/pixman-mmx.cfast_composite_scaled_bilinear_mmx_8888_8888_normal_OVER376631Assigned value is uninitializedView Report
Logic errorAssigned value is uninitializedroot/firefox-clang/gfx/pixman/pixman/pixman/pixman-mmx.cfast_composite_scaled_bilinear_mmx_8888_8888_normal_SRC371631Assigned value is uninitializedView Report
Logic errorAssigned value is uninitializedroot/firefox-clang/gfx/pixman/pixman/pixman/pixman-mmx.cfast_composite_scaled_bilinear_mmx_8888_8_8888_normal_OVER383832Assigned value is uninitializedView Report
Logic errorAssigned value is uninitializedroot/firefox-clang/gfx/pixman/pixman/pixman/pixman-sse2.cfast_composite_scaled_bilinear_sse2_8888_8888_normal_OVER589231Assigned value is uninitializedView Report
Logic errorAssigned value is uninitializedroot/firefox-clang/gfx/pixman/pixman/pixman/pixman-sse2.cfast_composite_scaled_bilinear_sse2_8888_8888_normal_SRC573531Assigned value is uninitializedView Report
Logic errorAssigned value is uninitializedroot/firefox-clang/gfx/pixman/pixman/pixman/pixman-sse2.cfast_composite_scaled_bilinear_sse2_8888_8_8888_normal_OVER604932Assigned value is uninitializedView Report
Logic errorAssigned value is uninitializedroot/firefox-clang/gfx/pixman/pixman/pixman/pixman-sse2.cfast_composite_scaled_bilinear_sse2_8888_n_8888_normal_OVER616230Assigned value is uninitializedView Report
Logic errorAssigned value is uninitializedroot/firefox-clang/gfx/pixman/pixman/pixman/pixman-sse2.cfast_composite_scaled_bilinear_sse2_x888_8888_normal_SRC579531Assigned value is uninitializedView Report
Logic errorAssigned value is uninitializedroot/firefox-clang/tools/power/rapl.cppDomain51520Assigned value is uninitializedView Report
Logic errorAssigned value is uninitializedroot/firefox-clang/third_party/dav1d/src/refmvs.cadd_spatial_candidate8039The left expression of the compound assignment uses uninitialized memoryView Report
Logic errorAssigned value is uninitializedroot/firefox-clang/intl/icu/source/i18n/scriptset.cppintersect1114The left expression of the compound assignment uses uninitialized memoryView Report
Logic errorAssigned value is uninitializedroot/firefox-clang/third_party/sqlite3/ext/sqlite-vec/sqlite-vec.cvec0Filter_point821934Assigned value is uninitializedView Report
Logic errorAssigned value is uninitializedroot/firefox-clang/intl/icu/source/common/umutablecptrie.cppmakeHashCode84712Assigned value is uninitializedView Report
Logic errorAssigned value is uninitializedroot/firefox-clang/intl/icu/source/common/uniset.cppexclusiveOr174334Assigned value is uninitializedView Report
Logic errorAssigned value is uninitializedroot/firefox-clang/intl/icu/source/common/uniset.cppretain191233Assigned value is uninitializedView Report
Logic errorAssigned value is uninitializedroot/firefox-clang/media/libvorbis/lib/vorbis_floor1.cfloor1_encode87021Assigned value is uninitializedView Report
Logic errorAssigned value is uninitializedroot/firefox-clang/media/ffvpx/libavcodec/vp8.cvp78_decode_frame26251Assigned value is uninitializedView Report
Logic errorAssigned value is uninitializedroot/firefox-clang/media/ffvpx/libavcodec/vp9mvs.cfind_ref_mvs14224Assigned value is uninitializedView Report
Logic errorAssigned value is uninitializedroot/firefox-clang/media/ffvpx/libavcodec/vp9mvs.cfind_ref_mvs14426Assigned value is uninitializedView Report
Logic errorAssigned value is uninitializedroot/firefox-clang/media/ffvpx/libavcodec/vp9mvs.cfind_ref_mvs14926Assigned value is uninitializedView Report
Logic errorAssigned value is uninitializedroot/firefox-clang/media/ffvpx/libavcodec/vp9mvs.cfind_ref_mvs15128Assigned value is uninitializedView Report
Logic errorAssigned value is uninitializedroot/firefox-clang/media/ffvpx/libavcodec/vp9mvs.cfind_ref_mvs16732Assigned value is uninitializedView Report
Logic errorAssigned value is uninitializedroot/firefox-clang/media/ffvpx/libavcodec/vp9mvs.cfind_ref_mvs16934Assigned value is uninitializedView Report
Memory errorBad deallocatorroot/firefox-clang/memory/mozalloc/cxxalloc.hoperator delete6448Memory allocated by 'operator new' should be deallocated by 'delete', not 'free()'View Report
Suspicious operationBitwise shiftroot/firefox-clang/media/libjpeg/src/jdhuff.cdecode_mcu_slow57632The result of left shift is undefined because the right operand is >= 57, not smaller than 32, the capacity of 'int'View Report
Suspicious operationBitwise shiftroot/firefox-clang/media/libjpeg/src/jdhuff.cjpeg_huff_decode44733The result of left shift is undefined because the right operand is >= 58, not smaller than 32, the capacity of 'int'View Report
Suspicious operationBitwise shiftroot/firefox-clang/media/ffvpx/libavcodec/mathops.hsign_extend13853The result of left shift is undefined because the right operand '2147483680' is not smaller than 32, the capacity of 'unsigned int'View Report
Suspicious operationBitwise shiftroot/firefox-clang/media/ffvpx/libavcodec/put_bits.hput_bits_no_assert23639The result of right shift is undefined because the right operand is negativeView Report
Suspicious operationBitwise shiftroot/firefox-clang/media/ffvpx/libavcodec/vp9mvs.cread_mv_component26826The result of left shift is undefined because the right operand is negativeView Report
Logic errorBranch condition evaluates to a garbage valueroot/firefox-clang/gfx/cairo/cairo/src/cairo-ft-font.c_cairo_ft_scaled_glyph_init_record_colr_v0_glyph287327Branch condition evaluates to a garbage valueView Report
Logic errorBranch condition evaluates to a garbage valueroot/firefox-clang/media/libjpeg/src/jcmaster.cvalidate_script42919Branch condition evaluates to a garbage valueView Report
Logic errorBranch condition evaluates to a garbage valueroot/firefox-clang/xpcom/base/nsCOMPtr.h~nsCOMPtr33811Branch condition evaluates to a garbage valueView Report
Logic errorBranch condition evaluates to a garbage valueroot/firefox-clang/third_party/rust/glslopt/glsl-optimizer/src/compiler/glsl/opt_function_inlining.cppgenerate_inline27326Branch condition evaluates to a garbage valueView Report
Logic errorBranch condition evaluates to a garbage valueroot/firefox-clang/third_party/sqlite3/ext/sqlite-vec/sqlite-vec.cvec0_result_id401426Branch condition evaluates to a garbage valueView Report
Logic errorBranch condition evaluates to a garbage valueroot/firefox-clang/media/ffvpx/libavcodec/vp8.cvp8_mc_chroma189428Branch condition evaluates to a garbage valueView Report
Logic errorCalled C++ object pointer is nullroot/firefox-clang/dom/events/EventStateManager.cppDispatchMouseOrPointerBoundaryEvent537686Called C++ object pointer is nullView Report
Logic errorCalled C++ object pointer is nullroot/firefox-clang/mfbt/HashTable.hget120634Called C++ object pointer is nullView Report
Logic errorCalled C++ object pointer is nullroot/firefox-clang/mfbt/HashTable.hoperator*135620Called C++ object pointer is nullView Report
Logic errorCalled C++ object pointer is nullroot/firefox-clang/mfbt/HashTable.hoperator->136420Called C++ object pointer is nullView Report
Logic errorCalled C++ object pointer is nullroot/firefox-clang/third_party/angle/src/compiler/translator/tree_ops/RewriteStructSamplers.cppstripStructSpecifierSamplers39414Called C++ object pointer is nullView Report
Logic errorCalled C++ object pointer is nullroot/firefox-clang/third_party/rust/glslopt/glsl-optimizer/src/compiler/glsl/ast_to_hir.cpphir606626Called C++ object pointer is nullView Report
Logic errorCalled C++ object pointer is nullroot/firefox-clang/intl/icu/source/i18n/calendar.cppcloneInstance5103Called C++ object pointer is nullView Report
Logic errorCalled C++ object pointer is nullroot/firefox-clang/intl/icu/source/i18n/calendar.cppcreateInstance96422Called C++ object pointer is nullView Report
Logic errorCalled C++ object pointer is nullroot/firefox-clang/intl/icu/source/i18n/calendar.cppgetCalendarTypeFromLocale100321Called C++ object pointer is nullView Report
Logic errorCalled C++ object pointer is nullroot/firefox-clang/intl/icu/source/i18n/dtfmtsym.cppcreateForLocale28521Called C++ object pointer is nullView Report
Logic errorCalled C++ object pointer is nullroot/firefox-clang/intl/icu/source/i18n/dtitvfmt.cppadoptCalendar6543Called C++ object pointer is nullView Report
Logic errorCalled C++ object pointer is nullroot/firefox-clang/third_party/llama.cpp/src/models/kimi-linear.cppgraph24710Called C++ object pointer is nullView Report
Logic errorCalled C++ object pointer is nullroot/firefox-clang/third_party/llama.cpp/src/models/kimi-linear.cppgraph24710Called C++ object pointer is nullView Report
Logic errorCalled C++ object pointer is nullroot/firefox-clang/third_party/llama.cpp/src/models/kimi-linear.cppgraph24812Called C++ object pointer is nullView Report
Logic errorCalled C++ object pointer is nullroot/firefox-clang/third_party/llama.cpp/src/models/kimi-linear.cppgraph24914Called C++ object pointer is nullView Report
Logic errorCalled C++ object pointer is nullroot/firefox-clang/third_party/rust/glslopt/glsl-optimizer/src/compiler/glsl/linker.cppassign_attribute_or_color_locations296733Called C++ object pointer is nullView Report
Logic errorCalled C++ object pointer is nullroot/firefox-clang/intl/icu/source/i18n/nfrule.cppmatchToDelimiter125221Called C++ object pointer is nullView Report
Logic errorCalled C++ object pointer is nullroot/firefox-clang/dom/base/nsContentUtils.cppNewXULOrHTMLElement1228231Called C++ object pointer is nullView Report
Logic errorCalled C++ object pointer is nullroot/firefox-clang/dom/base/nsContentUtils.cppNewXULOrHTMLElement1235138Called C++ object pointer is nullView Report
Logic errorCalled C++ object pointer is nullroot/firefox-clang/dom/base/nsContentUtils.cppNewXULOrHTMLElement1237934Called C++ object pointer is nullView Report
Logic errorCalled C++ object pointer is nullroot/firefox-clang/dom/base/nsDOMMutationObserver.hNodesAdded64316Called C++ object pointer is nullView Report
Logic errorCalled C++ object pointer is nullroot/firefox-clang/intl/icu/source/i18n/plurfmt.cppformat28611Called C++ object pointer is nullView Report
Logic errorCalled C++ object pointer is nullroot/firefox-clang/intl/icu/source/i18n/plurfmt.cppformat28811Called C++ object pointer is nullView Report
Logic errorCalled C++ object pointer is nullroot/firefox-clang/intl/icu/source/i18n/rbtz.cppoperator=8911Called C++ object pointer is nullView Report
Logic errorCalled C++ object pointer is nullroot/firefox-clang/intl/icu/source/i18n/smpdtfmt.cppparseInt40156Called C++ object pointer is nullView Report
Logic errorCalled C++ object pointer is nullroot/firefox-clang/intl/icu/source/i18n/smpdtfmt.cppsubFormat210632Called C++ object pointer is nullView Report
Logic errorCalled C++ object pointer is nullroot/firefox-clang/intl/icu/source/i18n/tzgnames.cppformatGenericNonLocationName65621Called C++ object pointer is nullView Report
Logic errorCalled C++ object pointer is uninitializedroot/firefox-clang/gfx/gl/GLContextProviderGLX.cppoperator()34222Called C++ object pointer is uninitializedView Report
Logic errorCalled function pointer is null (null dereference)root/firefox-clang/gfx/pixman/pixman/pixman/pixman-glyph.c_moz_pixman_composite_glyphs_no_mask49011Called function pointer is null (null dereference)View Report
Logic errorCalled function pointer is null (null dereference)root/firefox-clang/gfx/pixman/pixman/pixman/pixman-glyph.cadd_glyphs61014Called function pointer is null (null dereference)View Report
Logic errorCalled function pointer is null (null dereference)root/firefox-clang/media/ffvpx/libavutil/refstruct.crefstruct_pool_get_ext27950Called function pointer is null (null dereference)View Report
Unused codeDead assignmentroot/firefox-clang/toolkit/components/reputationservice/ApplicationReputation.cppDoLookupInternal14551Value stored to 'rv' is never readView Report
Unused codeDead assignmentroot/firefox-clang/ipc/glue/BackgroundUtils.cppLoadInfoToLoadInfoArgs5201Value stored to 'rv' is never readView Report
Unused codeDead assignmentroot/firefox-clang/netwerk/cache2/CacheFileContextEvictor.cppLoadEvictInfoFromDisk3581Value stored to 'rv' is never readView Report
Unused codeDead assignmentroot/firefox-clang/netwerk/cache2/CacheFileIOManager.cppDoomFileInternal24581Value stored to 'rv' is never readView Report
Unused codeDead assignmentroot/firefox-clang/netwerk/cache2/CacheFileIOManager.cppOnProfile13921Value stored to 'rv' is never readView Report
Unused codeDead assignmentroot/firefox-clang/netwerk/cache2/CacheFileIOManager.cppOnProfile13971Value stored to 'rv' is never readView Report
Unused codeDead assignmentroot/firefox-clang/netwerk/cache2/CacheFileIOManager.cppRemoveTrashInternal38091Value stored to 'rv' is never readView Report
Unused codeDead assignmentroot/firefox-clang/netwerk/cache2/CacheIndex.cppParseJournal25331Value stored to 'pos' is never readView Report
Unused codeDead assignmentroot/firefox-clang/netwerk/cache2/CacheIndex.cppParseRecords24061Value stored to 'pos' is never readView Report
Unused codeDead assignmentroot/firefox-clang/netwerk/cache2/CacheStorageService.cppCheckStorageEntry18481Value stored to 'rv' is never readView Report
Unused codeDead assignmentroot/firefox-clang/toolkit/components/url-classifier/Classifier.cppSwapDirectoryContent6251Value stored to 'rv' is never readView Report
Unused codeDead assignmentroot/firefox-clang/toolkit/components/url-classifier/Classifier.cppSwapDirectoryContent6261Value stored to 'rv' is never readView Report
Unused codeDead assignmentroot/firefox-clang/js/src/debugger/Debugger.cppsweepAll42191Value stored to 'dbg' is never readView Report
Unused codeDead assignmentroot/firefox-clang/netwerk/cache2/Dictionary.cppParseMetadata6011Value stored to 'aSrc' is never readView Report
Unused codeDead assignmentroot/firefox-clang/layout/style/GeckoBindings.cppGetOrCreateKeyframe11101Value stored to 'keyframeIndex' is never readView Report
Unused codeDead assignmentroot/firefox-clang/netwerk/protocol/http/HttpBaseChannel.cppDoApplyContentConversionsInternal16271Value stored to 'rv' is never readView Report
Unused codeDead assignmentroot/firefox-clang/netwerk/protocol/http/HttpBaseChannel.cppDoApplyContentConversionsInternal16281Value stored to 'rv' is never readView Report
Unused codeDead assignmentroot/firefox-clang/netwerk/protocol/http/HttpBaseChannel.cppTimingAllowCheck58561Value stored to 'rv' is never readView Report
Unused codeDead assignmentroot/firefox-clang/third_party/angle/src/compiler/translator/tree_util/IntermTraverse.cpptraverseAggregate7001Value stored to 'visit' is never readView Report
Unused codeDead assignmentroot/firefox-clang/third_party/angle/src/compiler/translator/tree_util/IntermTraverse.cpptraverseBinary3741Value stored to 'visit' is never readView Report
Unused codeDead assignmentroot/firefox-clang/third_party/angle/src/compiler/translator/tree_util/IntermTraverse.cpptraverseBlock4911Value stored to 'visit' is never readView Report
Unused codeDead assignmentroot/firefox-clang/third_party/angle/src/compiler/translator/tree_util/IntermTraverse.cpptraverseFunctionDefinition4471Value stored to 'visit' is never readView Report
Unused codeDead assignmentroot/firefox-clang/third_party/angle/src/compiler/translator/tree_util/IntermTraverse.cpptraverseUnary4151Value stored to 'visit' is never readView Report
Unused codeDead assignmentroot/firefox-clang/netwerk/protocol/http/OpaqueResponseUtils.hDetermineContentType1731Value stored to 'rv' is never readView Report
Unused codeDead assignmentroot/firefox-clang/gfx/vr/service/OpenVRSession.cppGetControllerHandFromControllerRole1211Value stored to 'hand' is never readView Report
Unused codeDead assignmentroot/firefox-clang/dom/media/encoder/OpusTrackEncoder.cppEncode4011Value stored to 'result' is never readView Report
Unused codeDead assignmentroot/firefox-clang/dom/payments/PaymentRequestService.cppRequestPayment3361Value stored to 'rv' is never readView Report
Unused codeDead assignmentroot/firefox-clang/dom/payments/PaymentRequestService.cppShowPayment5631Value stored to 'rv' is never readView Report
Unused codeDead assignmentroot/firefox-clang/modules/libpref/Preferences.cppReadSavedPrefs54471Value stored to 'rv' is never readView Report
Unused codeDead assignmentroot/firefox-clang/modules/libpref/Preferences.cppReadUserOverridePrefs54741Value stored to 'rv' is never readView Report
Unused codeDead assignmentroot/firefox-clang/toolkit/components/url-classifier/ProtocolParser.cppProcessOneResponse11881Value stored to 'rv' is never readView Report
Unused codeDead assignmentroot/firefox-clang/toolkit/components/url-classifier/ProtocolParser.cppProcessOneResponse11911Value stored to 'rv' is never readView Report
Unused codeDead assignmentroot/firefox-clang/toolkit/components/url-classifier/ProtocolParser.cppProcessOneResponse11941Value stored to 'rv' is never readView Report
Unused codeDead assignmentroot/firefox-clang/toolkit/components/url-classifier/ProtocolParser.cppProcessOneResponse11971Value stored to 'rv' is never readView Report
Unused codeDead assignmentroot/firefox-clang/dom/prototype/PrototypeDocumentContentSink.cppLoadScript7621Value stored to 'rv' is never readView Report
Unused codeDead assignmentroot/firefox-clang/dom/prototype/PrototypeDocumentContentSink.cppLoadScript7401Value stored to 'rv' is never readView Report
Unused codeDead assignmentroot/firefox-clang/dom/prototype/PrototypeDocumentContentSink.cppOnScriptCompileComplete9171Value stored to 'rv' is never readView Report
Unused codeDead assignmentroot/firefox-clang/js/src/jit/RangeAnalysis.cppdump4761Value stored to 'first' is never readView Report
Unused codeDead assignmentroot/firefox-clang/gfx/harfbuzz/src/OT/Layout/GSUB/ReverseChainSingleSubstFormat1.hhcollect_glyphs1721Value stored to 'count' is never readView Report
Unused codeDead assignmentroot/firefox-clang/third_party/angle/src/compiler/translator/tree_util/RunAtTheEndOfShader.cppWrapMainAndAppend1161Value stored to 'replaced' is never readView Report
Unused codeDead assignmentroot/firefox-clang/dom/script/ScriptLoader.cppOnStreamComplete47821Value stored to 'rv' is never readView Report
Unused codeDead assignmentroot/firefox-clang/gfx/skia/skia/src/core/SkEdgeBuilder.cppbuildPoly2271Value stored to 'maxEdgeCount' is never readView Report
Unused codeDead assignmentroot/firefox-clang/gfx/skia/skia/src/core/SkMipmapAccessor.cppSkMipmapAccessor831Value stored to 'resolvedMode' is never readView Report
Unused codeDead assignmentroot/firefox-clang/gfx/skia/skia/src/core/SkMipmapAccessor.cppSkMipmapAccessor1031Value stored to 'resolvedMode' is never readView Report
Unused codeDead assignmentroot/firefox-clang/gfx/skia/skia/src/pathops/SkPathOpsCommon.cppAngleWinding621Value stored to 'segment' is never readView Report
Unused codeDead assignmentroot/firefox-clang/gfx/skia/skia/src/utils/SkPolyUtils.cppSkIsConvexPolygon2361Value stored to 'prevIndex' is never readView Report
Unused codeDead assignmentroot/firefox-clang/gfx/skia/skia/src/sksl/analysis/SkSLGetLoopUnrollInfo.cppGetLoopUnrollInfo3581Value stored to 'cond' is never readView Report
Unused codeDead assignmentroot/firefox-clang/toolkit/components/antitracking/StorageAccess.cppShouldAllowAccessFor8031Value stored to 'rv' is never readView Report
Unused codeDead assignmentroot/firefox-clang/mfbt/StringBuffer.hRelease1881Value stored to 'count' is never readView Report
Unused codeDead assignmentroot/firefox-clang/media/libsoundtouch/src/TDStretch.cppseekBestOverlapPositionFull2831Value stored to 'bestCorr' is never readView Report
Unused codeDead assignmentroot/firefox-clang/security/manager/ssl/tests/unit/tlsserver/lib/TLSServer.cppHandleConnection3721Value stored to 'rv' is never readView Report
Unused codeDead assignmentroot/firefox-clang/netwerk/dns/TRR.cppSendHTTPRequest2651Value stored to 'rv' is never readView Report
Unused codeDead assignmentroot/firefox-clang/toolkit/components/antitracking/URLQueryStringStripper.cppURLQueryStringStripper691Value stored to 'rv' is never readView Report
Unused codeDead assignmentroot/firefox-clang/gfx/vr/ipc/VRManagerChild.cppUpdateDisplayInfo1701Value stored to 'found' is never readView Report
Unused codeDead assignmentroot/firefox-clang/gfx/layers/wr/WebRenderLayerManager.cppEndTransactionWithoutLayer3871Value stored to 'builderDumpIndex' is never readView Report
Unused codeDead assignmentroot/firefox-clang/gfx/layers/wr/WebRenderLayerManager.cppEndTransactionWithoutLayer3951Value stored to 'builderDumpIndex' is never readView Report
Unused codeDead assignmentroot/firefox-clang/netwerk/protocol/websocket/WebSocketChannel.cppHandleExtensions27201Value stored to 'rv' is never readView Report
Unused codeDead assignmentroot/firefox-clang/dom/xhr/XMLHttpRequestMainThread.cppInitiateFetch27941Value stored to 'rv' is never readView Report
Unused codeDead assignmentroot/firefox-clang/ipc/testshell/XPCShellEnvironment.cppProcessFile3241Value stored to 'ok' is never readView Report
Unused codeDead assignmentroot/firefox-clang/extensions/spellcheck/hunspell/src/affixmgr.cxxparse_breaktable42921Value stored to 'numbreak' is never readView Report
Unused codeDead assignmentroot/firefox-clang/extensions/spellcheck/hunspell/src/affixmgr.cxxparse_defcpdtable40851Value stored to 'numdefcpd' is never readView Report
Unused codeDead assignmentroot/firefox-clang/extensions/spellcheck/hunspell/src/affixmgr.cxxparse_maptable41861Value stored to 'nummap' is never readView Report
Unused codeDead assignmentroot/firefox-clang/third_party/libwebrtc/modules/audio_processing/agc/legacy/analog_agc.ccWebRtcAgc_ProcessAnalog8121Value stored to 'tmp32' is never readView Report
Unused codeDead assignmentroot/firefox-clang/third_party/llama.cpp/src/models/arwkv7.cppgraph1651Value stored to 'cur' is never readView Report
Unused codeDead assignmentroot/firefox-clang/third_party/rust/glslopt/glsl-optimizer/src/compiler/glsl/ast_function.cppcopy_index_derefs_to_temps3701Value stored to 'ir' is never readView Report
Unused codeDead assignmentroot/firefox-clang/third_party/rust/glslopt/glsl-optimizer/src/compiler/glsl/ast_to_hir.cpphir59281Value stored to 'type' is never readView Report
Unused codeDead assignmentroot/firefox-clang/third_party/rust/glslopt/glsl-optimizer/src/compiler/glsl/ast_to_hir.cpphir79901Value stored to 'var_mode' is never readView Report
Unused codeDead assignmentroot/firefox-clang/third_party/rust/glslopt/glsl-optimizer/src/compiler/glsl/ast_to_hir.cpphir79911Value stored to 'iface_type_name' is never readView Report
Unused codeDead assignmentroot/firefox-clang/third_party/rust/glslopt/glsl-optimizer/src/compiler/glsl/ast_to_hir.cpphir54021Value stored to 'error_emitted' is never readView Report
Unused codeDead assignmentroot/firefox-clang/media/ffvpx/libavutil/avsscanf.cdecfloat3401Value stored to 'j' is never readView Report
Unused codeDead assignmentroot/firefox-clang/media/libopus/celt/bands.ccompute_theta8991Value stored to 'itheta_q30' is never readView Report
Unused codeDead assignmentroot/firefox-clang/gfx/cairo/cairo/src/cairo-analysis-surface.c_analyze_recording_surface_pattern3811Value stored to 'unused' is never readView Report
Unused codeDead assignmentroot/firefox-clang/gfx/cairo/cairo/src/cairo-analysis-surface.c_analyze_recording_surface_pattern3861Value stored to 'unused' is never readView Report
Unused codeDead assignmentroot/firefox-clang/gfx/cairo/cairo/src/cairo-analysis-surface.c_cairo_analysis_surface_operation_extents4521Value stored to 'is_empty' is never readView Report
Unused codeDead assignmentroot/firefox-clang/gfx/cairo/cairo/src/cairo-bentley-ottmann-rectangular.c_cairo_bentley_ottmann_tessellate_rectangular6391Value stored to 'update' is never readView Report
Unused codeDead assignmentroot/firefox-clang/gfx/cairo/cairo/src/cairo-cff-subset.c_cairo_cff_scaled_font_is_cid_cff31401Value stored to 'status' is never readView Report
Unused codeDead assignmentroot/firefox-clang/gfx/cairo/cairo/src/cairo-cff-subset.ccairo_cff_font_fallback_generate34341Value stored to 'status' is never readView Report
Unused codeDead assignmentroot/firefox-clang/gfx/cairo/cairo/src/cairo-cff-subset.ccairo_cff_font_read_font_metrics11581Value stored to 'p' is never readView Report
Unused codeDead assignmentroot/firefox-clang/gfx/cairo/cairo/src/cairo-cff-subset.ccairo_cff_font_read_font_metrics11811Value stored to 'p' is never readView Report
Unused codeDead assignmentroot/firefox-clang/gfx/cairo/cairo/src/cairo-clip.c_cairo_rectangle_list_create_in_error7401Value stored to 'status' is never readView Report
Unused codeDead assignmentroot/firefox-clang/gfx/cairo/cairo/src/cairo-default-context.c_cairo_default_context_push_group1651Value stored to 'is_empty' is never readView Report
Unused codeDead assignmentroot/firefox-clang/gfx/cairo/cairo/src/cairo-device.c_moz_cairo_device_flush2711Value stored to 'status' is never readView Report
Unused codeDead assignmentroot/firefox-clang/gfx/cairo/cairo/src/cairo-fallback-compositor.c_cairo_fallback_compositor_fill1391Value stored to 'status' is never readView Report
Unused codeDead assignmentroot/firefox-clang/gfx/cairo/cairo/src/cairo-fallback-compositor.c_cairo_fallback_compositor_glyphs1661Value stored to 'status' is never readView Report
Unused codeDead assignmentroot/firefox-clang/gfx/cairo/cairo/src/cairo-fallback-compositor.c_cairo_fallback_compositor_mask821Value stored to 'status' is never readView Report
Unused codeDead assignmentroot/firefox-clang/gfx/cairo/cairo/src/cairo-fallback-compositor.c_cairo_fallback_compositor_paint611Value stored to 'status' is never readView Report
Unused codeDead assignmentroot/firefox-clang/gfx/cairo/cairo/src/cairo-fallback-compositor.c_cairo_fallback_compositor_stroke1101Value stored to 'status' is never readView Report
Unused codeDead assignmentroot/firefox-clang/gfx/cairo/cairo/src/cairo-ft-font.c_cairo_ft_scaled_glyph_init_surface27391Value stored to 'glyph' is never readView Report
Unused codeDead assignmentroot/firefox-clang/gfx/cairo/cairo/src/cairo-ft-font.c_moz_cairo_ft_scaled_font_lock_face48191Value stored to 'status' is never readView Report
Unused codeDead assignmentroot/firefox-clang/gfx/cairo/cairo/src/cairo-ft-font.c_moz_cairo_ft_scaled_font_lock_face48271Value stored to 'status' is never readView Report
Unused codeDead assignmentroot/firefox-clang/gfx/cairo/cairo/src/cairo-image-compositor.ccomposite_glyphs_via_mask10961Value stored to 'status' is never readView Report
Unused codeDead assignmentroot/firefox-clang/gfx/cairo/cairo/src/cairo-path-stroke-tristrip.cinner_close2191Value stored to 'inpt' is never readView Report
Unused codeDead assignmentroot/firefox-clang/gfx/cairo/cairo/src/cairo-path-stroke-tristrip.cinner_close2211Value stored to 'inpt' is never readView Report
Unused codeDead assignmentroot/firefox-clang/gfx/cairo/cairo/src/cairo-path-stroke-tristrip.cinner_join2031Value stored to 'outpt' is never readView Report
Unused codeDead assignmentroot/firefox-clang/gfx/cairo/cairo/src/cairo-path-stroke-tristrip.cinner_join2051Value stored to 'outpt' is never readView Report
Unused codeDead assignmentroot/firefox-clang/gfx/cairo/cairo/src/cairo-pattern.c_cairo_pattern_add_color_stop18591Value stored to 'status' is never readView Report
Unused codeDead assignmentroot/firefox-clang/gfx/cairo/cairo/src/cairo-pattern.c_cairo_pattern_create_in_error6621Value stored to 'status' is never readView Report
Unused codeDead assignmentroot/firefox-clang/gfx/cairo/cairo/src/cairo-pattern.c_moz_cairo_pattern_set_matrix20411Value stored to 'status' is never readView Report
Unused codeDead assignmentroot/firefox-clang/gfx/cairo/cairo/src/cairo-pdf-surface.c_cairo_pdf_surface_create_for_stream_internal5981Value stored to 'status_ignored' is never readView Report
Unused codeDead assignmentroot/firefox-clang/gfx/cairo/cairo/src/cairo-pdf-surface.c_cairo_pdf_surface_create_for_stream_internal4531Value stored to 'status' is never readView Report
Unused codeDead assignmentroot/firefox-clang/gfx/cairo/cairo/src/cairo-pdf-surface.c_cairo_pdf_surface_supports_color_glyph94041Value stored to 'status' is never readView Report
Unused codeDead assignmentroot/firefox-clang/gfx/cairo/cairo/src/cairo-pdf-surface.c_extract_pdf_surface7011Value stored to 'status_ignored' is never readView Report
Unused codeDead assignmentroot/firefox-clang/gfx/cairo/cairo/src/cairo-pdf-surface.c_moz_cairo_pdf_surface_set_size8421Value stored to 'status' is never readView Report
Unused codeDead assignmentroot/firefox-clang/gfx/cairo/cairo/src/cairo-pdf-surface.ccairo_pdf_surface_add_outline8931Value stored to 'status' is never readView Report
Unused codeDead assignmentroot/firefox-clang/gfx/cairo/cairo/src/cairo-pdf-surface.ccairo_pdf_surface_emit_color_glyph_image68951Value stored to 'status2' is never readView Report
Unused codeDead assignmentroot/firefox-clang/gfx/cairo/cairo/src/cairo-pdf-surface.ccairo_pdf_surface_set_custom_metadata9671Value stored to 'status' is never readView Report
Unused codeDead assignmentroot/firefox-clang/gfx/cairo/cairo/src/cairo-pdf-surface.ccairo_pdf_surface_set_metadata9311Value stored to 'status' is never readView Report
Unused codeDead assignmentroot/firefox-clang/gfx/cairo/cairo/src/cairo-recording-surface.c_moz_cairo_recording_surface_ink_extents26671Value stored to 'status' is never readView Report
Unused codeDead assignmentroot/firefox-clang/gfx/cairo/cairo/src/cairo-scaled-font.c_moz_cairo_scaled_font_glyph_extents16491Value stored to 'status' is never readView Report
Unused codeDead assignmentroot/firefox-clang/gfx/cairo/cairo/src/cairo-scaled-font.c_moz_cairo_scaled_font_text_extents15631Value stored to 'status' is never readView Report
Unused codeDead assignmentroot/firefox-clang/gfx/cairo/cairo/src/cairo-spans-compositor.ccomposite_aligned_boxes6631Value stored to 'status' is never readView Report
Unused codeDead assignmentroot/firefox-clang/gfx/cairo/cairo/src/cairo-spans.c_cairo_nil_scan_converter_init771Value stored to 'status' is never readView Report
Unused codeDead assignmentroot/firefox-clang/gfx/cairo/cairo/src/cairo-spans.c_cairo_nil_span_renderer_init1961Value stored to 'status' is never readView Report
Unused codeDead assignmentroot/firefox-clang/gfx/cairo/cairo/src/cairo-surface-snapshot.c_cairo_surface_snapshot_copy_on_write2081Value stored to 'status' is never readView Report
Unused codeDead assignmentroot/firefox-clang/gfx/cairo/cairo/src/cairo-surface-snapshot.c_cairo_surface_snapshot_copy_on_write2151Value stored to 'status' is never readView Report
Unused codeDead assignmentroot/firefox-clang/gfx/cairo/cairo/src/cairo-tee-surface.c_moz_cairo_tee_surface_add5111Value stored to 'status' is never readView Report
Unused codeDead assignmentroot/firefox-clang/gfx/cairo/cairo/src/cairo-tee-surface.c_moz_cairo_tee_surface_add5211Value stored to 'status' is never readView Report
Unused codeDead assignmentroot/firefox-clang/gfx/cairo/cairo/src/cairo-tee-surface.c_moz_cairo_tee_surface_add4991Value stored to 'status' is never readView Report
Unused codeDead assignmentroot/firefox-clang/gfx/cairo/cairo/src/cairo-toy-font-face.c_moz_cairo_toy_font_face_create3171Value stored to 'status' is never readView Report
Unused codeDead assignmentroot/firefox-clang/gfx/cairo/cairo/src/cairo-traps-compositor.cclip_and_composite_polygon15741Value stored to 'status' is never readView Report
Unused codeDead assignmentroot/firefox-clang/gfx/cairo/cairo/src/cairo-truetype-subset.ccairo_truetype_font_write3381Value stored to 'status' is never readView Report
Unused codeDead assignmentroot/firefox-clang/gfx/cairo/cairo/src/cairo-user-font.c_cairo_user_ucs4_to_index4521Value stored to 'status' is never readView Report
Unused codeDead assignmentroot/firefox-clang/gfx/cairo/cairo/src/cairo-xlib-source.crender_pattern3061Value stored to 'status' is never readView Report
Unused codeDead assignmentroot/firefox-clang/gfx/cairo/cairo/src/cairo-xlib-source.csurface_source10281Value stored to 'status' is never readView Report
Unused codeDead assignmentroot/firefox-clang/gfx/cairo/cairo/src/cairo-xlib-source.csurface_source10421Value stored to 'status' is never readView Report
Unused codeDead assignmentroot/firefox-clang/gfx/cairo/cairo/src/cairo-xlib-surface.c_cairo_xlib_surface_draw_image12091Value stored to 'status' is never readView Report
Unused codeDead assignmentroot/firefox-clang/gfx/cairo/cairo/src/cairo-xlib-surface.c_cairo_xlib_surface_draw_image12541Value stored to 'status' is never readView Report
Unused codeDead assignmentroot/firefox-clang/gfx/cairo/cairo/src/cairo-xlib-surface.c_moz_cairo_xlib_surface_set_drawable22061Value stored to 'status' is never readView Report
Unused codeDead assignmentroot/firefox-clang/gfx/cairo/cairo/src/cairo-xlib-surface.c_moz_cairo_xlib_surface_set_drawable21671Value stored to 'status' is never readView Report
Unused codeDead assignmentroot/firefox-clang/gfx/cairo/cairo/src/cairo.c_moz_cairo_text_path38141Value stored to 'status' is never readView Report
Unused codeDead assignmentroot/firefox-clang/media/libopus/celt/celt_encoder.ctone_lpc13411Value stored to 'r22' is never readView Report
Unused codeDead assignmentroot/firefox-clang/security/nss/cmd/certutil/certext.cAddAuthKeyID11431Value stored to 'rv' is never readView Report
Unused codeDead assignmentroot/firefox-clang/security/nss/cmd/certutil/certutil.cChangeCertTrust621Value stored to 'rv' is never readView Report
Unused codeDead assignmentroot/firefox-clang/security/nss/lib/smime/cmsencode.cNSS_CMSEncoder_Cancel6631Value stored to 'rv' is never readView Report
Unused codeDead assignmentroot/firefox-clang/security/nss/lib/smime/cmsrecinfo.cNSS_CMSRecipientInfo_UnwrapBulkKey5881Value stored to 'algid' is never readView Report
Unused codeDead assignmentroot/firefox-clang/security/nss/lib/smime/cmsrecinfo.cNSS_CMSRecipientInfo_UnwrapBulkKey5891Value stored to 'parameters' is never readView Report
Unused codeDead assignmentroot/firefox-clang/security/nss/lib/smime/cmsrecinfo.cNSS_CMSRecipientInfo_UnwrapBulkKey5901Value stored to 'enckey' is never readView Report
Unused codeDead assignmentroot/firefox-clang/third_party/abseil-cpp/absl/strings/internal/cord_rep_btree.ccExtractAppendBuffer12081Value stored to 'rep' is never readView Report
Unused codeDead assignmentroot/firefox-clang/toolkit/crashreporter/breakpad-client/linux/minidump_writer/cpu_set.hParseSysFile851Value stored to 'item_len' is never readView Report
Unused codeDead assignmentroot/firefox-clang/toolkit/crashreporter/breakpad-client/linux/crash_generation/crash_generation_server.ccClientEvent3241Value stored to 'res' is never readView Report
Unused codeDead assignmentroot/firefox-clang/intl/icu/source/i18n/decNumber.cppdecAddOp39421Value stored to 'bits' is never readView Report
Unused codeDead assignmentroot/firefox-clang/intl/icu/source/i18n/decNumber.cppdecAddOp39061Value stored to 'bits' is never readView Report
Unused codeDead assignmentroot/firefox-clang/intl/icu/source/i18n/decNumber.cppdecDivideOp46421Value stored to 'accunits' is never readView Report
Unused codeDead assignmentroot/firefox-clang/intl/icu/source/i18n/decNumber.cppdecDivideOp48021Value stored to 'accunits' is never readView Report
Unused codeDead assignmentroot/firefox-clang/modules/brotli/dec/decode.cProcessCommandsInternal22421Value stored to 'dict_id' is never readView Report
Unused codeDead assignmentroot/firefox-clang/third_party/llama.cpp/src/models/delta-net-base.cppbuild_delta_net_chunking801Value stored to 'v' is never readView Report
Unused codeDead assignmentroot/firefox-clang/third_party/llama.cpp/src/models/delta-net-base.cppbuild_delta_net_chunking841Value stored to 'b' is never readView Report
Unused codeDead assignmentroot/firefox-clang/third_party/libwebrtc/modules/audio_processing/agc/legacy/digital_agc.ccWebRtcAgc_CalculateGainTable1021Value stored to 'tmp32no1' is never readView Report
Unused codeDead assignmentroot/firefox-clang/js/src/ctypes/libffi/src/dlmalloc.cdlmalloc_set_footprint_limit55181Value stored to 'result' is never readView Report
Unused codeDead assignmentroot/firefox-clang/intl/icu/source/i18n/dtfmtsym.cppprocessResource17841Value stored to 'length' is never readView Report
Unused codeDead assignmentroot/firefox-clang/intl/icu/source/i18n/dtptngen.cppadd21621Value stored to 'curElem' is never readView Report
Unused codeDead assignmentroot/firefox-clang/intl/icu/source/i18n/dtptngen.cppsetTokens25231Value stored to 'startPos' is never readView Report
Unused codeDead assignmentroot/firefox-clang/third_party/llama.cpp/src/models/falcon-h1.cppgraph1701Value stored to 'cur' is never readView Report
Unused codeDead assignmentroot/firefox-clang/third_party/libwebrtc/modules/third_party/fft/fft.cWebRtcIsac_Fftradix4841Value stored to 'ispan' is never readView Report
Unused codeDead assignmentroot/firefox-clang/third_party/llama.cpp/ggml/src/ggml-quants.cquantize_row_iq2_s_impl51871Value stored to 'grid_index' is never readView Report
Unused codeDead assignmentroot/firefox-clang/third_party/llama.cpp/ggml/src/ggml-quants.cquantize_row_iq2_s_impl51551Value stored to 'grid_index' is never readView Report
Unused codeDead assignmentroot/firefox-clang/third_party/llama.cpp/ggml/src/ggml-quants.cquantize_row_iq2_xs_impl35281Value stored to 'grid_index' is never readView Report
Unused codeDead assignmentroot/firefox-clang/third_party/llama.cpp/ggml/src/ggml-quants.cquantize_row_iq2_xs_impl34961Value stored to 'grid_index' is never readView Report
Unused codeDead assignmentroot/firefox-clang/third_party/llama.cpp/ggml/src/ggml-quants.cquantize_row_iq2_xxs_impl33181Value stored to 'grid_index' is never readView Report
Unused codeDead assignmentroot/firefox-clang/third_party/llama.cpp/ggml/src/ggml-quants.cquantize_row_iq3_s_impl41901Value stored to 'grid_index' is never readView Report
Unused codeDead assignmentroot/firefox-clang/third_party/llama.cpp/ggml/src/ggml-quants.cquantize_row_iq3_xxs_impl39821Value stored to 'grid_index' is never readView Report
Unused codeDead assignmentroot/firefox-clang/third_party/rust/glslopt/glsl-optimizer/src/compiler/glsl_types.cppdecode_type_from_blob28071Value stored to 'vector_elements' is never readView Report
Unused codeDead assignmentroot/firefox-clang/third_party/rust/glslopt/glsl-optimizer/src/compiler/glsl_types.cppdecode_type_from_blob28091Value stored to 'vector_elements' is never readView Report
Unused codeDead assignmentroot/firefox-clang/modules/zlib/src/gzwrite.cMOZ_Z_gzvprintf4801Value stored to 'ret' is never readView Report
Unused codeDead assignmentroot/firefox-clang/third_party/libwebrtc/modules/video_coding/h26x_packet_buffer.ccInsertPadding1171Value stored to 'last_continuous_unwrapped_seq_num' is never readView Report
Unused codeDead assignmentroot/firefox-clang/gfx/harfbuzz/src/hb-aat-layout-trak-table.hhapply2251Value stored to 'ptem' is never readView Report
Unused codeDead assignmentroot/firefox-clang/gfx/harfbuzz/src/hb-ot-layout-common.hhMultiItemVarStoreInstancer39621Value stored to 'varStore' is never readView Report
Unused codeDead assignmentroot/firefox-clang/intl/icu/source/i18n/hebrwcal.cppstartOfYear4481Value stored to 'wd' is never readView Report
Unused codeDead assignmentroot/firefox-clang/media/ffvpx/libavutil/hwcontext_vaapi.cvaapi_device_create17331Value stored to 'try_drm' is never readView Report
Unused codeDead assignmentroot/firefox-clang/media/ffvpx/libavutil/hwcontext_vaapi.cvaapi_device_create17351Value stored to 'try_x11' is never readView Report
Unused codeDead assignmentroot/firefox-clang/media/ffvpx/libavutil/hwcontext_vaapi.cvaapi_device_create17371Value stored to 'try_win32' is never readView Report
Unused codeDead assignmentroot/firefox-clang/media/ffvpx/libavutil/hwcontext_vaapi.cvaapi_device_create17451Value stored to 'try_drm' is never readView Report
Unused codeDead assignmentroot/firefox-clang/media/ffvpx/libavutil/hwcontext_vaapi.cvaapi_device_create17461Value stored to 'try_x11' is never readView Report
Unused codeDead assignmentroot/firefox-clang/media/ffvpx/libavutil/hwcontext_vaapi.cvaapi_device_create17471Value stored to 'try_win32' is never readView Report
Unused codeDead assignmentroot/firefox-clang/media/ffvpx/libavutil/hwcontext_vulkan.ccheck_layers11181Value stored to 'token' is never readView Report
Unused codeDead assignmentroot/firefox-clang/dom/media/webrtc/transport/third_party/nICEr/src/ice/ice_candidate_pair.cppnr_ice_candidate_pair_restart4421Value stored to '_status' is never readView Report
Unused codeDead assignmentroot/firefox-clang/security/nss/lib/jar/jarsign.cjar_create_pk72471Value stored to 'rv' is never readView Report
Unused codeDead assignmentroot/firefox-clang/media/libjpeg/src/jclhuff.cencode_mcus_huff3661Value stored to 'temp2' is never readView Report
Unused codeDead assignmentroot/firefox-clang/media/libjpeg/src/jcparam.cjpeg_simple_progression5421Value stored to 'scanptr' is never readView Report
Unused codeDead assignmentroot/firefox-clang/media/libjpeg/src/jcparam.cjpeg_simple_progression5531Value stored to 'scanptr' is never readView Report
Unused codeDead assignmentroot/firefox-clang/security/nss/lib/softoken/jpakesftk.cjpake_Final3201Value stored to 'crv' is never readView Report
Unused codeDead assignmentroot/firefox-clang/security/nss/lib/softoken/jpakesftk.cjpake_Round11501Value stored to 'crv' is never readView Report
Unused codeDead assignmentroot/firefox-clang/security/nss/lib/softoken/jpakesftk.cjpake_Round22271Value stored to 'crv' is never readView Report
Unused codeDead assignmentroot/firefox-clang/third_party/llama.cpp/src/llama-memory-recurrent.cppseq_cp2471Value stored to 'p1' is never readView Report
Unused codeDead assignmentroot/firefox-clang/third_party/llama.cpp/src/llama-memory-recurrent.cppseq_cp2431Value stored to 'p0' is never readView Report
Unused codeDead assignmentroot/firefox-clang/intl/icu/source/common/locid.cppinit20171Value stored to 'separator' is never readView Report
Unused codeDead assignmentroot/firefox-clang/intl/icu/source/common/loclikelysubtags.cppgetLikelyIndex8501Value stored to 'state' is never readView Report
Unused codeDead assignmentroot/firefox-clang/intl/icu/source/common/loclikelysubtags.cppgetLikelyIndex8581Value stored to 'state' is never readView Report
Unused codeDead assignmentroot/firefox-clang/security/nss/lib/softoken/lowkey.cnsslowkey_ConvertToPublicKey4761Value stored to 'rv' is never readView Report
Unused codeDead assignmentroot/firefox-clang/security/nss/lib/softoken/lowpbe.cnsspkcs5_AlgidToParam11671Value stored to 'rv' is never readView Report
Unused codeDead assignmentroot/firefox-clang/media/ffvpx/libavutil/mem.cav_malloc1451Value stored to 'size' is never readView Report
Unused codeDead assignmentroot/firefox-clang/third_party/llama.cpp/src/models/mimo2.cppgraph1011Value stored to 'cur' is never readView Report
Unused codeDead assignmentroot/firefox-clang/third_party/llama.cpp/src/models/minimax-m2.cppgraph651Value stored to 'cur' is never readView Report
Unused codeDead assignmentroot/firefox-clang/extensions/spellcheck/hunspell/glue/mozHunspell.cppLoadDictionaryList2451Value stored to 'rv' is never readView Report
Unused codeDead assignmentroot/firefox-clang/storage/mozStorageAsyncStatementExecution.cppexecuteStatement2281Value stored to 'busyRetry' is never readView Report
Unused codeDead assignmentroot/firefox-clang/storage/mozStorageConnection.cppinternalClose17041Value stored to 'srv' is never readView Report
Unused codeDead assignmentroot/firefox-clang/third_party/libwebrtc/modules/audio_coding/neteq/neteq_impl.ccInsertPacket2651Value stored to 'main_timestamp' is never readView Report
Unused codeDead assignmentroot/firefox-clang/netwerk/base/nsAsyncRedirectVerifyHelper.cppRun2661Value stored to 'rv' is never readView Report
Unused codeDead assignmentroot/firefox-clang/extensions/auth/nsAuthGSSAPI.cppLogGssError2331Value stored to 'ret' is never readView Report
Unused codeDead assignmentroot/firefox-clang/netwerk/protocol/http/nsCORSListenerProxy.cppCheckRequestApproved8241Value stored to 'rv' is never readView Report
Unused codeDead assignmentroot/firefox-clang/layout/base/nsCSSFrameConstructor.cppContentWillBeRemoved69191Value stored to 'parentType' is never readView Report
Unused codeDead assignmentroot/firefox-clang/layout/forms/nsDateTimeControlFrame.cppReflow961Value stored to 'contentBoxBSize' is never readView Report
Unused codeDead assignmentroot/firefox-clang/docshell/base/nsDocShell.cppDisplayLoadError33831Value stored to 'error' is never readView Report
Unused codeDead assignmentroot/firefox-clang/docshell/base/nsDocShell.cppDisplayLoadError33871Value stored to 'error' is never readView Report
Unused codeDead assignmentroot/firefox-clang/dom/serializers/nsDocumentEncoder.cppEncodeToStream15691Value stored to 'rv' is never readView Report
Unused codeDead assignmentroot/firefox-clang/dom/base/nsFocusManager.cppGetSelectionLocation35661Value stored to 'startFrame' is never readView Report
Unused codeDead assignmentroot/firefox-clang/layout/generic/nsGridContainerFrame.cppInitializeItemBaselines65751Value stored to 'baselineTrack' is never readView Report
Unused codeDead assignmentroot/firefox-clang/layout/generic/nsGridContainerFrame.cppInitializeItemBaselines65781Value stored to 'baselineTrack' is never readView Report
Unused codeDead assignmentroot/firefox-clang/widget/gtk/nsGtkKeyUtils.cppHandleKeyPressEvent16611Value stored to 'handlingState' is never readView Report
Unused codeDead assignmentroot/firefox-clang/netwerk/protocol/http/nsHttpChannel.cppOpenCacheInputStream58961Value stored to 'rv' is never readView Report
Unused codeDead assignmentroot/firefox-clang/netwerk/protocol/http/nsHttpChannelAuthProvider.cppGetCredentialsForChallenge9121Value stored to 'identFromURI' is never readView Report
Unused codeDead assignmentroot/firefox-clang/netwerk/protocol/http/nsHttpChannelAuthProvider.cppGetCredentialsForChallenge9561Value stored to 'identFromURI' is never readView Report
Unused codeDead assignmentroot/firefox-clang/netwerk/protocol/http/nsHttpHandler.cppAddStandardRequestHeaders8151Value stored to 'rv' is never readView Report
Unused codeDead assignmentroot/firefox-clang/netwerk/protocol/http/nsHttpHandler.cppAddStandardRequestHeaders8181Value stored to 'rv' is never readView Report
Unused codeDead assignmentroot/firefox-clang/layout/generic/nsIFrame.cppBuildDisplayListForStackingContext38211Value stored to 'createdContainer' is never readView Report
Unused codeDead assignmentroot/firefox-clang/layout/generic/nsImageFrame.cppCreateWebRenderCommands25491Value stored to 'flags' is never readView Report
Unused codeDead assignmentroot/firefox-clang/layout/generic/nsImageFrame.cppCreateWebRenderCommands1631Value stored to 'result' is never readView Report
Unused codeDead assignmentroot/firefox-clang/layout/generic/nsImageFrame.cppPaint23501Value stored to 'result' is never readView Report
Unused codeDead assignmentroot/firefox-clang/netwerk/base/nsInputStreamPump.cppOnInputStreamReady4471Value stored to 'nextState' is never readView Report
Unused codeDead assignmentroot/firefox-clang/layout/mathml/nsMathMLmmultiscriptsFrame.cppPlaceMultiScript4961Value stored to 'trySupScriptShift' is never readView Report
Unused codeDead assignmentroot/firefox-clang/layout/xul/nsMenuPopupFrame.cppFindMenuWithShortcut21121Value stored to 'stringLength' is never readView Report
Unused codeDead assignmentroot/firefox-clang/security/manager/ssl/nsNTLMAuthModule.cppGenerateType1Msg3771Value stored to 'cursor' is never readView Report
Unused codeDead assignmentroot/firefox-clang/security/manager/ssl/nsNTLMAuthModule.cppGenerateType3Msg8611Value stored to 'cursor' is never readView Report
Unused codeDead assignmentroot/firefox-clang/toolkit/components/places/nsNavHistory.cppRowToResult25511Value stored to 'rv' is never readView Report
Unused codeDead assignmentroot/firefox-clang/toolkit/components/url-classifier/nsUrlClassifierUtils.cppMakeFindFullHashRequestV46591Value stored to 'rv' is never readView Report
Unused codeDead assignmentroot/firefox-clang/dom/webbrowserpersist/nsWebBrowserPersist.cppSaveDocumentInternal16561Value stored to 'rv' is never readView Report
Unused codeDead assignmentroot/firefox-clang/toolkit/xre/nsXREDirProvider.cppGetUserProfilesLocalDir2971Value stored to 'rv' is never readView Report
Unused codeDead assignmentroot/firefox-clang/dom/xul/nsXULPrototypeCache.cppGetPrototype1171Value stored to 'rv' is never readView Report
Unused codeDead assignmentroot/firefox-clang/intl/icu/source/i18n/number_modifiers.cppformatTwoArgPattern3011Value stored to 'infixLength' is never readView Report
Unused codeDead assignmentroot/firefox-clang/intl/icu/source/i18n/number_usageprefs.cppmixedMeasuresToMicros1491Value stored to 'status' is never readView Report
Unused codeDead assignmentroot/firefox-clang/intl/icu/source/i18n/number_usageprefs.cppmixedMeasuresToMicros1191Value stored to 'status' is never readView Report
Unused codeDead assignmentroot/firefox-clang/intl/icu/source/i18n/number_utils.cppgetPatternForStyle801Value stored to 'patternKey' is never readView Report
Unused codeDead assignmentroot/firefox-clang/media/ffvpx/libavutil/opt.cset_string_number4211Value stored to 'ret' is never readView Report
Unused codeDead assignmentroot/firefox-clang/security/nss/lib/pkcs12/p12d.csec_pkcs12_validate_cert_nickname22751Value stored to 'setNickname' is never readView Report
Unused codeDead assignmentroot/firefox-clang/security/nss/lib/pkcs7/p7common.cSEC_PKCS7EncryptContents4511Value stored to 'rv' is never readView Report
Unused codeDead assignmentroot/firefox-clang/security/nss/lib/pkcs7/p7common.cSEC_PKCS7EncryptContents4561Value stored to 'rv' is never readView Report
Unused codeDead assignmentroot/firefox-clang/security/nss/lib/pkcs7/p7decode.csec_pkcs7_verify_signature17721Value stored to 'rv' is never readView Report
Unused codeDead assignmentroot/firefox-clang/gfx/harfbuzz/src/graph/pairpos-graph.hhsplit_subtables2831Value stored to 'class_def_1_size' is never readView Report
Unused codeDead assignmentroot/firefox-clang/gfx/harfbuzz/src/graph/pairpos-graph.hhsplit_subtables2841Value stored to 'coverage_size' is never readView Report
Unused codeDead assignmentroot/firefox-clang/gfx/pixman/pixman/pixman/pixman-region.c_moz_pixman_region32_contains_rectangle22771Value stored to 'part_out' is never readView Report
Unused codeDead assignmentroot/firefox-clang/gfx/pixman/pixman/pixman/pixman-region.c_moz_pixman_region64f_contains_rectangle22771Value stored to 'part_out' is never readView Report
Unused codeDead assignmentroot/firefox-clang/gfx/pixman/pixman/pixman/pixman-region.c_moz_pixman_region_contains_rectangle22771Value stored to 'part_out' is never readView Report
Unused codeDead assignmentroot/firefox-clang/security/nss/lib/pk11wrap/pk11cxt.cPK11_CipherOp9221Value stored to 'crv' is never readView Report
Unused codeDead assignmentroot/firefox-clang/security/nss/lib/pk11wrap/pk11cxt.cPK11_CipherOp9291Value stored to 'crv' is never readView Report
Unused codeDead assignmentroot/firefox-clang/security/nss/lib/pk11wrap/pk11hpke.cPK11_HPKE_ExportSecret9281Value stored to 'walker' is never readView Report
Unused codeDead assignmentroot/firefox-clang/security/nss/lib/pk11wrap/pk11hpke.cpk11_hpke_ExtractAndExpand8291Value stored to 'walker' is never readView Report
Unused codeDead assignmentroot/firefox-clang/security/nss/lib/pk11wrap/pk11hpke.cpk11_hpke_KeySchedule10341Value stored to 'walker' is never readView Report
Unused codeDead assignmentroot/firefox-clang/security/nss/lib/pk11wrap/pk11hpke.cpk11_hpke_LabeledExpand7611Value stored to 'walker' is never readView Report
Unused codeDead assignmentroot/firefox-clang/security/nss/lib/pk11wrap/pk11obj.cPK11_DestroyGenericObjects17571Value stored to 'nextObject' is never readView Report
Unused codeDead assignmentroot/firefox-clang/security/nss/lib/pk11wrap/pk11skey.cPK11_Decapsulate33771Value stored to 'crv' is never readView Report
Unused codeDead assignmentroot/firefox-clang/security/nss/lib/pk11wrap/pk11skey.cPK11_GetWrapKey3841Value stored to 'type' is never readView Report
Unused codeDead assignmentroot/firefox-clang/security/nss/lib/pk11wrap/pk11slot.cPK11_InitToken15271Value stored to 'crv' is never readView Report
Unused codeDead assignmentroot/firefox-clang/security/nss/cmd/pk12util/pk12util.cPKCS12U_MapCipherFromString9071Value stored to 'cipher' is never readView Report
Unused codeDead assignmentroot/firefox-clang/security/nss/lib/softoken/pkcs11.cNSC_SetPIN48671Value stored to 'rv' is never readView Report
Unused codeDead assignmentroot/firefox-clang/security/nss/lib/softoken/pkcs11c.csftk_unwrapPrivateKey75841Value stored to 'rv' is never readView Report
Unused codeDead assignmentroot/firefox-clang/security/nss/lib/pki/pkibase.cadd_object_instance7711Value stored to 'status' is never readView Report
Unused codeDead assignmentroot/firefox-clang/security/nss/lib/pki/pkibase.cadd_object_instance7911Value stored to 'status' is never readView Report
Unused codeDead assignmentroot/firefox-clang/nsprpub/lib/ds/plvrsion.clibVersionPoint911Value stored to 'dummy' is never readView Report
Unused codeDead assignmentroot/firefox-clang/nsprpub/lib/ds/plvrsion.clibVersionPoint921Value stored to 'dummy' is never readView Report
Unused codeDead assignmentroot/firefox-clang/third_party/rust/glslopt/glsl-optimizer/src/compiler/glsl/glcpp/pp.cremove_line_continuations1941Value stored to 'search_start' is never readView Report
Unused codeDead assignmentroot/firefox-clang/nsprpub/pr/src/misc/prdtoa.cPR_strtod23201Value stored to 'dsign' is never readView Report
Unused codeDead assignmentroot/firefox-clang/nsprpub/pr/src/misc/prtime.cPR_ParseTimeStringToExplodedTime16251Value stored to 'zone' is never readView Report
Unused codeDead assignmentroot/firefox-clang/third_party/zucchini/chromium/base/third_party/nspr/prtime.ccPR_ParseTimeString10971Value stored to 'zone' is never readView Report
Unused codeDead assignmentroot/firefox-clang/intl/icu/source/common/putil.cppcompareBinaryFiles9311Value stored to 'sizeFileRead' is never readView Report
Unused codeDead assignmentroot/firefox-clang/third_party/llama.cpp/ggml/src/ggml-cpu/arch/x86/repack-x86.cppggml_gemm_q2_K_8x8_q8_K35661Value stored to 'scalesmask1' is never readView Report
Unused codeDead assignmentroot/firefox-clang/third_party/llama.cpp/ggml/src/ggml-cpu/arch/x86/repack-x86.cppggml_gemm_q2_K_8x8_q8_K35681Value stored to 'scalesmask2' is never readView Report
Unused codeDead assignmentroot/firefox-clang/third_party/llama.cpp/ggml/src/ggml-cpu/arch/x86/repack-x86.cppggml_gemv_q2_K_8x8_q8_K17351Value stored to 'signextendlut' is never readView Report
Unused codeDead assignmentroot/firefox-clang/third_party/llama.cpp/ggml/src/ggml-cpu/arch/x86/repack-x86.cppggml_gemv_q4_K_8x8_q8_K14891Value stored to 'signextendlut' is never readView Report
Unused codeDead assignmentroot/firefox-clang/third_party/llama.cpp/ggml/src/ggml-cpu/repack.cppggml_gemm_q2_K_8x8_q8_K_generic20301Value stored to 'sumi1' is never readView Report
Unused codeDead assignmentroot/firefox-clang/third_party/llama.cpp/ggml/src/ggml-cpu/repack.cppggml_gemm_q2_K_8x8_q8_K_generic20311Value stored to 'sumi2' is never readView Report
Unused codeDead assignmentroot/firefox-clang/third_party/llama.cpp/ggml/src/ggml-cpu/repack.cppggml_gemm_q2_K_8x8_q8_K_generic20321Value stored to 'sumi3' is never readView Report
Unused codeDead assignmentroot/firefox-clang/third_party/llama.cpp/ggml/src/ggml-cpu/repack.cppggml_gemm_q2_K_8x8_q8_K_generic20331Value stored to 'sumi4' is never readView Report
Unused codeDead assignmentroot/firefox-clang/third_party/llama.cpp/ggml/src/ggml-cpu/repack.cppggml_gemm_q4_K_8x4_q8_K18701Value stored to 'sumi1' is never readView Report
Unused codeDead assignmentroot/firefox-clang/third_party/llama.cpp/ggml/src/ggml-cpu/repack.cppggml_gemm_q4_K_8x4_q8_K18711Value stored to 'sumi2' is never readView Report
Unused codeDead assignmentroot/firefox-clang/third_party/llama.cpp/ggml/src/ggml-cpu/repack.cppggml_gemm_q4_K_8x8_q8_K_generic19511Value stored to 'sumi1' is never readView Report
Unused codeDead assignmentroot/firefox-clang/third_party/llama.cpp/ggml/src/ggml-cpu/repack.cppggml_gemm_q4_K_8x8_q8_K_generic19521Value stored to 'sumi2' is never readView Report
Unused codeDead assignmentroot/firefox-clang/third_party/llama.cpp/ggml/src/ggml-cpu/repack.cppggml_gemv_q2_K_8x8_q8_K_generic10671Value stored to 'sumi1' is never readView Report
Unused codeDead assignmentroot/firefox-clang/third_party/llama.cpp/ggml/src/ggml-cpu/repack.cppggml_gemv_q2_K_8x8_q8_K_generic10681Value stored to 'sumi2' is never readView Report
Unused codeDead assignmentroot/firefox-clang/third_party/llama.cpp/ggml/src/ggml-cpu/repack.cppggml_gemv_q2_K_8x8_q8_K_generic10691Value stored to 'sumi3' is never readView Report
Unused codeDead assignmentroot/firefox-clang/third_party/llama.cpp/ggml/src/ggml-cpu/repack.cppggml_gemv_q2_K_8x8_q8_K_generic10701Value stored to 'sumi4' is never readView Report
Unused codeDead assignmentroot/firefox-clang/third_party/llama.cpp/ggml/src/ggml-cpu/repack.cppggml_gemv_q4_K_8x4_q8_K9301Value stored to 'sumi1' is never readView Report
Unused codeDead assignmentroot/firefox-clang/third_party/llama.cpp/ggml/src/ggml-cpu/repack.cppggml_gemv_q4_K_8x4_q8_K9311Value stored to 'sumi2' is never readView Report
Unused codeDead assignmentroot/firefox-clang/third_party/llama.cpp/ggml/src/ggml-cpu/repack.cppggml_gemv_q4_K_8x8_q8_K_generic10011Value stored to 'sumi1' is never readView Report
Unused codeDead assignmentroot/firefox-clang/third_party/llama.cpp/ggml/src/ggml-cpu/repack.cppggml_gemv_q4_K_8x8_q8_K_generic10021Value stored to 'sumi2' is never readView Report
Unused codeDead assignmentroot/firefox-clang/third_party/libwebrtc/call/rtp_demuxer.ccResolveSink3481Value stored to 'has_rsid' is never readView Report
Unused codeDead assignmentroot/firefox-clang/third_party/llama.cpp/src/models/rwkv6.cppgraph1591Value stored to 'cur' is never readView Report
Unused codeDead assignmentroot/firefox-clang/third_party/llama.cpp/src/models/rwkv6qwen2.cppgraph1281Value stored to 'cur' is never readView Report
Unused codeDead assignmentroot/firefox-clang/security/sandbox/chromium/base/strings/safe_sprintf.ccSafeSNPrintf5011Value stored to 'padding' is never readView Report
Unused codeDead assignmentroot/firefox-clang/netwerk/sctp/src/netinet/sctp_asconf.csctp_asconf_iterator_stcb21461Value stored to 'type' is never readView Report
Unused codeDead assignmentroot/firefox-clang/netwerk/sctp/src/netinet/sctp_asconf.csctp_compose_asconf27381Value stored to 'lookup' is never readView Report
Unused codeDead assignmentroot/firefox-clang/netwerk/sctp/src/netinet/sctp_asconf.csctp_process_asconf_add_ip1841Value stored to 'sa' is never readView Report
Unused codeDead assignmentroot/firefox-clang/netwerk/sctp/src/netinet/sctp_asconf.csctp_process_asconf_delete_ip3481Value stored to 'sa' is never readView Report
Unused codeDead assignmentroot/firefox-clang/netwerk/sctp/src/netinet/sctp_asconf.csctp_process_asconf_set_primary4891Value stored to 'sa' is never readView Report
Unused codeDead assignmentroot/firefox-clang/security/nss/lib/softoken/sdb.csdb_Begin15581Value stored to 'sqlerr' is never readView Report
Unused codeDead assignmentroot/firefox-clang/security/nss/lib/softoken/sdb.csdb_GetMetaData17271Value stored to 'sqlerr' is never readView Report
Unused codeDead assignmentroot/firefox-clang/security/nss/lib/softoken/sdb.csdb_buildCache5641Value stored to 'sqlerr' is never readView Report
Unused codeDead assignmentroot/firefox-clang/security/nss/lib/softoken/sdb.csdb_complete16381Value stored to 'sqlerr' is never readView Report
Unused codeDead assignmentroot/firefox-clang/security/nss/lib/softoken/sdb.csdb_init24671Value stored to 'inTransaction' is never readView Report
Unused codeDead assignmentroot/firefox-clang/third_party/sipcc/sdp_attr.csdp_parse_attr_conf22581Value stored to 'ptr' is never readView Report
Unused codeDead assignmentroot/firefox-clang/third_party/sipcc/sdp_attr.csdp_parse_attr_curr20391Value stored to 'ptr' is never readView Report
Unused codeDead assignmentroot/firefox-clang/third_party/sipcc/sdp_attr.csdp_parse_attr_des21591Value stored to 'ptr' is never readView Report
Unused codeDead assignmentroot/firefox-clang/third_party/sipcc/sdp_attr.csdp_parse_attr_ice_attr45031Value stored to 'ptr' is never readView Report
Unused codeDead assignmentroot/firefox-clang/third_party/sipcc/sdp_attr.csdp_parse_attr_maxprate3991Value stored to 'ptr' is never readView Report
Unused codeDead assignmentroot/firefox-clang/third_party/sipcc/sdp_attr.csdp_parse_attr_msid50491Value stored to 'ptr' is never readView Report
Unused codeDead assignmentroot/firefox-clang/third_party/sipcc/sdp_attr.csdp_parse_attr_qos19531Value stored to 'ptr' is never readView Report
Unused codeDead assignmentroot/firefox-clang/third_party/sipcc/sdp_attr.csdp_parse_attr_rtcp_unicast40601Value stored to 'ptr' is never readView Report
Unused codeDead assignmentroot/firefox-clang/third_party/sipcc/sdp_attr.csdp_parse_attr_rtr31601Value stored to 'ptr' is never readView Report
Unused codeDead assignmentroot/firefox-clang/third_party/sipcc/sdp_attr.csdp_parse_attr_simple_string2801Value stored to 'ptr' is never readView Report
Unused codeDead assignmentroot/firefox-clang/third_party/sipcc/sdp_attr.csdp_parse_attr_subnet24761Value stored to 'ptr' is never readView Report
Unused codeDead assignmentroot/firefox-clang/third_party/sipcc/sdp_attr.csdp_parse_attr_t38_ratemgmt25461Value stored to 'ptr' is never readView Report
Unused codeDead assignmentroot/firefox-clang/third_party/sipcc/sdp_attr.csdp_parse_attr_t38_udpec25891Value stored to 'ptr' is never readView Report
Unused codeDead assignmentroot/firefox-clang/third_party/sipcc/sdp_attr.csdp_parse_attr_x_confid37751Value stored to 'ptr' is never readView Report
Unused codeDead assignmentroot/firefox-clang/third_party/sipcc/sdp_attr.csdp_parse_attr_x_sidin36941Value stored to 'ptr' is never readView Report
Unused codeDead assignmentroot/firefox-clang/third_party/sipcc/sdp_attr.csdp_parse_attr_x_sidout37341Value stored to 'ptr' is never readView Report
Unused codeDead assignmentroot/firefox-clang/third_party/sipcc/sdp_main.csdp_parse11501Value stored to 'result' is never readView Report
Unused codeDead assignmentroot/firefox-clang/third_party/sipcc/sdp_main.csdp_parse11531Value stored to 'last_token' is never readView Report
Unused codeDead assignmentroot/firefox-clang/third_party/sipcc/sdp_main.csdp_parse11561Value stored to 'last_token' is never readView Report
Unused codeDead assignmentroot/firefox-clang/third_party/sipcc/sdp_main.csdp_parse10661Value stored to 'end_found' is never readView Report
Unused codeDead assignmentroot/firefox-clang/third_party/sipcc/sdp_main.csdp_parse11051Value stored to 'end_found' is never readView Report
Unused codeDead assignmentroot/firefox-clang/third_party/sipcc/sdp_token.csdp_parse_connection5301Value stored to 'ptr' is never readView Report
Unused codeDead assignmentroot/firefox-clang/third_party/sipcc/sdp_token.csdp_parse_encryption10461Value stored to 'ptr' is never readView Report
Unused codeDead assignmentroot/firefox-clang/third_party/sipcc/sdp_token.csdp_parse_media13641Value stored to 'ptr' is never readView Report
Unused codeDead assignmentroot/firefox-clang/third_party/sipcc/sdp_token.csdp_parse_owner2021Value stored to 'ptr' is never readView Report
Unused codeDead assignmentroot/firefox-clang/third_party/sipcc/sdp_token.csdp_parse_timespec8901Value stored to 'ptr' is never readView Report
Unused codeDead assignmentroot/firefox-clang/third_party/rust/glslopt/glsl-optimizer/src/util/sha1/sha1.cSHA1Transform1001Value stored to 'a' is never readView Report
Unused codeDead assignmentroot/firefox-clang/intl/icu/source/i18n/smpdtfmt.cppsubFormat16501Value stored to 'capContextUsageType' is never readView Report
Unused codeDead assignmentroot/firefox-clang/intl/icu/source/i18n/smpdtfmt.cppsubFormat16551Value stored to 'capContextUsageType' is never readView Report
Unused codeDead assignmentroot/firefox-clang/intl/icu/source/i18n/smpdtfmt.cppsubFormat16591Value stored to 'capContextUsageType' is never readView Report
Unused codeDead assignmentroot/firefox-clang/intl/icu/source/i18n/smpdtfmt.cppsubFormat17261Value stored to 'capContextUsageType' is never readView Report
Unused codeDead assignmentroot/firefox-clang/intl/icu/source/i18n/smpdtfmt.cppsubFormat17301Value stored to 'capContextUsageType' is never readView Report
Unused codeDead assignmentroot/firefox-clang/intl/icu/source/i18n/smpdtfmt.cppsubFormat17641Value stored to 'capContextUsageType' is never readView Report
Unused codeDead assignmentroot/firefox-clang/intl/icu/source/i18n/smpdtfmt.cppsubFormat18271Value stored to 'capContextUsageType' is never readView Report
Unused codeDead assignmentroot/firefox-clang/intl/icu/source/i18n/smpdtfmt.cppsubFormat18311Value stored to 'capContextUsageType' is never readView Report
Unused codeDead assignmentroot/firefox-clang/intl/icu/source/i18n/smpdtfmt.cppsubFormat18701Value stored to 'capContextUsageType' is never readView Report
Unused codeDead assignmentroot/firefox-clang/intl/icu/source/i18n/smpdtfmt.cppsubFormat15861Value stored to 'capContextUsageType' is never readView Report
Unused codeDead assignmentroot/firefox-clang/intl/icu/source/i18n/smpdtfmt.cppsubFormat15891Value stored to 'capContextUsageType' is never readView Report
Unused codeDead assignmentroot/firefox-clang/intl/icu/source/i18n/smpdtfmt.cppsubFormat15921Value stored to 'capContextUsageType' is never readView Report
Unused codeDead assignmentroot/firefox-clang/toolkit/crashreporter/google-breakpad/src/processor/source_line_resolver_base.ccReadSymbolFile1001Value stored to 'error_code' is never readView Report
Unused codeDead assignmentroot/firefox-clang/third_party/sqlite3/ext/sqlite-vec/sqlite-vec.cvec0Filter_knn79281Value stored to 'rc' is never readView Report
Unused codeDead assignmentroot/firefox-clang/third_party/sqlite3/ext/sqlite-vec/sqlite-vec.cvec0Update_Insert93021Value stored to 'rc' is never readView Report
Unused codeDead assignmentroot/firefox-clang/third_party/sqlite3/ext/sqlite-vec/sqlite-vec.cvec0_init50031Value stored to 'rc' is never readView Report
Unused codeDead assignmentroot/firefox-clang/third_party/libsrtp/src/srtp/srtp.csrtp_stream_init_keys13251Value stored to 'rtp_xtn_hdr_keylen' is never readView Report
Unused codeDead assignmentroot/firefox-clang/toolkit/crashreporter/google-breakpad/src/processor/stackwalk_common.ccPrintStack3581Value stored to 'sequence' is never readView Report
Unused codeDead assignmentroot/firefox-clang/toolkit/crashreporter/google-breakpad/src/processor/stackwalk_common.ccPrintStack3681Value stored to 'sequence' is never readView Report
Unused codeDead assignmentroot/firefox-clang/toolkit/crashreporter/google-breakpad/src/processor/stackwalk_common.ccPrintStack4101Value stored to 'sequence' is never readView Report
Unused codeDead assignmentroot/firefox-clang/toolkit/crashreporter/google-breakpad/src/processor/stackwalk_common.ccPrintStack5461Value stored to 'sequence' is never readView Report
Unused codeDead assignmentroot/firefox-clang/toolkit/crashreporter/google-breakpad/src/processor/stackwalk_common.ccPrintStack6021Value stored to 'sequence' is never readView Report
Unused codeDead assignmentroot/firefox-clang/toolkit/crashreporter/google-breakpad/src/processor/stackwalk_common.ccPrintStack3111Value stored to 'sequence' is never readView Report
Unused codeDead assignmentroot/firefox-clang/toolkit/crashreporter/google-breakpad/src/processor/stackwalk_common.ccPrintStack3201Value stored to 'sequence' is never readView Report
Unused codeDead assignmentroot/firefox-clang/dom/media/webrtc/transport/third_party/nICEr/src/stun/stun_codec.cppnr_stun_encode_message13741Value stored to 'padding_bytes' is never readView Report
Unused codeDead assignmentroot/firefox-clang/third_party/libwebrtc/modules/video_coding/svc/svc_rate_allocator.ccDistributeAllocationToSpatialLayersNormalVideo3261Value stored to 'num_spatial_layers' is never readView Report
Unused codeDead assignmentroot/firefox-clang/intl/icu/source/i18n/tzfmt.cppparseOffsetFieldWithLocalizedDigits21181Value stored to 'numDigits' is never readView Report
Unused codeDead assignmentroot/firefox-clang/intl/icu/source/common/ucnv_bld.cppgetAlgorithmicTypeFromName3961Value stored to 'mid' is never readView Report
Unused codeDead assignmentroot/firefox-clang/intl/icu/source/common/ucnv_io.cppfindConverter5961Value stored to 'mid' is never readView Report
Unused codeDead assignmentroot/firefox-clang/intl/icu/source/common/ucnvbocu.cpp_Bocu1FromUnicode8521Value stored to 'targetCapacity' is never readView Report
Unused codeDead assignmentroot/firefox-clang/intl/icu/source/common/ucnvbocu.cpp_Bocu1FromUnicodeWithOffsets6231Value stored to 'targetCapacity' is never readView Report
Unused codeDead assignmentroot/firefox-clang/intl/icu/source/common/ucnvbocu.cpp_Bocu1ToUnicodeWithOffsets10491Value stored to 'sourceIndex' is never readView Report
Unused codeDead assignmentroot/firefox-clang/intl/icu/source/common/ucnvscsu.cpp_SCSUFromUnicode19411Value stored to 'targetCapacity' is never readView Report
Unused codeDead assignmentroot/firefox-clang/intl/icu/source/common/ucnvscsu.cpp_SCSUFromUnicodeWithOffsets15021Value stored to 'targetCapacity' is never readView Report
Unused codeDead assignmentroot/firefox-clang/intl/icu/source/common/udata.cppextendICUData8491Value stored to 'didUpdate' is never readView Report
Unused codeDead assignmentroot/firefox-clang/intl/icu/source/common/uniset_props.cppapplyPattern3881Value stored to 'lastItem' is never readView Report
Unused codeDead assignmentroot/firefox-clang/intl/icu/source/common/uresbund.cppentryOpen9271Value stored to 'hasRealData' is never readView Report
Unused codeDead assignmentroot/firefox-clang/intl/icu/source/common/uresdata.cppures_swapResource11021Value stored to 'count' is never readView Report
Unused codeDead assignmentroot/firefox-clang/intl/icu/source/common/utext.cppucstrTextExtract25501Value stored to 'limit32' is never readView Report
Unused codeDead assignmentroot/firefox-clang/nsprpub/pr/src/md/unix/uxshm.c_MD_OpenSharedMemory991Value stored to 'rc' is never readView Report
Unused codeDead assignmentroot/firefox-clang/third_party/libwebrtc/modules/audio_coding/codecs/cng/webrtc_cng.ccGenerate1621Value stored to 'targetEnergy' is never readView Report
Unused codeDead assignmentroot/firefox-clang/modules/woff2/src/woff2_dec.ccComputeBbox3251Value stored to 'offset' is never readView Report
Unused codeDead assignmentroot/firefox-clang/toolkit/crashreporter/google-breakpad/src/third_party/libdisasm/x86_disasm.cx86_disasm_forward1551Value stored to 'next_addr' is never readView Report
Unused codeDead assignmentroot/firefox-clang/js/xpconnect/tests/components/native/xpctest_params.cppTestOmittedOptionalOut4041Value stored to 'rv' is never readView Report
Unused codeDead assignmentroot/firefox-clang/js/src/xsum/xsum.cppxsum_add1_no_carry5491Value stored to 'exp' is never readView Report
Unused codeDead assignmentroot/firefox-clang/gfx/ycbcr/yuv_convert.cppScaleYCbCrToRGB32_deprecated5411Value stored to 'source_dy' is never readView Report
Unused codeDead incrementroot/firefox-clang/js/src/jit/BaselineIC.cppemitCall18641Value stored to 'valueOffset' is never readView Report
Unused codeDead incrementroot/firefox-clang/js/src/frontend/BytecodeEmitter.cppemitEnvCoordOp8301Value stored to 'pc' is never readView Report
Unused codeDead incrementroot/firefox-clang/js/src/vm/BytecodeUtil.cppDisassemble114781Value stored to 'pc2' is never readView Report
Unused codeDead incrementroot/firefox-clang/js/src/vm/BytecodeUtil.cppparse8741Value stored to 'pc2' is never readView Report
Unused codeDead incrementroot/firefox-clang/js/src/debugger/Script.cpppopulate12631Value stored to 'pc' is never readView Report
Unused codeDead incrementroot/firefox-clang/gfx/cairo/cairo/src/cairo-pdf-surface.c_cairo_pdf_surface_emit_ccitt_image38131Value stored to 'p' is never readView Report
Unused codeDead incrementroot/firefox-clang/media/ffvpx/libavcodec/cbs_av1.ccbs_av1_write_obu11861Value stored to 'end_pos' is never readView Report
Unused codeDead incrementroot/firefox-clang/obj-x86_64-pc-linux-gnu/x86_64-unknown-linux-gnu/debug/build/swgl-250521f66641ef82/out/cs_svg_filter_node.hColorBurn8611Value stored to 'ret_mask' is never readView Report
Unused codeDead incrementroot/firefox-clang/obj-x86_64-pc-linux-gnu/x86_64-unknown-linux-gnu/debug/build/swgl-250521f66641ef82/out/cs_svg_filter_node.hColorDodge8761Value stored to 'ret_mask' is never readView Report
Unused codeDead incrementroot/firefox-clang/obj-x86_64-pc-linux-gnu/x86_64-unknown-linux-gnu/debug/build/swgl-250521f66641ef82/out/cs_svg_filter_node.hSoftLight9751Value stored to 'ret_mask' is never readView Report
Unused codeDead incrementroot/firefox-clang/third_party/abseil-cpp/absl/strings/escaping.ccBase64EscapeInternal6031Value stored to 'szdest' is never readView Report
Unused codeDead incrementroot/firefox-clang/third_party/abseil-cpp/absl/strings/escaping.ccBase64EscapeInternal5641Value stored to 'szdest' is never readView Report
Unused codeDead incrementroot/firefox-clang/third_party/abseil-cpp/absl/strings/escaping.ccBase64EscapeInternal5841Value stored to 'szdest' is never readView Report
Unused codeDead incrementroot/firefox-clang/media/libpng/intel/filter_sse2_intrinsics.cMOZ_PNG_read_filt_row_a3_sse21691Value stored to 'prev' is never readView Report
Unused codeDead incrementroot/firefox-clang/media/libpng/intel/filter_sse2_intrinsics.cMOZ_PNG_read_filt_row_a3_sse21701Value stored to 'row' is never readView Report
Unused codeDead incrementroot/firefox-clang/media/libpng/intel/filter_sse2_intrinsics.cMOZ_PNG_read_filt_row_a3_sse21711Value stored to 'rb' is never readView Report
Unused codeDead incrementroot/firefox-clang/media/libpng/intel/filter_sse2_intrinsics.cMOZ_PNG_read_filt_row_p3_sse23381Value stored to 'prev' is never readView Report
Unused codeDead incrementroot/firefox-clang/media/libpng/intel/filter_sse2_intrinsics.cMOZ_PNG_read_filt_row_p3_sse23391Value stored to 'row' is never readView Report
Unused codeDead incrementroot/firefox-clang/media/libpng/intel/filter_sse2_intrinsics.cMOZ_PNG_read_filt_row_p3_sse23401Value stored to 'rb' is never readView Report
Unused codeDead incrementroot/firefox-clang/media/libpng/intel/filter_sse2_intrinsics.cMOZ_PNG_read_filt_row_s3_sse2871Value stored to 'row' is never readView Report
Unused codeDead incrementroot/firefox-clang/media/libpng/intel/filter_sse2_intrinsics.cMOZ_PNG_read_filt_row_s3_sse2881Value stored to 'rb' is never readView Report
Unused codeDead incrementroot/firefox-clang/third_party/llama.cpp/ggml/src/ggml-quants.cdequantize_row_iq4_nl26671Value stored to 'qs' is never readView Report
Unused codeDead incrementroot/firefox-clang/media/libjpeg/src/jcdctmgr.cflss1091Value stored to 'val' is never readView Report
Unused codeDead incrementroot/firefox-clang/third_party/llama.cpp/src/llama-context.cppoutput_reserve21871Value stored to 'offset' is never readView Report
Unused codeDead incrementroot/firefox-clang/intl/icu/source/i18n/msgfmt.cppparse14051Value stored to 'prevIndex' is never readView Report
Unused codeDead incrementroot/firefox-clang/intl/icu/source/i18n/number_simple.cppformatImpl2521Value stored to 'length' is never readView Report
Unused codeDead incrementroot/firefox-clang/gfx/pixman/pixman/pixman/pixman-bits-image.cbits_image_fetch_untransformed_repeat_none7901Value stored to 'x' is never readView Report
Unused codeDead incrementroot/firefox-clang/gfx/pixman/pixman/pixman/pixman-mmx.cmmx_blt33771Value stored to 'w' is never readView Report
Unused codeDead incrementroot/firefox-clang/gfx/pixman/pixman/pixman/pixman-mmx.cmmx_blt33781Value stored to 's' is never readView Report
Unused codeDead incrementroot/firefox-clang/gfx/pixman/pixman/pixman/pixman-mmx.cmmx_blt33791Value stored to 'd' is never readView Report
Unused codeDead incrementroot/firefox-clang/gfx/pixman/pixman/pixman/pixman-sse2.csse2_blt47891Value stored to 's' is never readView Report
Unused codeDead incrementroot/firefox-clang/gfx/pixman/pixman/pixman/pixman-sse2.csse2_blt47901Value stored to 'd' is never readView Report
Unused codeDead incrementroot/firefox-clang/gfx/pixman/pixman/pixman/pixman-sse2.csse2_blt47881Value stored to 'w' is never readView Report
Unused codeDead incrementroot/firefox-clang/gfx/pixman/pixman/pixman/pixman-sse2.csse2_fill34451Value stored to 'w' is never readView Report
Unused codeDead incrementroot/firefox-clang/gfx/pixman/pixman/pixman/pixman-sse2.csse2_fill34461Value stored to 'd' is never readView Report
Unused codeDead incrementroot/firefox-clang/security/nss/lib/pk11wrap/pk11hpke.cPK11_HPKE_ImportContext4391Value stored to 'walker' is never readView Report
Unused codeDead incrementroot/firefox-clang/security/nss/lib/pk11wrap/pk11hpke.cpk11_hpke_KeySchedule10521Value stored to 'off' is never readView Report
Unused codeDead incrementroot/firefox-clang/nsprpub/pr/src/misc/prdtoa.cPR_strtod23841Value stored to 'dsign' is never readView Report
Unused codeDead incrementroot/firefox-clang/obj-x86_64-pc-linux-gnu/x86_64-unknown-linux-gnu/debug/build/swgl-250521f66641ef82/out/ps_quad_mix_blend_TEXTURE_2D.hcolor_burn7851Value stored to 'ret_mask' is never readView Report
Unused codeDead incrementroot/firefox-clang/obj-x86_64-pc-linux-gnu/x86_64-unknown-linux-gnu/debug/build/swgl-250521f66641ef82/out/ps_quad_mix_blend_TEXTURE_2D.hcolor_dodge7701Value stored to 'ret_mask' is never readView Report
Unused codeDead incrementroot/firefox-clang/obj-x86_64-pc-linux-gnu/x86_64-unknown-linux-gnu/debug/build/swgl-250521f66641ef82/out/ps_quad_mix_blend_TEXTURE_2D.hsoft_light8041Value stored to 'ret_mask' is never readView Report
Unused codeDead incrementroot/firefox-clang/third_party/sipcc/sdp_base64.cbase64_encode2061Value stored to 'line_count' is never readView Report
Unused codeDead incrementroot/firefox-clang/other-licenses/snappy/src/snappy-internal.hFindMatchLengthPlain3521Value stored to 's2' is never readView Report
Unused codeDead incrementroot/firefox-clang/security/nss/lib/pki/tdcache.cnssTrustDomain_AddCertToCache7881Value stored to 'added' is never readView Report
Unused codeDead incrementroot/firefox-clang/nsprpub/pr/src/md/unix/uxrng.c_PR_MD_GetRandomNoise1121Value stored to 'size' is never readView Report
Unused codeDead incrementroot/firefox-clang/media/libvorbis/lib/vorbis_floor1.cfit_line4871Value stored to 'y2b' is never readView Report
Unused codeDead incrementroot/firefox-clang/media/ffvpx/libavcodec/vulkan_av1.cvk_av1_start_frame2911Value stored to 'frame_id_alloc_mask' is never readView Report
Unused codeDead incrementroot/firefox-clang/media/ffvpx/libavcodec/vulkan_vp9.cvk_vp9_start_frame1421Value stored to 'frame_id_alloc_mask' is never readView Report
Unused codeDead initializationroot/firefox-clang/js/src/gc/BufferAllocator.cppTraceEdge10741Value stored to 'buffer' during its initialization is never readView Report
Unused codeDead initializationroot/firefox-clang/dom/debugger/CallbackDebuggerNotification.hDispatch681Value stored to 'typeStr' during its initialization is never readView Report
Unused codeDead initializationroot/firefox-clang/editor/libeditor/ChangeStyleTransaction.cppValueIncludes1041Value stored to 'end' during its initialization is never readView Report
Unused codeDead initializationroot/firefox-clang/js/src/jit/CodeGenerator.cppvisitIsNullOrLikeUndefinedAndBranchV134511Value stored to 'extractObject' during its initialization is never readView Report
Unused codeDead initializationroot/firefox-clang/toolkit/components/places/Database.cppTryToCloneTablesFromCorruptDatabase9561Value stored to 'rv' during its initialization is never readView Report
Unused codeDead initializationroot/firefox-clang/dom/media/platforms/EncoderConfig.cppToString461Value stored to 'specificStr' during its initialization is never readView Report
Unused codeDead initializationroot/firefox-clang/caps/ExpandedPrincipal.cppRead2061Value stored to 'rv' during its initialization is never readView Report
Unused codeDead initializationroot/firefox-clang/netwerk/protocol/http/Http2Compression.cppDecodeHeaderBlock3681Value stored to 'preamble' during its initialization is never readView Report
Unused codeDead initializationroot/firefox-clang/js/src/jit/MIR-wasm.hgetExtras6221Value stored to 'what' during its initialization is never readView Report
Unused codeDead initializationroot/firefox-clang/js/src/jit/MIR.cppprintOpcode15871Value stored to 'name' during its initialization is never readView Report
Unused codeDead initializationroot/firefox-clang/dom/media/MediaManager.cppGetUserMedia29501Value stored to 'rv' during its initialization is never readView Report
Unused codeDead initializationroot/firefox-clang/dom/quota/OriginInfo.cppLockedUpdateUsagesForEviction3391Value stored to 'newTemporaryStorageUsage' during its initialization is never readView Report
Unused codeDead initializationroot/firefox-clang/third_party/angle/src/compiler/translator/glsl/OutputGLSLBase.cppvisitUnary8121Value stored to 'preString' during its initialization is never readView Report
Unused codeDead initializationroot/firefox-clang/dom/file/ipc/RemoteLazyInputStream.cppDescribe2751Value stored to 'state' during its initialization is never readView Report
Unused codeDead initializationroot/firefox-clang/dom/reporting/ReportDeliver.cppSendReports1801Value stored to 'rv' during its initialization is never readView Report
Unused codeDead initializationroot/firefox-clang/layout/svg/SVGTextFrame.cppDoAnchoring48771Value stored to 'end' during its initialization is never readView Report
Unused codeDead initializationroot/firefox-clang/dom/serviceworkers/ServiceWorkerScriptCache.cppOnStreamComplete10241Value stored to 'rv' during its initialization is never readView Report
Unused codeDead initializationroot/firefox-clang/gfx/2d/SkConvolver.cppBGRAConvolve2D5971Value stored to 'filterValues' during its initialization is never readView Report
Unused codeDead initializationroot/firefox-clang/gfx/skia/skia/src/core/SkRasterPipeline.cppGetOpName2371Value stored to 'name' during its initialization is never readView Report
Unused codeDead initializationroot/firefox-clang/third_party/angle/src/compiler/translator/Symbol.cppname761Value stored to 'uniqueId' during its initialization is never readView Report
Unused codeDead initializationroot/firefox-clang/editor/libeditor/TextEditor.cppHandlePasteAsQuotation6951Value stored to 'rv' during its initialization is never readView Report
Unused codeDead initializationroot/firefox-clang/toolkit/components/antitracking/URLDecorationStripper.cppStripTrackingIdentifiers251Value stored to 'rv' during its initialization is never readView Report
Unused codeDead initializationroot/firefox-clang/tools/profiler/core/VTuneProfiler.cppInitialize201Value stored to 'testEvent' during its initialization is never readView Report
Unused codeDead initializationroot/firefox-clang/js/xpconnect/src/XPCJSWeakReference.cppInit401Value stored to 'rv' during its initialization is never readView Report
Unused codeDead initializationroot/firefox-clang/gfx/cairo/cairo/src/cairo-xlib-screen.c_cairo_xlib_init_screen_font_options1641Value stored to 'display' during its initialization is never readView Report
Unused codeDead initializationroot/firefox-clang/obj-x86_64-pc-linux-gnu/x86_64-unknown-linux-gnu/debug/build/swgl-250521f66641ef82/out/composite_FAST_PATH_TEXTURE_RECT.hmain691Value stored to 'texture_size' during its initialization is never readView Report
Unused codeDead initializationroot/firefox-clang/obj-x86_64-pc-linux-gnu/x86_64-unknown-linux-gnu/debug/build/swgl-250521f66641ef82/out/composite_TEXTURE_RECT.hmain931Value stored to 'texture_size' during its initialization is never readView Report
Unused codeDead initializationtmp/conftest2akpqsu8.cppmain81Value stored to 'foo' during its initialization is never readView Report
Unused codeDead initializationtmp/confteste_375t7r.cppmain51Value stored to 'cs' during its initialization is never readView Report
Unused codeDead initializationroot/firefox-clang/obj-x86_64-pc-linux-gnu/x86_64-unknown-linux-gnu/debug/build/swgl-250521f66641ef82/out/cs_blur_ALPHA_TARGET.hfetch_render_task_rect3811Value stored to 'texel1' during its initialization is never readView Report
Unused codeDead initializationroot/firefox-clang/obj-x86_64-pc-linux-gnu/x86_64-unknown-linux-gnu/debug/build/swgl-250521f66641ef82/out/cs_blur_COLOR_TARGET.hfetch_render_task_rect3811Value stored to 'texel1' during its initialization is never readView Report
Unused codeDead initializationroot/firefox-clang/obj-x86_64-pc-linux-gnu/x86_64-unknown-linux-gnu/debug/build/swgl-250521f66641ef82/out/cs_border_solid.hmain4331Value stored to 'data' during its initialization is never readView Report
Unused codeDead initializationroot/firefox-clang/obj-x86_64-pc-linux-gnu/x86_64-unknown-linux-gnu/debug/build/swgl-250521f66641ef82/out/cs_svg_filter_node.hfetch_render_task_rect3831Value stored to 'texel1' during its initialization is never readView Report
Unused codeDead initializationroot/firefox-clang/third_party/dav1d/src/decode.cdecode_b12891Value stored to 'ref' during its initialization is never readView Report
Unused codeDead initializationroot/firefox-clang/third_party/dav1d/src/decode.cread_restoration_info25171Value stored to 'f' during its initialization is never readView Report
Unused codeDead initializationroot/firefox-clang/third_party/llama.cpp/src/models/eurobert.cppgraph551Value stored to 'cur' during its initialization is never readView Report
Unused codeDead initializationroot/firefox-clang/toolkit/crashreporter/google-breakpad/src/third_party/libdisasm/ia32_insn.cia32_table_lookup3761Value stored to 'op' during its initialization is never readView Report
Unused codeDead initializationroot/firefox-clang/third_party/rust/glslopt/glsl-optimizer/src/compiler/glsl/ir_print_glsl_visitor.cppvisit9771Value stored to 'is_lod' during its initialization is never readView Report
Unused codeDead initializationroot/firefox-clang/third_party/rust/glslopt/glsl-optimizer/src/compiler/glsl/link_varyings.cppfind_candidate13381Value stored to 'name' during its initialization is never readView Report
Unused codeDead initializationroot/firefox-clang/third_party/llama.cpp/src/llama-context.cppprocess_ubatch13101Value stored to 'gf' during its initialization is never readView Report
Unused codeDead initializationroot/firefox-clang/toolkit/crashreporter/google-breakpad/src/processor/logging.ccLogStream641Value stored to 'severity_string' during its initialization is never readView Report
Unused codeDead initializationroot/firefox-clang/toolkit/crashreporter/google-breakpad/src/processor/minidump.ccOpen54031Value stored to 'error_code' during its initialization is never readView Report
Unused codeDead initializationroot/firefox-clang/toolkit/crashreporter/google-breakpad/src/processor/minidump.ccReadBytes60991Value stored to 'error_code' during its initialization is never readView Report
Unused codeDead initializationroot/firefox-clang/toolkit/crashreporter/google-breakpad/src/processor/minidump.ccSeekSet61301Value stored to 'error_code' during its initialization is never readView Report
Unused codeDead initializationroot/firefox-clang/toolkit/crashreporter/google-breakpad/src/processor/minidump.ccUTF16ToUTF82661Value stored to 'high_word' during its initialization is never readView Report
Unused codeDead initializationroot/firefox-clang/toolkit/crashreporter/google-breakpad/src/processor/minidump_processor.ccProcess941Value stored to 'has_process_create_time' during its initialization is never readView Report
Unused codeDead initializationroot/firefox-clang/toolkit/crashreporter/google-breakpad/src/processor/minidump_processor.ccProcess971Value stored to 'has_cpu_info' during its initialization is never readView Report
Unused codeDead initializationroot/firefox-clang/toolkit/crashreporter/google-breakpad/src/processor/minidump_processor.ccProcess981Value stored to 'has_os_info' during its initialization is never readView Report
Unused codeDead initializationroot/firefox-clang/extensions/spellcheck/src/mozEnglishWordUtils.cppFindNextWord401Value stored to 'startWord' during its initialization is never readView Report
Unused codeDead initializationroot/firefox-clang/third_party/llama.cpp/src/models/neo-bert.cppgraph611Value stored to 'cur' during its initialization is never readView Report
Unused codeDead initializationroot/firefox-clang/intl/icu/source/i18n/nfrule.cppextractSubstitution5241Value stored to 'subEnd' during its initialization is never readView Report
Unused codeDead initializationroot/firefox-clang/dom/commandhandler/nsCommandManager.cppDoCommand1761Value stored to 'rv' during its initialization is never readView Report
Unused codeDead initializationroot/firefox-clang/dom/commandhandler/nsCommandManager.cppGetCommandState1541Value stored to 'rv' during its initialization is never readView Report
Unused codeDead initializationroot/firefox-clang/layout/generic/nsFrameSelection.cppMoveCaret9151Value stored to 'tHint' during its initialization is never readView Report
Unused codeDead initializationroot/firefox-clang/dom/base/nsGlobalWindowInner.cppIsDeferredLoadEmptyFrame22631Value stored to 'blocklistPref' during its initialization is never readView Report
Unused codeDead initializationroot/firefox-clang/netwerk/protocol/http/nsHttpChannel.cppRedirectToInterceptedChannel125351Value stored to 'rv' during its initialization is never readView Report
Unused codeDead initializationroot/firefox-clang/layout/mathml/nsMathMLOperators.cppSetOperator1911Value stored to 'end' during its initialization is never readView Report
Unused codeDead initializationroot/firefox-clang/layout/mathml/nsMathMLmmultiscriptsFrame.cppPlaceMultiScript2451Value stored to 'trySupScriptShift' during its initialization is never readView Report
Unused codeDead initializationroot/firefox-clang/layout/mathml/nsMathMLmoFrame.cppProcessOperatorData2881Value stored to 'embellishAncestor' during its initialization is never readView Report
Unused codeDead initializationroot/firefox-clang/layout/tables/nsTableFrame.cppPeekBEnd39811Value stored to 'rg' during its initialization is never readView Report
Unused codeDead initializationroot/firefox-clang/widget/gtk/nsWindowWayland.cppWaylandPopupFitsToplevelWindow18921Value stored to 'tmp' during its initialization is never readView Report
Unused codeDead initializationroot/firefox-clang/gfx/pixman/pixman/pixman/pixman-mmx.cmmx_composite_src_n_8_888823601Value stored to 'vdest' during its initialization is never readView Report
Unused codeDead initializationroot/firefox-clang/security/nss/lib/softoken/pkcs11c.csftk_PairwiseConsistencyCheck60501Value stored to 'subPrimePtr' during its initialization is never readView Report
Unused codeDead initializationroot/firefox-clang/nsprpub/pr/src/misc/prnetdb.cpr_NetAddrToStringGNI26121Value stored to 'md_af' during its initialization is never readView Report
Unused codeDead initializationroot/firefox-clang/obj-x86_64-pc-linux-gnu/x86_64-unknown-linux-gnu/debug/build/swgl-250521f66641ef82/out/ps_quad_mask_SUPERELLIPSE.hswgl_drawSpanR810281Value stored to 'aa_margin' during its initialization is never readView Report
Unused codeDead initializationroot/firefox-clang/obj-x86_64-pc-linux-gnu/x86_64-unknown-linux-gnu/debug/build/swgl-250521f66641ef82/out/ps_quad_mask_SUPERELLIPSE.hswgl_drawSpanR810351Value stored to 'aa_span' during its initialization is never readView Report
Unused codeDead initializationroot/firefox-clang/obj-x86_64-pc-linux-gnu/x86_64-unknown-linux-gnu/debug/build/swgl-250521f66641ef82/out/ps_quad_mask_SUPERELLIPSE.hswgl_drawSpanR810391Value stored to 'aa_start' during its initialization is never readView Report
Unused codeDead initializationroot/firefox-clang/obj-x86_64-pc-linux-gnu/x86_64-unknown-linux-gnu/debug/build/swgl-250521f66641ef82/out/ps_quad_mask_SUPERELLIPSE.hswgl_drawSpanR810401Value stored to 'aa_end' during its initialization is never readView Report
Unused codeDead initializationroot/firefox-clang/obj-x86_64-pc-linux-gnu/x86_64-unknown-linux-gnu/debug/build/swgl-250521f66641ef82/out/ps_quad_mask_SUPERELLIPSE.hswgl_drawSpanR810411Value stored to 'start_plane' during its initialization is never readView Report
Unused codeDead initializationroot/firefox-clang/obj-x86_64-pc-linux-gnu/x86_64-unknown-linux-gnu/debug/build/swgl-250521f66641ef82/out/ps_quad_mask_SUPERELLIPSE.hswgl_drawSpanR810421Value stored to 'end_plane' during its initialization is never readView Report
Unused codeDead initializationroot/firefox-clang/intl/icu/source/common/putil.cppTimeZoneDataDirInitFn15301Value stored to 'dir' during its initialization is never readView Report
Unused codeDead initializationroot/firefox-clang/intl/icu/source/i18n/rbnf.cppRuleBasedNumberFormat8331Value stored to 'fmt_tag' during its initialization is never readView Report
Unused codeDead initializationroot/firefox-clang/js/src/irregexp/imported/regexp-bytecode-peephole.ccEmitOptimization9371Value stored to 'preserve_from' during its initialization is never readView Report
Unused codeDead initializationroot/firefox-clang/ipc/chromium/src/third_party/libevent/signal.cevsig_add2841Value stored to 'sig' during its initialization is never readView Report
Unused codeDead initializationroot/firefox-clang/intl/icu/source/common/uresbund.cppput23711Value stored to 'res' during its initialization is never readView Report
Unused codeDead initializationroot/firefox-clang/modules/woff2/src/woff2_dec.ccReadWOFF2Header12181Value stored to 'dst_offset' during its initialization is never readView Report
Unused codeDead nested assignmentroot/firefox-clang/accessible/generic/LocalAccessible.cppSelectedItemCount32121Although the value stored to 'selected' is used in the enclosing expression, the value is never actually read from 'selected'View Report
Unused codeDead nested assignmentroot/firefox-clang/dom/media/webaudio/blink/ReverbConvolver.cppbackgroundThreadEntry2311Although the value stored to 'readIndex' is used in the enclosing expression, the value is never actually read from 'readIndex'View Report
Unused codeDead nested assignmentroot/firefox-clang/gfx/graphite2/src/Segment.cpppositionSlots2911Although the value stored to 'clusterMin' is used in the enclosing expression, the value is never actually read from 'clusterMin'View Report
Unused codeDead nested assignmentroot/firefox-clang/media/ffvpx/libavutil/avsscanf.cff_vfscanf8841Although the value stored to 'c' is used in the enclosing expression, the value is never actually read from 'c'View Report
Unused codeDead nested assignmentroot/firefox-clang/intl/icu/source/common/bmpset.cppspanUTF85591Although the value stored to 'b' is used in the enclosing expression, the value is never actually read from 'b'View Report
Unused codeDead nested assignmentroot/firefox-clang/media/ffvpx/libavutil/bprint.cav_bprint_strftime1991Although the value stored to 'l' is used in the enclosing expression, the value is never actually read from 'l'View Report
Unused codeDead nested assignmentroot/firefox-clang/media/ffvpx/libavcodec/decode.cff_get_buffer17821Although the value stored to 'ret' is used in the enclosing expression, the value is never actually read from 'ret'View Report
Unused codeDead nested assignmentroot/firefox-clang/intl/icu/source/i18n/dtfmtsym.cppprocessResource17861Although the value stored to 'length' is used in the enclosing expression, the value is never actually read from 'length'View Report
Unused codeDead nested assignmentroot/firefox-clang/media/ffvpx/libavutil/hwcontext_vaapi.cvaapi_device_create17311Although the value stored to 'try_win32' is used in the enclosing expression, the value is never actually read from 'try_win32'View Report
Unused codeDead nested assignmentroot/firefox-clang/media/ffvpx/libavutil/hwcontext_vaapi.cvaapi_device_create17311Although the value stored to 'try_drm' is used in the enclosing expression, the value is never actually read from 'try_drm'View Report
Unused codeDead nested assignmentroot/firefox-clang/media/ffvpx/libavutil/hwcontext_vaapi.cvaapi_device_create17311Although the value stored to 'try_x11' is used in the enclosing expression, the value is never actually read from 'try_x11'View Report
Unused codeDead nested assignmentroot/firefox-clang/dom/media/webrtc/transport/third_party/nICEr/src/ice/ice_candidate_pair.cppnr_ice_candidate_pair_restart4291Although the value stored to 'r' is used in the enclosing expression, the value is never actually read from 'r'View Report
Unused codeDead nested assignmentroot/firefox-clang/dom/media/webrtc/transport/third_party/nICEr/src/ice/ice_candidate_pair.cppnr_ice_candidate_pair_restart_stun_nominated_cb7021Although the value stored to 'r' is used in the enclosing expression, the value is never actually read from 'r'View Report
Unused codeDead nested assignmentroot/firefox-clang/dom/media/webrtc/transport/third_party/nICEr/src/ice/ice_candidate_pair.cppnr_ice_candidate_pair_stun_cb3331Although the value stored to 'r' is used in the enclosing expression, the value is never actually read from 'r'View Report
Unused codeDead nested assignmentroot/firefox-clang/dom/media/webrtc/transport/third_party/nICEr/src/ice/ice_component.cppnr_ice_component_initialize_tcp5861Although the value stored to 'r' is used in the enclosing expression, the value is never actually read from 'r'View Report
Unused codeDead nested assignmentroot/firefox-clang/dom/media/webrtc/transport/third_party/nICEr/src/ice/ice_component.cppnr_ice_component_initialize_udp2311Although the value stored to 'r' is used in the enclosing expression, the value is never actually read from 'r'View Report
Unused codeDead nested assignmentroot/firefox-clang/dom/media/webrtc/transport/third_party/nICEr/src/ice/ice_ctx.cppnr_ice_ctx_create3231Although the value stored to 'r' is used in the enclosing expression, the value is never actually read from 'r'View Report
Unused codeDead nested assignmentroot/firefox-clang/dom/media/webrtc/transport/third_party/nICEr/src/ice/ice_ctx.cppnr_ice_ctx_create3451Although the value stored to 'r' is used in the enclosing expression, the value is never actually read from 'r'View Report
Unused codeDead nested assignmentroot/firefox-clang/dom/media/webrtc/transport/third_party/nICEr/src/ice/ice_ctx.cppnr_ice_gather8771Although the value stored to 'r' is used in the enclosing expression, the value is never actually read from 'r'View Report
Unused codeDead nested assignmentroot/firefox-clang/dom/media/webrtc/transport/third_party/nICEr/src/ice/ice_ctx.cppnr_ice_gather_finished_cb5001Although the value stored to 'r' is used in the enclosing expression, the value is never actually read from 'r'View Report
Unused codeDead nested assignmentroot/firefox-clang/dom/media/webrtc/transport/third_party/nICEr/src/ice/ice_media_stream.cppnr_ice_media_stream_get_default_candidate3071Although the value stored to 'r' is used in the enclosing expression, the value is never actually read from 'r'View Report
Unused codeDead nested assignmentroot/firefox-clang/dom/media/webrtc/transport/third_party/nICEr/src/ice/ice_media_stream.cppnr_ice_media_stream_pair_new_trickle_candidate9531Although the value stored to 'r' is used in the enclosing expression, the value is never actually read from 'r'View Report
Unused codeDead nested assignmentroot/firefox-clang/dom/media/webrtc/transport/third_party/nICEr/src/ice/ice_peer_ctx.cppnr_ice_peer_ctx_parse_stream_attributes_int1691Although the value stored to 'r' is used in the enclosing expression, the value is never actually read from 'r'View Report
Unused codeDead nested assignmentroot/firefox-clang/dom/media/webrtc/transport/third_party/nICEr/src/ice/ice_peer_ctx.cppnr_ice_peer_ctx_parse_stream_attributes_int1631Although the value stored to 'r' is used in the enclosing expression, the value is never actually read from 'r'View Report
Unused codeDead nested assignmentroot/firefox-clang/intl/icu/source/i18n/islamcal.cpphandleComputeFields5361Although the value stored to 'startDate' is used in the enclosing expression, the value is never actually read from 'startDate'View Report
Unused codeDead nested assignmentroot/firefox-clang/security/nss/lib/jar/jarfile.cjar_extract_manifests5161Although the value stored to 'signatures' is used in the enclosing expression, the value is never actually read from 'signatures'View Report
Unused codeDead nested assignmentroot/firefox-clang/media/ffvpx/libavcodec/libvorbisenc.clibvorbis_get_priming_samples2081Although the value stored to 'ret' is used in the enclosing expression, the value is never actually read from 'ret'View Report
Unused codeDead nested assignmentroot/firefox-clang/dom/media/webrtc/transport/nr_socket_prsock.cpprecvfrom13571Although the value stored to 'r' is used in the enclosing expression, the value is never actually read from 'r'View Report
Unused codeDead nested assignmentroot/firefox-clang/parser/htmlparser/nsParser.cppTerminate3271Although the value stored to 'result' is used in the enclosing expression, the value is never actually read from 'result'View Report
Unused codeDead nested assignmentroot/firefox-clang/third_party/dav1d/src/obu.cdav1d_parse_obus12831Although the value stored to 'res' is used in the enclosing expression, the value is never actually read from 'res'View Report
Unused codeDead nested assignmentroot/firefox-clang/third_party/dav1d/src/obu.cdav1d_parse_obus12181Although the value stored to 'res' is used in the enclosing expression, the value is never actually read from 'res'View Report
Unused codeDead nested assignmentroot/firefox-clang/media/ffvpx/libavutil/opt.cav_opt_get_key_value18781Although the value stored to 'ret' is used in the enclosing expression, the value is never actually read from 'ret'View Report
Unused codeDead nested assignmentroot/firefox-clang/media/ffvpx/libavutil/pixdesc.cget_pix_fmt_score36101Although the value stored to 'ret' is used in the enclosing expression, the value is never actually read from 'ret'View Report
Unused codeDead nested assignmentroot/firefox-clang/media/ffvpx/libavutil/pixdesc.cget_pix_fmt_score36121Although the value stored to 'ret' is used in the enclosing expression, the value is never actually read from 'ret'View Report
Unused codeDead nested assignmentroot/firefox-clang/gfx/pixman/pixman/pixman/pixman-fast-path.cbits_image_fetch_bilinear_no_repeat_888825301Although the value stored to 'ux_top' is used in the enclosing expression, the value is never actually read from 'ux_top'View Report
Unused codeDead nested assignmentroot/firefox-clang/gfx/pixman/pixman/pixman/pixman-fast-path.cbits_image_fetch_bilinear_no_repeat_888825301Although the value stored to 'ux_bottom' is used in the enclosing expression, the value is never actually read from 'ux_bottom'View Report
Unused codeDead nested assignmentroot/firefox-clang/gfx/pixman/pixman/pixman/pixman-fast-path.cbits_image_fetch_bilinear_no_repeat_888825311Although the value stored to 'x_top' is used in the enclosing expression, the value is never actually read from 'x_top'View Report
Unused codeDead nested assignmentroot/firefox-clang/gfx/pixman/pixman/pixman/pixman-fast-path.cbits_image_fetch_bilinear_no_repeat_888825311Although the value stored to 'x_bottom' is used in the enclosing expression, the value is never actually read from 'x_bottom'View Report
Unused codeDead nested assignmentroot/firefox-clang/third_party/sipcc/sdp_attr.csdp_parse_attr_fmtp6531Although the value stored to 'src_ptr' is used in the enclosing expression, the value is never actually read from 'src_ptr'View Report
Unused codeDead nested assignmentroot/firefox-clang/third_party/rust/glslopt/glsl-optimizer/src/util/sha1/sha1.cSHA1Transform1001Although the value stored to 'c' is used in the enclosing expression, the value is never actually read from 'c'View Report
Unused codeDead nested assignmentroot/firefox-clang/third_party/rust/glslopt/glsl-optimizer/src/util/sha1/sha1.cSHA1Transform1001Although the value stored to 'e' is used in the enclosing expression, the value is never actually read from 'e'View Report
Unused codeDead nested assignmentroot/firefox-clang/third_party/rust/glslopt/glsl-optimizer/src/util/sha1/sha1.cSHA1Transform1001Although the value stored to 'b' is used in the enclosing expression, the value is never actually read from 'b'View Report
Unused codeDead nested assignmentroot/firefox-clang/third_party/rust/glslopt/glsl-optimizer/src/util/sha1/sha1.cSHA1Transform1001Although the value stored to 'd' is used in the enclosing expression, the value is never actually read from 'd'View Report
Unused codeDead nested assignmentroot/firefox-clang/dom/media/webrtc/transport/third_party/nICEr/src/stun/stun_codec.cppnr_stun_decode_message14631Although the value stored to 'r' is used in the enclosing expression, the value is never actually read from 'r'View Report
Unused codeDead nested assignmentroot/firefox-clang/dom/media/webrtc/transport/third_party/nICEr/src/stun/stun_codec.cppnr_stun_decode_message14811Although the value stored to 'r' is used in the enclosing expression, the value is never actually read from 'r'View Report
Unused codeDead nested assignmentroot/firefox-clang/dom/media/webrtc/transport/third_party/nICEr/src/stun/stun_codec.cppnr_stun_encode_message13481Although the value stored to 'r' is used in the enclosing expression, the value is never actually read from 'r'View Report
Unused codeDead nested assignmentroot/firefox-clang/dom/media/webrtc/transport/third_party/nICEr/src/stun/stun_proc.cppnr_stun_process_request1681Although the value stored to 'r' is used in the enclosing expression, the value is never actually read from 'r'View Report
Unused codeDead nested assignmentroot/firefox-clang/dom/media/webrtc/transport/third_party/nICEr/src/stun/stun_proc.cppnr_stun_receive_request_long_term_auth4481Although the value stored to 'r' is used in the enclosing expression, the value is never actually read from 'r'View Report
Unused codeDead nested assignmentroot/firefox-clang/dom/media/webrtc/transport/third_party/nICEr/src/stun/stun_server_ctx.cppnr_stun_server_process_request3521Although the value stored to 'r' is used in the enclosing expression, the value is never actually read from 'r'View Report
Unused codeDead nested assignmentroot/firefox-clang/dom/media/webrtc/transport/third_party/nICEr/src/stun/stun_server_ctx.cppnr_stun_server_process_request2521Although the value stored to 'r' is used in the enclosing expression, the value is never actually read from 'r'View Report
Unused codeDead nested assignmentroot/firefox-clang/dom/media/webrtc/transport/third_party/nICEr/src/stun/stun_server_ctx.cppnr_stun_server_process_request2641Although the value stored to 'r' is used in the enclosing expression, the value is never actually read from 'r'View Report
Unused codeDead nested assignmentroot/firefox-clang/dom/media/webrtc/transport/third_party/nICEr/src/stun/stun_server_ctx.cppnr_stun_server_send_response3821Although the value stored to 'r' is used in the enclosing expression, the value is never actually read from 'r'View Report
Unused codeDead nested assignmentroot/firefox-clang/third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_format.ccFormatOffset2051Although the value stored to 'offset' is used in the enclosing expression, the value is never actually read from 'offset'View Report
Unused codeDead nested assignmentroot/firefox-clang/media/ffvpx/libavutil/tx_template.cff_tx_mdct_init_double_c12421Although the value stored to 'ret' is used in the enclosing expression, the value is never actually read from 'ret'View Report
Unused codeDead nested assignmentroot/firefox-clang/media/ffvpx/libavutil/tx_template.cff_tx_mdct_init_float_c12421Although the value stored to 'ret' is used in the enclosing expression, the value is never actually read from 'ret'View Report
Unused codeDead nested assignmentroot/firefox-clang/media/ffvpx/libavutil/tx_template.cff_tx_mdct_init_int32_c12421Although the value stored to 'ret' is used in the enclosing expression, the value is never actually read from 'ret'View Report
Unused codeDead nested assignmentroot/firefox-clang/intl/icu/source/common/ucnv.cppucnv_getNextUChar19431Although the value stored to 's' is used in the enclosing expression, the value is never actually read from 's'View Report
Unused codeDead nested assignmentroot/firefox-clang/intl/icu/source/common/ucnvlat1.cppucnv_Latin1FromUTF84141Although the value stored to 'sourceLimit' is used in the enclosing expression, the value is never actually read from 'sourceLimit'View Report
Unused codeDead nested assignmentroot/firefox-clang/intl/icu/source/common/unifilt.cppmatches531Although the value stored to 'c' is used in the enclosing expression, the value is never actually read from 'c'View Report
Unused codeDead nested assignmentroot/firefox-clang/intl/icu/source/common/unisetspan.cpppopMinimum1541Although the value stored to 'result' is used in the enclosing expression, the value is never actually read from 'result'View Report
Unused codeDead nested assignmentroot/firefox-clang/intl/icu/source/common/ustrtrns.cppu_strFromUTF8WithSub3581Although the value stored to '__t2' is used in the enclosing expression, the value is never actually read from '__t2'View Report
Unused codeDead nested assignmentroot/firefox-clang/intl/icu/source/common/ustrtrns.cppu_strFromUTF8WithSub3631Although the value stored to '__t1' is used in the enclosing expression, the value is never actually read from '__t1'View Report
Unused codeDead nested assignmentroot/firefox-clang/third_party/llama.cpp/ggml/src/ggml-cpu/vec.cppggml_vec_log_soft_max_f326121Although the value stored to 'sum' is used in the enclosing expression, the value is never actually read from 'sum'View Report
Unused codeDead nested assignmentroot/firefox-clang/media/libvorbis/lib/vorbis_smallft.cdradb47691Although the value stored to 't5' is used in the enclosing expression, the value is never actually read from 't5'View Report
Unused codeDead nested assignmentroot/firefox-clang/media/libvorbis/lib/vorbis_smallft.cdradb48311Although the value stored to 't5' is used in the enclosing expression, the value is never actually read from 't5'View Report
Unused codeDead nested assignmentroot/firefox-clang/media/ffvpx/libavcodec/vp9_parser.cparse391Although the value stored to 'res' is used in the enclosing expression, the value is never actually read from 'res'View Report
Logic errorDereference of null pointerroot/firefox-clang/dom/events/EventStateManager.cppDispatchCrossProcessEvent219723Access to field 'mMessage' results in a dereference of a null pointer (loaded from variable 'mouseEvent')View Report
Logic errorDereference of null pointerroot/firefox-clang/js/src/zydis/Zycore/List.cZyanListResizeEx64024Access to field 'prev' results in a dereference of a null pointer (loaded from variable 'node')View Report
Logic errorDereference of null pointerroot/firefox-clang/js/src/frontend/Parser.cppnotePositionalFormalParameter57034Dereference of null pointer (loaded from variable 'duplicatedParam')View Report
Logic errorDereference of null pointerroot/firefox-clang/gfx/skia/skia/src/core/SkBitmapProcState.cppS32_alpha_D32_nofilter_DX11317Dereference of null pointerView Report
Logic errorDereference of null pointerroot/firefox-clang/gfx/skia/skia/src/core/SkBitmapProcState.cppS32_alpha_D32_nofilter_DX12418Dereference of null pointerView Report
Logic errorDereference of null pointerroot/firefox-clang/gfx/skia/skia/src/core/SkBitmapProcState.cppS32_alpha_D32_nofilter_DXDY14415Dereference of null pointerView Report
Logic errorDereference of null pointerroot/firefox-clang/gfx/skia/skia/src/core/SkBitmapProcState.cppcheck_affine_filter63212Dereference of null pointerView Report
Logic errorDereference of null pointerroot/firefox-clang/gfx/skia/skia/src/core/SkBitmapProcState.cppcheck_scale_filter60510Dereference of null pointerView Report
Logic errorDereference of null pointerroot/firefox-clang/gfx/skia/skia/src/core/SkBitmapProcState.cppcheck_scale_nofilter59410Dereference of null pointerView Report
Logic errorDereference of null pointerroot/firefox-clang/gfx/skia/skia/src/ports/SkFontHost_FreeType_common.cpppackA8ToA138433Dereference of null pointerView Report
Logic errorDereference of null pointerroot/firefox-clang/gfx/skia/skia/src/core/SkPath.cppnext4999Dereference of null pointerView Report
Logic errorDereference of null pointerroot/firefox-clang/third_party/rust/glslopt/glsl-optimizer/src/compiler/glsl/ast_to_hir.cppapply_implicit_conversion32613Access to field 'type' results in a dereference of a null pointer (loaded from variable 'from')View Report
Logic errorDereference of null pointerroot/firefox-clang/security/nss/cmd/lib/basicutil.cSECU_ParseCommandLine57019Dereference of null pointerView Report
Logic errorDereference of null pointerroot/firefox-clang/other-licenses/bsdiff/bsdiff.cmain35633Array access (from variable 'eb') results in a null pointer dereferenceView Report
Logic errorDereference of null pointerroot/firefox-clang/gfx/cairo/cairo/src/cairo-bentley-ottmann-rectangular.csweep_line_delete56849Access to field 'dir' results in a dereference of a null pointer (loaded from field 'prev')View Report
Logic errorDereference of null pointerroot/firefox-clang/gfx/cairo/cairo/src/cairo-bentley-ottmann-rectangular.csweep_line_delete_edge55754Access to field 'next' results in a dereference of a null pointer (loaded from field 'prev')View Report
Logic errorDereference of null pointerroot/firefox-clang/gfx/cairo/cairo/src/cairo-bentley-ottmann-rectangular.csweep_line_delete_edge55871Access to field 'prev' results in a dereference of a null pointer (loaded from field 'next')View Report
Logic errorDereference of null pointerroot/firefox-clang/gfx/cairo/cairo/src/cairo-bentley-ottmann-rectangular.csweep_line_delete_edge54770Access to field 'x' results in a dereference of a null pointer (loaded from variable 'next')View Report
Logic errorDereference of null pointerroot/firefox-clang/gfx/cairo/cairo/src/cairo-cff-subset.c_cairo_cff_fallback_init347123Access to field 'ps_name' results in a dereference of a null pointer (loaded from variable 'font')View Report
Logic errorDereference of null pointerroot/firefox-clang/gfx/cairo/cairo/src/cairo-cff-subset.ccairo_cff_font_destroy296915Access to field 'widths' results in a dereference of a null pointer (loaded from variable 'font')View Report
Logic errorDereference of null pointerroot/firefox-clang/gfx/cairo/cairo/src/cairo-cff-subset.ccairo_cff_font_fallback_generate333514Access to field 'header' results in a dereference of a null pointer (loaded from variable 'font')View Report
Logic errorDereference of null pointerroot/firefox-clang/gfx/cairo/cairo/src/cairo-cff-subset.ccairo_cff_font_generate265615Access to field 'ps_name' results in a dereference of a null pointer (loaded from variable 'font')View Report
Logic errorDereference of null pointerroot/firefox-clang/gfx/cairo/cairo/src/cairo-pdf-surface.c_cairo_pdf_surface_add_source_surface180137Dereference of null pointer (loaded from variable 'x_offset')View Report
Logic errorDereference of null pointerroot/firefox-clang/gfx/cairo/cairo/src/cairo-pdf-surface.c_cairo_pdf_surface_add_source_surface180237Dereference of null pointer (loaded from variable 'y_offset')View Report
Logic errorDereference of null pointerroot/firefox-clang/gfx/cairo/cairo/src/cairo-tor-scan-converter.ccan_do_full_row117629Access to field 'dy' results in a dereference of a null pointer (loaded from variable 'e')View Report
Logic errorDereference of null pointerroot/firefox-clang/gfx/cairo/cairo/src/cairo-truetype-subset.ccairo_truetype_subset_init_internal115220Access to field 'scaled_font_subset' results in a dereference of a null pointer (loaded from variable 'font')View Report
Logic errorDereference of null pointerroot/firefox-clang/gfx/cairo/cairo/src/cairo-xlib-display.c_cairo_xlib_close_display13311Access to field 'display' results in a dereference of a null pointer (loaded from variable 'display')View Report
Logic errorDereference of null pointerroot/firefox-clang/intl/icu/source/i18n/datefmt.cppgetBestPattern46221Forming reference to null pointerView Report
Logic errorDereference of null pointerroot/firefox-clang/intl/icu/source/i18n/dtfmtsym.cppinitializeData239221Forming reference to null pointerView Report
Logic errorDereference of null pointerroot/firefox-clang/intl/icu/source/i18n/dtfmtsym.cppinitializeData239522Forming reference to null pointerView Report
Logic errorDereference of null pointerusr/lib/llvm-23/lib/clang/23/include/emmintrin.h_mm_loadu_si128346014Access to field '__v' results in a dereference of a null pointer (loaded from variable '__p')View Report
Logic errorDereference of null pointerroot/firefox-clang/media/ffvpx/libavcodec/encode.cff_encode_encode_cb25643Access to field 'pts' results in a dereference of a null pointer (loaded from variable 'frame')View Report
Logic errorDereference of null pointerroot/firefox-clang/media/ffvpx/libavcodec/encode.cff_encode_encode_cb25945Access to field 'duration' results in a dereference of a null pointer (loaded from variable 'frame')View Report
Logic errorDereference of null pointerroot/firefox-clang/third_party/sqlite3/ext/fts5.cfts5ApiPhraseFirstColumn2191710Array access (via field 'a') results in a null pointer dereferenceView Report
Logic errorDereference of null pointerroot/firefox-clang/third_party/sqlite3/ext/fts5.cfts5SetupPrefixIterTokendata1720422Array access (via field 'p') results in a null pointer dereferenceView Report
Logic errorDereference of null pointerroot/firefox-clang/third_party/sqlite3/ext/fts5.cfts5StorageDeleteFromIndex2364033Array access (from variable 'apVal') results in a null pointer dereferenceView Report
Logic errorDereference of null pointerroot/firefox-clang/third_party/sqlite3/ext/fts5.cfts5VocabInstanceNewTerm2768329Access to field 'bEof' results in a dereference of a null pointer (loaded from field 'pIter')View Report
Logic errorDereference of null pointerroot/firefox-clang/third_party/sqlite3/ext/fts5.cfts5VocabNextMethod2775537Access to field 'bEof' results in a dereference of a null pointer (loaded from field 'pIter')View Report
Logic errorDereference of null pointerroot/firefox-clang/third_party/sqlite3/ext/fts5.csqlite3Fts5ExprClonePhrase767221Access to field 'nTerm' results in a dereference of a null pointer (loaded from variable 'pOrig')View Report
Logic errorDereference of null pointerroot/firefox-clang/third_party/sqlite3/ext/fts5.csqlite3Fts5ExprEof733537Access to field 'pRoot' results in a dereference of a null pointer (loaded from variable 'p')View Report
Logic errorDereference of null pointerroot/firefox-clang/third_party/sqlite3/ext/fts5.csqlite3Fts5ExprFirst728737Access to field 'pRoot' results in a dereference of a null pointer (loaded from variable 'p')View Report
Logic errorDereference of null pointerroot/firefox-clang/media/ffvpx/libavcodec/get_bits.hget_bits34227Access to field 'l' results in a dereference of a null pointerView Report
Logic errorDereference of null pointerroot/firefox-clang/third_party/llama.cpp/ggml/src/ggml-backend-meta.cppggml_backend_meta_get_split_state111440Access to field 'buffer' results in a dereference of a null pointer (loaded from variable 'tensor')View Report
Logic errorDereference of null pointerroot/firefox-clang/third_party/llama.cpp/ggml/src/ggml-backend.cppgraph_copy_init_tensor204934Access to field 'view_src' results in a dereference of a null pointer (loaded from variable 'dst')View Report
Logic errorDereference of null pointerroot/firefox-clang/third_party/llama.cpp/ggml/src/ggml-c.cggml_are_same_shape153122Array access (via field 'ne') results in a null pointer dereferenceView Report
Logic errorDereference of null pointerroot/firefox-clang/third_party/llama.cpp/ggml/src/ggml-c.cggml_can_out_prod332424Array access (via field 'ne') results in a null pointer dereferenceView Report
Logic errorDereference of null pointerroot/firefox-clang/third_party/llama.cpp/ggml/src/ggml-c.cggml_can_repeat155627Array access (via field 'ne') results in a null pointer dereferenceView Report
Logic errorDereference of null pointerroot/firefox-clang/third_party/llama.cpp/ggml/src/ggml-c.cggml_compute_backward663119Access to field 'type' results in a dereference of a null pointer (loaded from variable 'src0')View Report
Logic errorDereference of null pointerroot/firefox-clang/third_party/llama.cpp/ggml/src/ggml-c.cggml_dup_tensor185930Access to field 'type' results in a dereference of a null pointer (loaded from variable 'src')View Report
Logic errorDereference of null pointerroot/firefox-clang/third_party/llama.cpp/ggml/src/ggml-c.cggml_graph_dump_dot753715Access to field 'flags' results in a dereference of a null pointer (loaded from variable 'node')View Report
Logic errorDereference of null pointerroot/firefox-clang/third_party/llama.cpp/ggml/src/ggml-c.cggml_is_contiguous_rows150429Array access (via field 'ne') results in a null pointer dereferenceView Report
Logic errorDereference of null pointerroot/firefox-clang/dom/media/webrtc/transport/third_party/nICEr/src/ice/ice_component.cppnr_ice_component_service_pre_answer_requests10508Dereference of null pointer (loaded from variable 'serviced')View Report
Logic errorDereference of null pointerroot/firefox-clang/third_party/rust/glslopt/glsl-optimizer/src/compiler/glsl/ir_print_glsl_visitor.cpp_mesa_print_ir_glsl3097Access to field 'es_shader' results in a dereference of a null pointer (loaded from variable 'state')View Report
Logic errorDereference of null pointerroot/firefox-clang/third_party/rust/glslopt/glsl-optimizer/src/compiler/glsl/ir_print_glsl_visitor.cppvisit19345Dereference of null pointerView Report
Logic errorDereference of null pointerroot/firefox-clang/media/libjpeg/src/jchuff.cjpeg_make_c_derived_tbl26621Array access (via field 'bits') results in a null pointer dereferenceView Report
Logic errorDereference of null pointerroot/firefox-clang/media/libjpeg/src/jcicc.cjpeg_write_icc_profile10011Dereference of null pointer (loaded from variable 'icc_data_ptr')View Report
Logic errorDereference of null pointerroot/firefox-clang/media/libjpeg/src/jcmarker.cemit_dht20714Access to field 'sent_table' results in a dereference of a null pointer (loaded from variable 'htbl')View Report
Logic errorDereference of null pointerroot/firefox-clang/media/libjpeg/src/jdatadst.cjpeg_mem_dest2676Dereference of null pointer (loaded from variable 'outbuffer')View Report
Logic errorDereference of null pointerroot/firefox-clang/media/libjpeg/src/jdatadst.cjpeg_mem_dest2679Dereference of null pointer (loaded from variable 'outsize')View Report
Logic errorDereference of null pointerroot/firefox-clang/media/libjpeg/src/jdatadst.cjpeg_mem_dest27211Dereference of null pointer (loaded from variable 'outsize')View Report
Logic errorDereference of null pointerroot/firefox-clang/media/libjpeg/src/jdhuff.cjpeg_make_d_derived_tbl17822Array access (via field 'bits') results in a null pointer dereferenceView Report
Logic errorDereference of null pointerroot/firefox-clang/media/libjpeg/src/jdicc.cjpeg_read_icc_profile884Dereference of null pointer (loaded from variable 'icc_data_ptr')View Report
Logic errorDereference of null pointerroot/firefox-clang/media/libjpeg/src/jdicc.cjpeg_read_icc_profile896Dereference of null pointer (loaded from variable 'icc_data_len')View Report
Logic errorDereference of null pointerroot/firefox-clang/media/libjpeg/src/jmemmgr.caccess_virt_barray107718Array access (via field 'mem_buffer') results in a null pointer dereferenceView Report
Logic errorDereference of null pointerroot/firefox-clang/media/libjpeg/src/jmemmgr.caccess_virt_sarray99322Array access (via field 'mem_buffer') results in a null pointer dereferenceView Report
Logic errorDereference of null pointerroot/firefox-clang/media/libjpeg/src/jmemmgr.calloc_large40149Access to field 'next' results in a dereference of a null pointer (loaded from variable 'hdr_ptr')View Report
Logic errorDereference of null pointerroot/firefox-clang/media/libjpeg/src/jmemmgr.cdo_barray_io90723Array access (via field 'mem_buffer') results in a null pointer dereferenceView Report
Logic errorDereference of null pointerroot/firefox-clang/media/libjpeg/src/jmemmgr.cdo_sarray_io84737Array access (via field 'mem_buffer') results in a null pointer dereferenceView Report
Logic errorDereference of null pointerroot/firefox-clang/media/libjpeg/src/jmemmgr.cdo_sarray_io85840Array access (from variable 'mem_buffer12') results in a null pointer dereferenceView Report
Logic errorDereference of null pointerroot/firefox-clang/media/libjpeg/src/jmemmgr.cdo_sarray_io87038Array access (from variable 'mem_buffer16') results in a null pointer dereferenceView Report
Logic errorDereference of null pointerroot/firefox-clang/media/libjpeg/src/jmemmgr.cjinit_memory_mgr12347Dereference of null pointerView Report
Logic errorDereference of null pointerroot/firefox-clang/media/ffvpx/libavcodec/libvpxenc.cstoreframe139223Access to field 'data' results in a dereference of a null pointer (loaded from variable 'pkt')View Report
Logic errorDereference of null pointerroot/firefox-clang/third_party/rust/glslopt/glsl-optimizer/src/compiler/glsl/link_varyings.cppassign_varying_locations277720Access to field 'ir' results in a dereference of a null pointer (loaded from variable 'consumer')View Report
Logic errorDereference of null pointerroot/firefox-clang/third_party/rust/glslopt/glsl-optimizer/src/compiler/glsl/list.hexec_list_push_head44930Access to field 'prev' results in a dereference of a null pointer (loaded from field 'next')View Report
Logic errorDereference of null pointerroot/firefox-clang/third_party/rust/glslopt/glsl-optimizer/src/compiler/glsl/list.hexec_node_remove15122Access to field 'prev' results in a dereference of a null pointer (loaded from field 'next')View Report
Logic errorDereference of null pointerroot/firefox-clang/third_party/rust/glslopt/glsl-optimizer/src/compiler/glsl/list.hexec_node_replace_with19027Access to field 'next' results in a dereference of a null pointer (loaded from field 'prev')View Report
Logic errorDereference of null pointerroot/firefox-clang/third_party/llama.cpp/src/llama-model-loader.cpptry_override22716Dereference of null pointerView Report
Logic errorDereference of null pointerroot/firefox-clang/intl/icu/source/common/localematcher.cppgetBestSuppIndex71141Forming reference to null pointerView Report
Logic errorDereference of null pointerroot/firefox-clang/toolkit/components/protobuf/src/google/protobuf/map.ccAlignAndAddSizeDynamic2544Forming reference to null pointerView Report
Logic errorDereference of null pointerroot/firefox-clang/modules/libmar/src/mar_read.cmar_find_item6826Access to field 'offset' results in a dereference of a null pointer (loaded from variable 'item')View Report
Logic errorDereference of null pointerroot/firefox-clang/intl/icu/source/i18n/msgfmt.cppformat103311Dereference of null pointerView Report
Logic errorDereference of null pointerroot/firefox-clang/intl/icu/source/i18n/msgfmt.cppformatComplexSubMessage119933Dereference of null pointerView Report
Logic errorDereference of null pointerroot/firefox-clang/dom/base/nsContentUtils.cppCompareChildNodes363423Dereference of null pointerView Report
Logic errorDereference of null pointerroot/firefox-clang/third_party/llama.cpp/ggml/src/ggml-cpu/ops.cppggml_compute_forward_im2col_f16635772Array access (from variable 'src_data_f16') results in a null pointer dereferenceView Report
Logic errorDereference of null pointerroot/firefox-clang/media/ffvpx/libavutil/opt.copt_get_elem110641Array access (from variable 'bin') results in a null pointer dereferenceView Report
Logic errorDereference of null pointerroot/firefox-clang/third_party/rust/glslopt/glsl-optimizer/src/compiler/glsl/opt_copy_propagation_elements.cppadd_copy70434Dereference of null pointerView Report
Logic errorDereference of null pointerroot/firefox-clang/third_party/rust/glslopt/glsl-optimizer/src/compiler/glsl/opt_dead_builtin_varyings.cppreplace_varyings_visitor28515Access to field 'ir' results in a dereference of a null pointer (loaded from field 'shader')View Report
Logic errorDereference of null pointerroot/firefox-clang/config/pathsub.cino2name9415Access to field 'd_ino' results in a dereference of a null pointer (loaded from variable 'ep')View Report
Logic errorDereference of null pointerroot/firefox-clang/security/nss/lib/pk11wrap/pk11util.cSECMOD_DeleteModuleEx3748Access to field 'internal' results in a dereference of a null pointer (loaded from field 'module')View Report
Logic errorDereference of null pointerroot/firefox-clang/media/ffvpx/libavcodec/pthread_frame.cupdate_context_from_thread43539Access to field 'priv_data_size' results in a dereference of a null pointer (loaded from variable 'hwaccel')View Report
Logic errorDereference of null pointerroot/firefox-clang/third_party/sqlite3/ext/sqlite-vec/sqlite-vec.cvec0Update_InsertWriteFinalStep889351Array access (from variable 'bufferChunksValidity') results in a null pointer dereferenceView Report
Logic errorDereference of null pointerroot/firefox-clang/third_party/sqlite3/src/sqlite3.cfindBtree8492318Access to field 'aDb' results in a dereference of a null pointer (loaded from variable 'pDb')View Report
Logic errorDereference of null pointerroot/firefox-clang/third_party/sqlite3/src/sqlite3.csqlite3ParseObjectInit14857018Access to field 'pParse' results in a dereference of a null pointer (loaded from variable 'db')View Report
Logic errorDereference of null pointerroot/firefox-clang/third_party/dav1d/src/thread_task.cdav1d_task_create_tile_sbrow30630Access to field 'next' results in a dereference of a null pointer (loaded from variable 'prev_t')View Report
Logic errorDereference of null pointerroot/firefox-clang/third_party/dav1d/src/thread_task.cdav1d_task_create_tile_sbrow32028Access to field 'next' results in a dereference of a null pointer (loaded from variable 'prev_t')View Report
Logic errorDereference of null pointerroot/firefox-clang/security/sandbox/chromium/sandbox/linux/seccomp-bpf/trap.ccSigSys15410Access to field 'si_code' results in a dereference of a null pointer (loaded from variable 'info')View Report
Logic errorDereference of null pointerroot/firefox-clang/intl/icu/source/i18n/tzgnames.cpp~TimeZoneGenericNames117617Access to field 'refCount' results in a dereference of a null pointer (loaded from field 'fRef')View Report
Logic errorDereference of null pointerroot/firefox-clang/intl/icu/source/common/ubidiwrt.cppdoWriteForward7328Dereference of null pointerView Report
Logic errorDereference of null pointerroot/firefox-clang/intl/icu/source/common/ubidiwrt.cppdoWriteForward8933Array access (from variable 'dest') results in a null pointer dereferenceView Report
Logic errorDereference of null pointerroot/firefox-clang/intl/icu/source/common/ubidiwrt.cppdoWriteReverse29438Array access (from variable 'dest') results in a null pointer dereferenceView Report
Logic errorDereference of null pointerroot/firefox-clang/intl/icu/source/common/ubidiwrt.cppdoWriteReverse20330Dereference of null pointerView Report
Logic errorDereference of null pointerroot/firefox-clang/intl/icu/source/common/ubidiwrt.cppubidi_writeReordered51942Dereference of null pointerView Report
Logic errorDereference of null pointerroot/firefox-clang/intl/icu/source/common/ubidiwrt.cppubidi_writeReordered60340Dereference of null pointerView Report
Logic errorDereference of null pointerroot/firefox-clang/intl/icu/source/common/ubidiwrt.cppubidi_writeReordered62541Dereference of null pointerView Report
Logic errorDereference of null pointerroot/firefox-clang/intl/icu/source/common/ustrtrns.cpp_appendUTF878343Dereference of null pointerView Report
Logic errorDereference of null pointerroot/firefox-clang/intl/icu/source/common/ustrtrns.cpp_appendUTF877439Dereference of null pointerView Report
Logic errorDereference of null pointerroot/firefox-clang/intl/icu/source/common/ustrtrns.cpp_appendUTF877941Dereference of null pointerView Report
Logic errorDereference of null pointerroot/firefox-clang/intl/icu/source/common/utext.cppucstrTextExtract257623Array access (from variable 'dest') results in a null pointer dereferenceView Report
Logic errorDereference of null pointerroot/firefox-clang/media/ffvpx/libavcodec/vlc.cbuild_table17048Dereference of null pointerView Report
Logic errorDereference of null pointerroot/firefox-clang/media/ffvpx/libavcodec/vlc.cbuild_table20448Dereference of null pointerView Report
Logic errorDereference of null pointerroot/firefox-clang/media/ffvpx/libavutil/vulkan.cff_vk_exec_pool_free30619Access to field 'fence' results in a dereference of a null pointer (loaded from variable 'e')View Report
Logic errorDereference of undefined pointer valueroot/firefox-clang/other-licenses/bsdiff/bsdiff.cmain35631Array access (from variable 'eb') results in an undefined pointer dereferenceView Report
Logic errorDereference of undefined pointer valueroot/firefox-clang/gfx/cairo/cairo/src/cairo-ft-font.c_cairo_ft_scaled_glyph_init_surface276337Access to field 'pixman_image' results in a dereference of an undefined pointer value (loaded from variable 'surface')View Report
Logic errorDereference of undefined pointer valueroot/firefox-clang/gfx/cairo/cairo/src/cairo-pdf-interchange.ccairo_pdf_interchange_apply_extents_from_content_ref126219Access to field 'extents' results in a dereference of an undefined pointer value (loaded from variable 'content_node')View Report
Logic errorDereference of undefined pointer valueroot/firefox-clang/gfx/cairo/cairo/src/cairo-pdf-interchange.ccairo_pdf_interchange_write_node_object68139Access to field 'type' results in a dereference of an undefined pointer value (loaded from variable 'content_node')View Report
Logic errorDereference of undefined pointer valueroot/firefox-clang/gfx/cairo/cairo/src/cairo-type1-fallback.c_cairo_type2_charstrings_init84510Access to field 'scaled_font_subset' results in a dereference of an undefined pointer value (loaded from variable 'font')View Report
Logic errorDereference of undefined pointer valueroot/firefox-clang/media/ffvpx/libavutil/hwcontext_vulkan.cvulkan_transfer_frame468445Access to field 'data' results in a dereference of an undefined pointer valueView Report
Logic errorDereference of undefined pointer valueroot/firefox-clang/media/libjpeg/src/jctrans.ccompress_output33521Array access results in an undefined pointer dereferenceView Report
Logic errorDereference of undefined pointer valueroot/firefox-clang/media/libjpeg/src/jctrans.ccompress_output35020Array access results in an undefined pointer dereferenceView Report
Logic errorDereference of undefined pointer valueroot/firefox-clang/third_party/rust/glslopt/glsl-optimizer/src/compiler/glsl/lower_mat_op_to_vec.cppvisit_leave41625Access to field 'type' results in a dereference of an undefined pointer valueView Report
Logic errorDereference of undefined pointer valueroot/firefox-clang/third_party/rust/glslopt/glsl-optimizer/src/compiler/glsl/lower_mat_op_to_vec.cppvisit_leave40725Access to field 'type' results in a dereference of an undefined pointer valueView Report
Logic errorDereference of undefined pointer valueroot/firefox-clang/media/ffvpx/libavcodec/vp9_mc_template.cinter_pred_scaled_16bpp42619Array access (via field 'data') results in an undefined pointer dereferenceView Report
Logic errorDivision by zeroroot/firefox-clang/gfx/skia/skia/src/core/SkScan_Antihair.cppfastfixdiv25120Division by zeroView Report
Logic errorDivision by zeroroot/firefox-clang/intl/icu/source/i18n/decNumber.cppdecDivideOp457666Division by zeroView Report
Logic errorDivision by zeroroot/firefox-clang/third_party/libwebrtc/modules/audio_processing/gain_control_impl.ccPackRenderAudioBuffer1409Division by zeroView Report
Logic errorDivision by zeroroot/firefox-clang/third_party/llama.cpp/ggml/src/ggml-cpu/ggml-cpu-c.cggml_compute_forward_mul_mat_one_chunk117942Division by zeroView Report
Logic errorDivision by zeroroot/firefox-clang/third_party/llama.cpp/ggml/src/gguf.cppcast21715Division by zeroView Report
Logic errorDivision by zeroroot/firefox-clang/third_party/llama.cpp/ggml/src/gguf.cppget_ne19614Division by zeroView Report
Logic errorDivision by zeroroot/firefox-clang/third_party/llama.cpp/ggml/src/gguf.cppget_val21016Division by zeroView Report
Logic errorDivision by zeroroot/firefox-clang/third_party/llama.cpp/ggml/src/gguf.cppgguf_get_arr_n108311Division by zeroView Report
Logic errorDivision by zeroroot/firefox-clang/third_party/rust/glslopt/glsl-optimizer/src/compiler/glsl_types.hglsl_align137735Division by zeroView Report
Logic errorDivision by zeroroot/firefox-clang/media/ffvpx/libavcodec/libaomenc.caom_init89651Division by zeroView Report
Logic errorDivision by zeroroot/firefox-clang/media/ffvpx/libavcodec/libaomenc.caom_init89953Division by zeroView Report
Logic errorDivision by zeroroot/firefox-clang/media/ffvpx/libavcodec/libaomenc.caom_init89249Division by zeroView Report
Logic errorDivision by zeroroot/firefox-clang/media/ffvpx/libavcodec/libvpxenc.cvpx_init113538Division by zeroView Report
Logic errorDivision by zeroroot/firefox-clang/media/ffvpx/libavcodec/libvpxenc.cvpx_init114759Division by zeroView Report
Logic errorDivision by zeroroot/firefox-clang/media/ffvpx/libavcodec/libvpxenc.cvpx_init115061Division by zeroView Report
Logic errorDivision by zeroroot/firefox-clang/third_party/llama.cpp/src/llama-kv-cache.cppfind_slot98117Division by zeroView Report
Logic errorDivision by zeroroot/firefox-clang/intl/icu/source/i18n/nfrs.cppfindFractionRuleSetRule62320Division by zeroView Report
Logic errorDivision by zeroroot/firefox-clang/intl/icu/source/i18n/nfrs.cpputil_lcm11717Division by zeroView Report
Logic errorDivision by zeroroot/firefox-clang/third_party/dav1d/src/obu.cparse_frame_hdr66740Division by zeroView Report
Logic errorDivision by zeroroot/firefox-clang/third_party/llama.cpp/ggml/src/ggml-cpu/ops.cppggml_compute_forward_dup_from_q51451Division by zeroView Report
Logic errorDivision by zeroroot/firefox-clang/third_party/llama.cpp/ggml/src/ggml-cpu/ops.cppggml_compute_forward_gated_delta_net_one_chunk1065497Division by zeroView Report
Logic errorDivision by zeroroot/firefox-clang/third_party/llama.cpp/ggml/src/ggml-cpu/ops.cppggml_compute_forward_gated_delta_net_one_chunk1065597Division by zeroView Report
Logic errorDivision by zeroroot/firefox-clang/third_party/llama.cpp/ggml/src/ggml-cpu/ops.cppggml_compute_forward_get_rows_bf16485649Division by zeroView Report
Logic errorDivision by zeroroot/firefox-clang/third_party/llama.cpp/ggml/src/ggml-cpu/ops.cppggml_compute_forward_get_rows_f16481549Division by zeroView Report
Logic errorDivision by zeroroot/firefox-clang/third_party/llama.cpp/ggml/src/ggml-cpu/ops.cppggml_compute_forward_get_rows_f32489749Division by zeroView Report
Logic errorDivision by zeroroot/firefox-clang/third_party/llama.cpp/ggml/src/ggml-cpu/ops.cppggml_compute_forward_get_rows_q477449Division by zeroView Report
Logic errorDivision by zeroroot/firefox-clang/third_party/llama.cpp/ggml/src/ggml-cpu/ops.cppggml_compute_forward_rms_norm_f32380655Division by zeroView Report
Logic errorDivision by zeroroot/firefox-clang/third_party/llama.cpp/ggml/src/ggml-cpu/ops.cppggml_compute_forward_set_f32459544Division by zeroView Report
Logic errorDivision by zeroroot/firefox-clang/third_party/llama.cpp/ggml/src/ggml-cpu/ops.cppggml_compute_forward_set_i32466644Division by zeroView Report
Logic errorDivision by zeroroot/firefox-clang/third_party/llama.cpp/ggml/src/ggml-cpu/ops.cppggml_compute_forward_set_rows_f32500042Division by zeroView Report
Logic errorDivision by zeroroot/firefox-clang/gfx/pixman/pixman/pixman/pixman-fast-path.cfast_composite_tiled_repeat128617Division by zeroView Report
Logic errorDivision by zeroroot/firefox-clang/media/libspeex_resampler/src/resample.cupdate_filter72629Division by zeroView Report
PerformanceExcessive Paddingroot/firefox-clang/dom/base/CCGCScheduler.hCCGCScheduler1291Excessive padding in 'class mozilla::CCGCScheduler' (32 padding bytes, where 0 is optimal). Optimal fields order: mCCBlockStart, mLastForgetSkippableEndTime, mForgetSkippableFrequencyStartTime, mLastCCEndTime, mLastForgetSkippableCycleEndTime, mCCDelay, mGCRunner, mCCRunner, mShrinkingGCTimer, mFullGCTimer, mActiveIntersliceGCBudget, mTriggeredGCDeadline, mInterruptRequested, mForgetSkippableCounter, mCCRunnerState, mCCRunnerEarlyFireCount, mPreviousSuspectedCount, mCleanupsSinceLastGC, mMajorGCReason, mEagerMajorGCReason, mEagerMinorGCReason, mCCollectedWaitingForGC, mCCollectedZonesWaitingForGC, mLikelyShortLivingObjectsNeedingGC, mInIncrementalGC, mAskParentBeforeMajorGC, mHaveAskedParent, mReadyForMajorGC, mWantAtLeastRegularGC, mDidShutdown, mHasRunGC, mNeedsFullCC, mNeedsFullGC, mNeedsGCAfterCC, mCCReason, mIsCompactingOnUserInactive, mIsCollectingCycles, mUserIsActive, mCurrentCollectionHasSeenNonIdle, mPreferFasterCollection, consider reordering the fields or adding explicit padding membersView Report
PerformanceExcessive Paddingroot/firefox-clang/js/src/zydis/Zydis/DecoderTypes.hZydisDecodedOperand_1991Excessive padding in 'struct ZydisDecodedOperand_' (15 padding bytes, where 7 is optimal). Optimal fields order: , visibility, encoding, element_type, type, size, element_size, element_count, id, actions, attributes, consider reordering the fields or adding explicit padding membersView Report
PerformanceExcessive Paddingroot/firefox-clang/obj-x86_64-pc-linux-gnu/ipc/ipdl/_ipdlheaders/mozilla/dom/FetchTypes.hIPCInternalRequest6411Excessive padding in 'class mozilla::dom::IPCInternalRequest' (39 padding bytes, where 7 is optimal). Optimal fields order: urlList_, headers_, interceptionRedirectChain_, bodySize_, method_, preferredAlternativeDataType_, referrer_, integrity_, fragment_, body_, principalInfo_, interceptionTriggeringPrincipalInfo_, internalPriority_, headersGuard_, contentPolicyType_, referrerPolicy_, environmentReferrerPolicy_, requestMode_, requestCredentials_, cacheMode_, requestRedirect_, requestPriority_, keepalive_, interceptionContentPolicyType_, interceptionFromThirdParty_, embedderPolicy_, consider reordering the fields or adding explicit padding membersView Report
PerformanceExcessive Paddingroot/firefox-clang/js/src/gc/GCRuntime.hGCRuntime2831Excessive padding in 'class js::gc::GCRuntime' (78 padding bytes, where 6 is optimal). Optimal fields order: rt, numActiveZoneIters, lastLastDitchTime, queuePos, systemZone, sharedAtomsZone_, delayedMarkingList, markLaterArenas, helperThreadRatio, maxHelperThreads, helperThreadCount, maxMarkingThreads, markingThreadCount, maxParallelThreads, dispatchedParallelTasks, atomsUsedByUncollectedZones, createBudgetCallback, permanentAtoms, permanentWellKnownSymbols, nextCellUniqueId_, verifyPreData, lastGCStartTime_, lastGCEndTime_, initialized, minorGCNumber, majorGCNumber, number, sliceNumber, reservedMarkingThreads, markSliceCount, initialMinorGCNumber, blackDeferredMaps, grayDeferredMaps, sweepGroups, currentSweepGroup, sweepActions, sweepZone, foregroundFinalizedZone, zonesCompacted, relocatedArenasToRelease, markingValidator, defaultTimeBudgetMS_, destroyZoneCallback, destroyCompartmentCallback, destroyRealmCallback, inPageLoadCount, lastAllocRateUpdateTime, collectorTimeSinceAllocRateUpdate, lastAnimationTime_, maybeMarkStackLimit, emptyChunks_, backgroundSweepZones, zonesToMaybeCompact, gcCallback, gcDoCycleCollectionCallback, tenuredCallback, hostCleanupFinalizationRegistryCallback, grayRootTracer, stringStats, heapSize, queuedParallelTasks, weakCachesToSweep, weakCaches_, markers, rootsHash, buffersToFreeAfterMinorGC, sweepingTracer, testMarkQueue, zones_, lock, sweepingLock, delayedMarkingLock, selectedForMarking, mainThreadContext, maybeAtomsToSweep, unmarkTask, sweepTask, freeTask, decommitTask, stringBuffersToReleaseAfterMinorGC, finalizeCallbacks, updateWeakPointerZonesCallbacks, updateWeakPointerCompartmentCallbacks, nurseryCollectionCallbacks, blackRootTracers, lifoBlocksToFree, lifoBlocksToFreeAfterFullMinorGC, lifoBlocksToFreeAfterNextMinorGC, allocTask, lightLockRuntime, markTask, atomReferences, bufferRuntime_, persistentRoots_, tunables, storeBuffer_, foregroundFinalizedArenas, nursery_, stats_, schedulingState, majorGCTriggerReason, haveAllImplicitEdges_, heapState_, minEmptyChunkCount_, initialReason, sliceReason, incrementalState, initialState, sweepGroupIndex, sweepMarkResult, gcCallbackDepth, zealModeBits, zealFrequency, nextScheduled, zealSliceBudget, maybeGcOptions, delayedMarkingWorkAdded, fullGCRequested, finishMarkingDuringSweeping, incrementalGCEnabled, perZoneGCEnabled, grayBitsValid, isIncremental, isFull, isCompacting, useParallelMarking, useConcurrentMarking, useZeal, didYieldAtEndOfMarkPhase, safeToYield, markOnBackgroundThreadDuringSweeping, useBackgroundThreads, hadShutdownGC, foundUnexpectedGrayCells, requestSliceAfterBackgroundTask, sweepAllocKind, abortSweepAfterCurrentGroup, disableBarriersForSweeping, foregroundFinalizedAllocKind, startedCompacting, compactingEnabled, nurseryEnabled, parallelMarkingEnabled, rootsRemoved, fullCompartmentChecks, alwaysPreserveCode, lowMemoryState, deterministicOnly, queueMarkColor, consider reordering the fields or adding explicit padding membersView Report
PerformanceExcessive Paddingroot/firefox-clang/dom/media/MediaFormatReader.hDecoderData3961Excessive padding in 'struct mozilla::MediaFormatReader::DecoderData' (34 padding bytes, where 2 is optimal). Optimal fields order: mOwner, mTrackDemuxer, mTaskQueue, mDecoder, mDecodePerfRecorder, mSeekRequest, mQueuedSamples, mDemuxRequest, mWaitingPromise, mDecodeRequest, mShutdownPromise, mDrainRequest, mOutput, mNumSamplesInput, mNumSamplesOutput, mNumSamplesOutputTotal, mNumSamplesSkippedTotal, mSizeOfQueue, mOriginalInfo, mWorkingInfo, mInfo, mDescription, mProcessName, mCodecName, mWaitingForDataStartTime, mFrameRateEstimator, mFirstFrameTime, mLastTimeRangesEnd, mFirstDemuxedSampleTime, mError, mMutex, mLastDecodedSampleTime, mTimeThreshold, mTimeRanges, mDrainState, mNumOfConsecutiveDecodingError, mMaxConsecutiveDecodingError, mNumOfConsecutiveRDDOrGPUCrashes, mMaxConsecutiveRDDOrGPUCrashes, mNumOfConsecutiveUtilityCrashes, mMaxConsecutiveUtilityCrashes, mIsHardwareAccelerated, mLastStreamSourceID, mNextStreamSourceID, mVideoDecodeProperties, mType, mUpdateScheduled, mDemuxEOS, mWaitingForKey, mReceivedNewData, mFlushing, mFlushed, mIsNullDecode, mHardwareDecodingDisabled, mHasReportedVideoHardwareSupportTelemtry, consider reordering the fields or adding explicit padding membersView Report
PerformanceExcessive Paddingroot/firefox-clang/js/src/gc/ParallelMarking.hParallelMarker841Excessive padding in 'class js::gc::ParallelMarker' (105 padding bytes, where 41 is optimal). Optimal fields order: tasks, gc, waitingTasks, activeTasks, color, markingDeferredWeakmaps, consider reordering the fields or adding explicit padding membersView Report
PerformanceExcessive Paddingroot/firefox-clang/js/public/ProfilingFrameIterator.hFrame1651Excessive padding in 'struct JS::ProfilingFrameIterator::Frame' (8 padding bytes, where 0 is optimal). Optimal fields order: stackAddress, , activation, endStackAddress, label, interpreterScript, realmID, kind, sourceId, line, column, consider reordering the fields or adding explicit padding membersView Report
PerformanceExcessive Paddingroot/firefox-clang/widget/gtk/WaylandSurface.hWaylandSurface311Excessive padding in 'class mozilla::widget::WaylandSurface' (60 padding bytes, where 4 is optimal). Optimal fields order: mRefCnt, mLoggingWidget, mGdkWindow, mParentSurface, mParent, mSurface, mSubsurface, mLatestAttachedBuffer, mEGLWindow, mViewport, mVisibleFrameCallback, mVSyncFrameCallback, mPendingOpaqueRegion, mOpaqueRegionFrameCallback, mSurfaceLock, mGdkAfterPaintId, mScreenScale, mFractionalScaleListener, mCoordinatesScaleManager, mFormats, mColorSurface, mColorRepresentationSurface, mImageDescription, mGdkCommitCallback, mMapCallback, mUnmapCallback, mVSyncCallbackStateHandler, mVSyncEmulateCheck, mDMABufFormatRefreshCallback, mBufferTransactions, mVSyncCallbackHandler, mScaleCallbacks, mMutex, mIsMapped, mIsVisible, mIsPendingGdkCleanup, mSurfaceNeedsCommit, mBufferAttached, mEmulatedVSyncCallbackTimerID, mIsOpaqueSurfaceHandlerSet, mScaleType, mCoordinatesScale, mSize, mSubsurfacePosition, mViewportDestinationSize, mViewportSourceRect, mCommitAllowed, mSubsurfaceDesync, mViewportFollowsSizeChanges, mBufferTransformFlippedX, mBufferTransformFlippedY, mVSyncCallbackEnabled, mUseDMABufFormats, mHDRSet, consider reordering the fields or adding explicit padding membersView Report
PerformanceExcessive Paddingroot/firefox-clang/obj-x86_64-pc-linux-gnu/dom/bindings/WebIDLSerializable.cppWebIDLSerializableEntry171Excessive padding in 'struct mozilla::dom::WebIDLSerializableEntry' (10 padding bytes, where 2 is optimal). Optimal fields order: mDeserialize, mTag, mExposedGlobals, consider reordering the fields or adding explicit padding membersView Report
PerformanceExcessive Paddingroot/firefox-clang/extensions/spellcheck/hunspell/src/affixmgr.hxxAffixMgr931Excessive padding in 'class AffixMgr' (42 padding bytes, where 2 is optimal). Optimal fields order: alldic, pHMgr, csconv, iconvtable, oconvtable, phone, pfxappnd, sfxappnd, derived, sfx, pfx, maptable, breaktable, checkcpdtable, defcpdtable, cpdvowels_utf16, wordchars_utf16, ignorechars_utf16, keystring, trystring, encoding, cpdvowels, cpdsyllablenum, wordchars, ignorechars, version, lang, pStart, sStart, pFlag, sFlag, utf8, complexprefixes, compoundmoresuffixes, checkcompounddup, checkcompoundrep, checkcompoundcase, checkcompoundtriple, simplifiedtriple, cpdmin, simplifiedcpd, maxngramsugs, maxcpdsugs, maxdiff, onlymaxdiff, nosplitsugs, sugswithdots, cpdwordmax, cpdmaxsyllable, sfxextra, checknum, langnum, forbidwarn, checksharps, fullstrip, havecontclass, compoundflag, compoundbegin, compoundmiddle, compoundend, compoundroot, compoundforbidflag, compoundpermitflag, forbiddenword, nosuggest, nongramsuggest, needaffix, sfxflag, lemma_present, circumfix, onlyincompound, keepcase, forceucase, warn, substandard, parsedmaptable, parsedbreaktable, parsedcheckcpd, parseddefcpd, contclasses, consider reordering the fields or adding explicit padding membersView Report
PerformanceExcessive Paddingroot/firefox-clang/third_party/aom/av1/common/av1_common_int.hAV1Common7661Excessive padding in 'struct AV1Common' (39 padding bytes, where 7 is optimal). Optimal fields order: lf_info, error, prev_frame, cur_frame, last_frame_seg_map, rst_tmpbuf, rlbs, seq_params, fc, default_frame_context, buffer_pool, tpl_mvs, above_contexts, ref_frame_map, mi_params, rst_info, rst_frame, cdef_info, quant_params, width, height, render_width, render_height, superres_upscaled_width, superres_upscaled_height, frame_presentation_time, show_frame, showable_frame, show_existing_frame, current_frame_id, tpl_mvs_mem_size, temporal_layer_id, spatial_layer_id, sf_identity, delta_q_info, features, remapped_ref_idx, ref_frame_id, ref_frame_sign_bias, current_frame, lf, ref_scale_factors, buffer_removal_times, seg, global_motion, tiles, film_grain_params, superres_scale_denominator, ref_frame_side, consider reordering the fields or adding explicit padding membersView Report
PerformanceExcessive Paddingroot/firefox-clang/dom/media/platforms/ffmpeg/ffmpeg57/include/libavcodec/avcodec.hAVCodecContext15311Excessive padding in 'struct AVCodecContext' (40 padding bytes, where 0 is optimal). Optimal fields order: av_class, codec, priv_data, internal, opaque, bit_rate, extradata, draw_horiz_band, get_format, slice_offset, intra_matrix, inter_matrix, channel_layout, request_channel_layout, get_buffer2, rc_override, rc_eq, rc_max_rate, rc_min_rate, timecode_frame_start, rtp_callback, stats_out, stats_in, reordered_opaque, hwaccel, hwaccel_context, coded_frame, execute, execute2, subtitle_header, vbv_delay, codec_descriptor, pts_correction_num_faulty_pts, pts_correction_num_faulty_dts, pts_correction_last_pts, pts_correction_last_dts, sub_charenc, chroma_intra_matrix, dump_separator, codec_whitelist, coded_side_data, error, log_level_offset, codec_type, codec_id, codec_tag, stream_codec_tag, bit_rate_tolerance, global_quality, compression_level, flags, flags2, extradata_size, ticks_per_frame, delay, width, height, coded_width, coded_height, gop_size, pix_fmt, me_method, max_b_frames, b_quant_factor, rc_strategy, b_frame_strategy, b_quant_offset, has_b_frames, mpeg_quant, i_quant_factor, i_quant_offset, lumi_masking, temporal_cplx_masking, spatial_cplx_masking, p_masking, dark_masking, slice_count, prediction_method, me_cmp, me_sub_cmp, mb_cmp, ildct_cmp, dia_size, last_predictor_count, pre_me, me_pre_cmp, pre_dia_size, me_subpel_quality, dtg_active_format, me_range, intra_quant_bias, inter_quant_bias, slice_flags, xvmc_acceleration, mb_decision, scenechange_threshold, noise_reduction, me_threshold, mb_threshold, intra_dc_precision, skip_top, skip_bottom, border_masking, mb_lmin, mb_lmax, me_penalty_compensation, bidir_refine, brd_scale, keyint_min, refs, chromaoffset, scenechange_factor, mv0_threshold, b_sensitivity, color_primaries, color_trc, colorspace, color_range, chroma_sample_location, slices, field_order, sample_rate, channels, sample_fmt, frame_size, frame_number, block_align, cutoff, audio_service_type, request_sample_fmt, refcounted_frames, qcompress, qblur, qmin, qmax, max_qdiff, rc_qsquish, rc_qmod_amp, rc_qmod_freq, rc_buffer_size, rc_override_count, rc_buffer_aggressivity, rc_initial_cplx, rc_max_available_vbv_use, rc_min_vbv_overflow_use, rc_initial_buffer_occupancy, coder_type, context_model, lmin, lmax, frame_skip_threshold, frame_skip_factor, frame_skip_exp, frame_skip_cmp, trellis, min_prediction_order, max_prediction_order, rtp_payload_size, mv_bits, header_bits, i_tex_bits, p_tex_bits, i_count, p_count, skip_count, misc_bits, frame_bits, workaround_bugs, strict_std_compliance, error_concealment, debug, debug_mv, err_recognition, dct_algo, idct_algo, bits_per_coded_sample, bits_per_raw_sample, lowres, thread_count, thread_type, active_thread_type, thread_safe_callbacks, nsse_weight, profile, level, skip_loop_filter, skip_idct, skip_frame, subtitle_header_size, error_rate, side_data_only_packets, initial_padding, sw_pix_fmt, sub_charenc_mode, skip_alpha, seek_preroll, properties, nb_coded_side_data, time_base, sample_aspect_ratio, framerate, pkt_timebase, codec_name, consider reordering the fields or adding explicit padding membersView Report
PerformanceExcessive Paddingroot/firefox-clang/third_party/aom/av1/encoder/block.hmacroblock8891Excessive padding in 'struct macroblock' (47 padding bytes, where 15 is optimal). Optimal fields order: e_mbd, mbmi_ext_frame, row_ctx, tile_pb_ctx, cb_coef_buff, palette_buffer, tmp_conv_dst, upsample_pred, rb, mv_costs, dv_costs, winner_mode_stats, inter_modes_info, mb_mode_cache, pixel_gradient_info, min_dist_inter_uv, dqcoeff_buf, src_var_info_of_4x4_sub_blocks, sb_stats_cache, sb_fp_stats, tmp_pred_bufs, obmc_buffer, comp_rd_buffer, top_comp_avg_est_rd, top_inter_tx_no_split_rd, plane, txfm_search_info, sb_enc, intrabc_hash_info, comp_rd_stats, qindex, delta_qindex, rdmult_delta_qindex, rdmult_cur_qindex, rdmult, intra_sb_rdmult_modifier, mb_energy, sb_energy_level, errorperbit, sadperbit, seg_skip_block, actual_num_seg1_blocks, actual_num_seg2_blocks, cnt_zeromv, force_zeromv_skip_for_sb, force_zeromv_skip_for_blk, prev_segment_id, nonrd_prune_ref_frame_search, must_find_valid_partition, skip_mode, winner_mode_count, comp_rd_stats_idx, recalc_luma_mc_data, use_mb_mode_cache, color_palette_thresh, force_color_check_block_level, source_variance, block_is_zero_sad, sb_me_partition, sb_me_block, sb_col_scroll, sb_row_scroll, sb_me_mv, sb_force_fixed_part, try_merge_partition, palette_pixels, pix_to_bottom_edge, pix_to_right_edge, best_pred_mv_sad, last_set_offsets_loc, content_state_sb, mv_limits, pred_mv_sad, pred_mv0_sad, pred_mv1_sad, max_mv_context, pred_sse, txfm_search_params, warp_sample_info, mbmi_ext, picked_ref_frames_mask, part_search_info, thresh_freq_fact, search_site_cfg_buf, mode_costs, coeff_costs, cb_offset, rd_model, compound_idx, reuse_inter_pred, is_sb_gradient_cached, color_sensitivity_sb, color_sensitivity_sb_g, color_sensitivity_sb_alt, color_sensitivity, tpl_keep_ref_frame, consider reordering the fields or adding explicit padding membersView Report
PerformanceExcessive Paddingroot/firefox-clang/third_party/aom/av1/common/blockd.hmacroblockd5701Excessive padding in 'struct macroblockd' (38 padding bytes, where 6 is optimal). Optimal fields order: wiener_info, mi, left_mbmi, above_mbmi, chroma_left_mbmi, chroma_above_mbmi, tx_type_map, cur_buf, above_partition_context, above_txfm_context, left_txfm_context, tile_ctx, error_info, global_motion, seg_mask, tmp_conv_dst, tmp_upsample_pred, block_ref_scale_factors, tmp_obmc_bufs, above_entropy_context, plane, mi_row, mi_col, mi_stride, tx_type_map_stride, mb_to_left_edge, mb_to_right_edge, mb_to_top_edge, mb_to_bottom_edge, bd, current_base_qindex, cur_frame_force_integer_mv, tile, qindex, lossless, sgrproj_info, ref_mv_stack, cfl, color_index_map_offset, weight, is_chroma_ref, up_available, left_available, chroma_up_available, chroma_left_available, width, height, is_last_vertical_rect, is_first_horizontal_rect, delta_lf_from_base, delta_lf, cdef_transmitted, neighbors_ref_counts, left_partition_context, left_txfm_context_buffer, left_entropy_context, consider reordering the fields or adding explicit padding membersView Report
PerformanceExcessive Paddingroot/firefox-clang/third_party/dav1d/src/cdf.hCdfModeContext391Excessive padding in 'struct CdfModeContext' (40 padding bytes, where 8 is optimal). Optimal fields order: txtp_inter2, txtp_inter1, y_mode, cfl_alpha, wedge_idx, partition, uv_mode, cfl_sign, filter_intra, seg_id, angle_delta, comp_inter_mode, pal_sz, txtp_intra1, txtp_intra2, color_map, delta_q, restore_switchable, interintra_mode, delta_lf, txsz, filter, motion_mode, restore_wiener, restore_sgrproj, intrabc, pal_uv, globalmv_mode, skip, skip_mode, drl_bit, seg_pred, txtp_inter3, intra, comp, comp_dir, newmv_mode, refmv_mode, jnt_comp, mask_comp, comp_bwd_ref, interintra, interintra_wedge, wedge_comp, comp_fwd_ref, comp_uni_ref, ref, txpart, pal_y, use_filter_intra, obmc, consider reordering the fields or adding explicit padding membersView Report
PerformanceExcessive Paddingroot/firefox-clang/third_party/aom/av1/encoder/cnn.c221Excessive padding in 'CONVOLVE_OPS' (8 padding bytes, where 0 is optimal). Optimal fields order: input, layer_config, output, in_width, in_height, in_stride, out_stride, start_idx, th_step, consider reordering the fields or adding explicit padding membersView Report
PerformanceExcessive Paddingroot/firefox-clang/third_party/libwebrtc/modules/video_coding/svc/create_scalability_structure.ccNamedStructureFactory261Excessive padding in 'struct webrtc::(anonymous namespace)::NamedStructureFactory' (11 padding bytes, where 3 is optimal). Optimal fields order: factory, config, name, consider reordering the fields or adding explicit padding membersView Report
PerformanceExcessive Paddingroot/firefox-clang/obj-x86_64-pc-linux-gnu/x86_64-unknown-linux-gnu/debug/build/swgl-250521f66641ef82/out/cs_blur_ALPHA_TARGET.hSamplers21Excessive padding in 'struct cs_blur_ALPHA_TARGET_common::Samplers' (32 padding bytes, where 0 is optimal). Optimal fields order: sGpuBufferI_impl, sPrimitiveHeadersI_impl, sClipMask_impl, sColor0_impl, sGpuBufferF_impl, sPrimitiveHeadersF_impl, sRenderTasks_impl, sTransformPalette_impl, sClipMask_slot, sColor0_slot, sGpuBufferF_slot, sGpuBufferI_slot, sPrimitiveHeadersF_slot, sPrimitiveHeadersI_slot, sRenderTasks_slot, sTransformPalette_slot, consider reordering the fields or adding explicit padding membersView Report
PerformanceExcessive Paddingroot/firefox-clang/obj-x86_64-pc-linux-gnu/x86_64-unknown-linux-gnu/debug/build/swgl-250521f66641ef82/out/cs_blur_COLOR_TARGET.hSamplers21Excessive padding in 'struct cs_blur_COLOR_TARGET_common::Samplers' (32 padding bytes, where 0 is optimal). Optimal fields order: sGpuBufferI_impl, sPrimitiveHeadersI_impl, sClipMask_impl, sColor0_impl, sGpuBufferF_impl, sPrimitiveHeadersF_impl, sRenderTasks_impl, sTransformPalette_impl, sClipMask_slot, sColor0_slot, sGpuBufferF_slot, sGpuBufferI_slot, sPrimitiveHeadersF_slot, sPrimitiveHeadersI_slot, sRenderTasks_slot, sTransformPalette_slot, consider reordering the fields or adding explicit padding membersView Report
PerformanceExcessive Paddingroot/firefox-clang/obj-x86_64-pc-linux-gnu/x86_64-unknown-linux-gnu/debug/build/swgl-250521f66641ef82/out/cs_svg_filter_node.hSamplers21Excessive padding in 'struct cs_svg_filter_node_common::Samplers' (36 padding bytes, where 4 is optimal). Optimal fields order: sGpuBufferI_impl, sPrimitiveHeadersI_impl, sClipMask_impl, sColor0_impl, sColor1_impl, sGpuBufferF_impl, sPrimitiveHeadersF_impl, sRenderTasks_impl, sTransformPalette_impl, sClipMask_slot, sColor0_slot, sColor1_slot, sGpuBufferF_slot, sGpuBufferI_slot, sPrimitiveHeadersF_slot, sPrimitiveHeadersI_slot, sRenderTasks_slot, sTransformPalette_slot, consider reordering the fields or adding explicit padding membersView Report
PerformanceExcessive Paddingroot/firefox-clang/third_party/aom/av1/decoder/decoder.hAV1Decoder2791Excessive padding in 'struct AV1Decoder' (47 padding bytes, where 15 is optimal). Optimal fields order: dcb, common, td, cdef_worker, tile_workers, thread_data, tile_data, num_output_frames, frame_header_size, cb_buffer_base, row_mt_mutex_, row_mt_cond_, metadata, obu_size_hdr, cdef_sync, tile_mt_info, output_frames, lf_worker, lf_row_sync, lr_row_sync, lr_ctxt, tile_list_outbuf, error, seq_params, ext_refs, tile_buffers, num_workers, allocated_tiles, output_all_layers, decoding_first_frame, allow_lowbitdepth, max_threads, inv_tile_order, need_resync, reset_decoder_state, tile_size_bytes, tile_col_size_bytes, dec_tile_row, dec_tile_col, sequence_header_ready, sequence_header_changed, operating_point, current_operating_point, frame_size_limit, seen_frame_header, next_start_tile, camera_frame_header_ready, output_frame_width_in_tiles_minus_1, output_frame_height_in_tiles_minus_1, tile_count_minus_1, coded_tile_data_size, ext_tile_debug, row_mt, cb_buffer_alloc_size, allocated_row_mt_sync_rows, context_update_tile_id, skip_loop_filter, skip_film_grain, is_annexb, is_fwd_kf_present, is_arf_frame_present, num_tile_groups, number_temporal_layers, number_spatial_layers, sframe_info, valid_for_referencing, frame_row_mt_info, buffer_removal_time_present, consider reordering the fields or adding explicit padding membersView Report
PerformanceExcessive Paddingroot/firefox-clang/modules/zlib/src/deflate.hinternal_state1041Excessive padding in 'struct internal_state' (40 padding bytes, where 0 is optimal). Optimal fields order: strm, pending_buf, pending_buf_size, pending_out, pending, gzhead, gzindex, window, window_size, prev, head, block_start, sym_buf, opt_len, static_len, high_water, l_desc, d_desc, bl_desc, status, wrap, last_flush, w_size, w_bits, w_mask, ins_h, hash_size, hash_bits, hash_mask, hash_shift, match_length, prev_match, match_available, strstart, match_start, lookahead, prev_length, max_chain_length, max_lazy_match, level, strategy, good_match, nice_match, heap_len, heap_max, lit_bufsize, sym_next, sym_end, matches, insert, bi_valid, bi_used, slid, heap, bi_buf, bl_count, bl_tree, dyn_dtree, dyn_ltree, method, depth, consider reordering the fields or adding explicit padding membersView Report
PerformanceExcessive Paddingroot/firefox-clang/intl/icu/source/i18n/dtptngen_impl.hdtTypeElem1131Excessive padding in 'struct icu_78::dtTypeElem' (4 padding bytes, where 0 is optimal). Optimal fields order: field, patternChar, type, minLen, weight, consider reordering the fields or adding explicit padding membersView Report
PerformanceExcessive Paddingroot/firefox-clang/third_party/aom/av1/encoder/encoder.hAV1_COMP29071Excessive padding in 'struct AV1_COMP' (114 padding bytes, where 2 is optimal). Optimal fields order: common, enc_quant_dequant_params, td, ppi, coeff_buffer_base, source, last_source, unscaled_source, unscaled_last_source, unfiltered_source, tpl_rdmult_scaling_factors, cdef_search_ctx, last_show_frame_buf, ambient_err, framerate, cyclic_refresh, tile_data, new_framerate, film_grain_table, denoise_and_model, ssim_rdmult_scaling_factors, consec_zero_mv, mb_weber_stats, prep_rate_estimates, ext_rate_distribution, ext_rate_scale, norm_wiener_variance, mb_delta_q, second_pass_log_stream, src_sad_blk_64x64, rec_sse, mbmi_ext_info, enc_seg, active_map, firstpass_data, extrc_tpl_gop_stats, coeff_buffer_pool, time_stamps, pick_lr_ctxt, twopass_frame, vbp_info, scaled_ref_buf, ducky_encode_info, ext_part_controller, roi, lr_ctxt, gm_info, ext_ratectrl, scaled_source, scaled_last_source, orig_source, last_frame_uf, trial_frame_rst, force_intpel_info, svc, tf_ctx, rc, oxcf, coding_context, sf, mt_info, mv_search_params, token_info, rd, skip_tpl_setup_stats, cb_delta_rdmult_enabled, rt_reduce_num_ref_buffers, ref_frame_flags, speed, all_one_sided_refs, droppable, frame_index_set, data_alloc_width, data_alloc_height, initial_mbs, last_coded_width, last_coded_height, allocated_tiles, vaq_refresh, num_frame_recode, do_update_vbr_bits_off_target_fast, existing_fb_idx_to_show, intrabc_used, prune_ref_frame_mask, keep_single_ref_frame_mask, keep_comp_ref_frame_mask, use_screen_content_tools, is_screen_content_type, frame_header_count, deltaq_used, num_tg, superres_mode, consec_zero_mv_alloc_size, sb_counter, ref_refresh_index, ref_idx_to_skip, src_sad_blk_alloc_size, use_ducky_encode, frames_since_last_update, palette_pixel_num, scaled_last_source_available, resize_pending_params, interp_search_flags, ext_flags, ref_frame_dist_info, noise_estimate, frame_info, do_update_frame_probs_txtype, do_update_frame_probs_obmc, do_update_frame_probs_warp, do_update_frame_probs_interpfilter, winner_mode_params, mv_stats, zeromv_skip_thresh_exit_part, counts, frame_new_probs, gf_frame_index, frame_size_related_setup_done, compressor_stage, last_frame_type, fp_block_size, refresh_idx_available, do_frame_data_update, weber_bsize, is_dropped_frame, alloc_pyramid, do_border_pad, refresh_frame, optimize_seg_arr, consider reordering the fields or adding explicit padding membersView Report
PerformanceExcessive Paddingroot/firefox-clang/gfx/wr/swgl/src/gl.ccContext7791Excessive padding in 'struct Context' (38 padding bytes, where 6 is optimal). Optimal fields order: blendcolor, cleardepth, queries, framebuffers, renderbuffers, shaders, buffers, programs, textures, vertex_arrays, references, last_error, blendfunc_srgb, blendfunc_drgb, blendfunc_sa, blendfunc_da, blend_equation, depthfunc, unpack_row_length, shaded_rows, shaded_pixels, active_texture_unit, current_program, current_vertex_array, pixel_pack_buffer_binding, pixel_unpack_buffer_binding, array_buffer_binding, time_elapsed_query, samples_passed_query, renderbuffer_binding, draw_framebuffer_binding, read_framebuffer_binding, unknown_binding, viewport, scissor, clearcolor, texture_units, blend, blend_key, depthtest, depthmask, scissortest, validate_vertex_array, consider reordering the fields or adding explicit padding membersView Report
PerformanceExcessive Paddingroot/firefox-clang/third_party/rust/glslopt/glsl-optimizer/src/compiler/glsl/glsl_parser_extras.h_mesa_glsl_parse_state791Excessive padding in 'struct _mesa_glsl_parse_state' (59 padding bytes, where 3 is optimal). Optimal fields order: ctx, scanner, symbols, linalloc, default_uniform_qualifier, default_shader_storage_qualifier, in_qualifier, out_qualifier, supported_version_string, current_function, toplevel_ir, loop_nesting_ast, user_structures, info_log, extensions, subroutine_types, subroutines, translation_unit, switch_state, num_supported_versions, language_version, forced_language_version, gl_version, stage, cs_derivative_group, num_user_structures, gs_input_size, fs_blend_support, tcs_output_size, num_subroutine_types, num_subroutines, clip_dist_size, cull_dist_size, cs_input_local_size, supported_versions, Const, atomic_counter_offsets, es_shader, compat_shader, had_version_string, zero_init, fs_redeclares_gl_fragcoord, fs_origin_upper_left, fs_pixel_center_integer, fs_redeclares_gl_fragcoord_with_no_layout_qualifiers, gs_input_prim_type_specified, tcs_output_vertices_specified, cs_input_local_size_specified, cs_input_local_size_variable_specified, bindless_sampler_specified, bindless_image_specified, bound_sampler_specified, bound_image_specified, found_return, found_begin_interlock, found_end_interlock, error, all_invariant, warnings_enabled, ARB_ES3_1_compatibility_enable, ARB_ES3_1_compatibility_warn, ARB_ES3_2_compatibility_enable, ARB_ES3_2_compatibility_warn, ARB_arrays_of_arrays_enable, ARB_arrays_of_arrays_warn, ARB_bindless_texture_enable, ARB_bindless_texture_warn, ARB_compatibility_enable, ARB_compatibility_warn, ARB_compute_shader_enable, ARB_compute_shader_warn, ARB_compute_variable_group_size_enable, ARB_compute_variable_group_size_warn, ARB_conservative_depth_enable, ARB_conservative_depth_warn, ARB_cull_distance_enable, ARB_cull_distance_warn, ARB_derivative_control_enable, ARB_derivative_control_warn, ARB_draw_buffers_enable, ARB_draw_buffers_warn, ARB_draw_instanced_enable, ARB_draw_instanced_warn, ARB_enhanced_layouts_enable, ARB_enhanced_layouts_warn, ARB_explicit_attrib_location_enable, ARB_explicit_attrib_location_warn, ARB_explicit_uniform_location_enable, ARB_explicit_uniform_location_warn, ARB_fragment_coord_conventions_enable, ARB_fragment_coord_conventions_warn, ARB_fragment_layer_viewport_enable, ARB_fragment_layer_viewport_warn, ARB_fragment_shader_interlock_enable, ARB_fragment_shader_interlock_warn, ARB_gpu_shader5_enable, ARB_gpu_shader5_warn, ARB_gpu_shader_fp64_enable, ARB_gpu_shader_fp64_warn, ARB_gpu_shader_int64_enable, ARB_gpu_shader_int64_warn, ARB_post_depth_coverage_enable, ARB_post_depth_coverage_warn, ARB_sample_shading_enable, ARB_sample_shading_warn, ARB_separate_shader_objects_enable, ARB_separate_shader_objects_warn, ARB_shader_atomic_counter_ops_enable, ARB_shader_atomic_counter_ops_warn, ARB_shader_atomic_counters_enable, ARB_shader_atomic_counters_warn, ARB_shader_ballot_enable, ARB_shader_ballot_warn, ARB_shader_bit_encoding_enable, ARB_shader_bit_encoding_warn, ARB_shader_clock_enable, ARB_shader_clock_warn, ARB_shader_draw_parameters_enable, ARB_shader_draw_parameters_warn, ARB_shader_group_vote_enable, ARB_shader_group_vote_warn, ARB_shader_image_load_store_enable, ARB_shader_image_load_store_warn, ARB_shader_image_size_enable, ARB_shader_image_size_warn, ARB_shader_precision_enable, ARB_shader_precision_warn, ARB_shader_stencil_export_enable, ARB_shader_stencil_export_warn, ARB_shader_storage_buffer_object_enable, ARB_shader_storage_buffer_object_warn, ARB_shader_subroutine_enable, ARB_shader_subroutine_warn, ARB_shader_texture_image_samples_enable, ARB_shader_texture_image_samples_warn, ARB_shader_texture_lod_enable, ARB_shader_texture_lod_warn, ARB_shader_viewport_layer_array_enable, ARB_shader_viewport_layer_array_warn, ARB_shading_language_420pack_enable, ARB_shading_language_420pack_warn, ARB_shading_language_include_enable, ARB_shading_language_include_warn, ARB_shading_language_packing_enable, ARB_shading_language_packing_warn, ARB_tessellation_shader_enable, ARB_tessellation_shader_warn, ARB_texture_cube_map_array_enable, ARB_texture_cube_map_array_warn, ARB_texture_gather_enable, ARB_texture_gather_warn, ARB_texture_multisample_enable, ARB_texture_multisample_warn, ARB_texture_query_levels_enable, ARB_texture_query_levels_warn, ARB_texture_query_lod_enable, ARB_texture_query_lod_warn, ARB_texture_rectangle_enable, ARB_texture_rectangle_warn, ARB_uniform_buffer_object_enable, ARB_uniform_buffer_object_warn, ARB_vertex_attrib_64bit_enable, ARB_vertex_attrib_64bit_warn, ARB_viewport_array_enable, ARB_viewport_array_warn, KHR_blend_equation_advanced_enable, KHR_blend_equation_advanced_warn, OES_EGL_image_external_enable, OES_EGL_image_external_warn, OES_EGL_image_external_essl3_enable, OES_EGL_image_external_essl3_warn, OES_geometry_point_size_enable, OES_geometry_point_size_warn, OES_geometry_shader_enable, OES_geometry_shader_warn, OES_gpu_shader5_enable, OES_gpu_shader5_warn, OES_primitive_bounding_box_enable, OES_primitive_bounding_box_warn, OES_sample_variables_enable, OES_sample_variables_warn, OES_shader_image_atomic_enable, OES_shader_image_atomic_warn, OES_shader_io_blocks_enable, OES_shader_io_blocks_warn, OES_shader_multisample_interpolation_enable, OES_shader_multisample_interpolation_warn, OES_standard_derivatives_enable, OES_standard_derivatives_warn, OES_tessellation_point_size_enable, OES_tessellation_point_size_warn, OES_tessellation_shader_enable, OES_tessellation_shader_warn, OES_texture_3D_enable, OES_texture_3D_warn, OES_texture_buffer_enable, OES_texture_buffer_warn, OES_texture_cube_map_array_enable, OES_texture_cube_map_array_warn, OES_texture_storage_multisample_2d_array_enable, OES_texture_storage_multisample_2d_array_warn, OES_viewport_array_enable, OES_viewport_array_warn, AMD_conservative_depth_enable, AMD_conservative_depth_warn, AMD_gpu_shader_int64_enable, AMD_gpu_shader_int64_warn, AMD_shader_stencil_export_enable, AMD_shader_stencil_export_warn, AMD_shader_trinary_minmax_enable, AMD_shader_trinary_minmax_warn, AMD_texture_texture4_enable, AMD_texture_texture4_warn, AMD_vertex_shader_layer_enable, AMD_vertex_shader_layer_warn, AMD_vertex_shader_viewport_index_enable, AMD_vertex_shader_viewport_index_warn, ANDROID_extension_pack_es31a_enable, ANDROID_extension_pack_es31a_warn, EXT_blend_func_extended_enable, EXT_blend_func_extended_warn, EXT_clip_cull_distance_enable, EXT_clip_cull_distance_warn, EXT_demote_to_helper_invocation_enable, EXT_demote_to_helper_invocation_warn, EXT_draw_buffers_enable, EXT_draw_buffers_warn, EXT_draw_instanced_enable, EXT_draw_instanced_warn, EXT_frag_depth_enable, EXT_frag_depth_warn, EXT_geometry_point_size_enable, EXT_geometry_point_size_warn, EXT_geometry_shader_enable, EXT_geometry_shader_warn, EXT_gpu_shader4_enable, EXT_gpu_shader4_warn, EXT_gpu_shader5_enable, EXT_gpu_shader5_warn, EXT_primitive_bounding_box_enable, EXT_primitive_bounding_box_warn, EXT_separate_shader_objects_enable, EXT_separate_shader_objects_warn, EXT_shader_framebuffer_fetch_enable, EXT_shader_framebuffer_fetch_warn, EXT_shader_framebuffer_fetch_non_coherent_enable, EXT_shader_framebuffer_fetch_non_coherent_warn, EXT_shader_image_load_formatted_enable, EXT_shader_image_load_formatted_warn, EXT_shader_image_load_store_enable, EXT_shader_image_load_store_warn, EXT_shader_implicit_conversions_enable, EXT_shader_implicit_conversions_warn, EXT_shader_integer_mix_enable, EXT_shader_integer_mix_warn, EXT_shader_io_blocks_enable, EXT_shader_io_blocks_warn, EXT_shader_samples_identical_enable, EXT_shader_samples_identical_warn, EXT_tessellation_point_size_enable, EXT_tessellation_point_size_warn, EXT_tessellation_shader_enable, EXT_tessellation_shader_warn, EXT_texture_array_enable, EXT_texture_array_warn, EXT_texture_buffer_enable, EXT_texture_buffer_warn, EXT_texture_cube_map_array_enable, EXT_texture_cube_map_array_warn, EXT_texture_query_lod_enable, EXT_texture_query_lod_warn, EXT_texture_shadow_lod_enable, EXT_texture_shadow_lod_warn, INTEL_conservative_rasterization_enable, INTEL_conservative_rasterization_warn, INTEL_shader_atomic_float_minmax_enable, INTEL_shader_atomic_float_minmax_warn, INTEL_shader_integer_functions2_enable, INTEL_shader_integer_functions2_warn, MESA_shader_integer_functions_enable, MESA_shader_integer_functions_warn, NV_compute_shader_derivatives_enable, NV_compute_shader_derivatives_warn, NV_fragment_shader_interlock_enable, NV_fragment_shader_interlock_warn, NV_image_formats_enable, NV_image_formats_warn, NV_shader_atomic_float_enable, NV_shader_atomic_float_warn, NV_viewport_array2_enable, NV_viewport_array2_warn, uses_builtin_functions, fs_uses_gl_fragcoord, fs_early_fragment_tests, fs_inner_coverage, fs_post_depth_coverage, fs_pixel_interlock_ordered, fs_pixel_interlock_unordered, fs_sample_interlock_ordered, fs_sample_interlock_unordered, redeclares_gl_layer, layer_viewport_relative, allow_extension_directive_midshader, allow_builtin_variable_redeclaration, allow_layout_qualifier_on_function_parameter, is_field, consider reordering the fields or adding explicit padding membersView Report
PerformanceExcessive Paddingroot/firefox-clang/third_party/googletest/googletest/src/gtest-internal-inl.hGTestFlagSaver1411Excessive padding in 'class testing::internal::GTestFlagSaver' (32 padding bytes, where 0 is optimal). Optimal fields order: color_, death_test_style_, filter_, internal_run_death_test_, output_, stream_result_to_, random_seed_, repeat_, stack_trace_depth_, also_run_disabled_tests_, break_on_failure_, catch_exceptions_, death_test_use_fork_, fail_fast_, list_tests_, brief_, print_time_, print_utf8_, recreate_environments_when_repeating_, shuffle_, throw_on_failure_, consider reordering the fields or adding explicit padding membersView Report
PerformanceExcessive Paddingroot/firefox-clang/third_party/dav1d/src/internal.hDav1dContext931Excessive padding in 'struct Dav1dContext' (108 padding bytes, where 44 is optimal). Optimal fields order: task_thread, fc, tc, tile, seq_hdr_pool, seq_hdr_ref, seq_hdr, frame_hdr_pool, frame_hdr_ref, frame_hdr, content_light_ref, content_light, mastering_display_ref, mastering_display, itut_t35_ref, itut_t35, flush, segmap_pool, refmvs_pool, cdf_pool, pal_dsp, picture_pool, pic_ctx_pool, frame_thread, logger, refmvs_dsp, allocator, cached_error_props, in, cdf, out, cache, refs, dsp, n_fc, n_tc, n_tile_data_alloc, n_tile_data, n_tiles, n_itut_t35, flush_mem, apply_grain, operating_point, operating_point_idc, all_layers, max_spatial_id, frame_size_limit, strict_std_compliance, output_invisible_frames, inloop_filters, decode_frame_type, drain, frame_flags, event_flags, cached_error, consider reordering the fields or adding explicit padding membersView Report
PerformanceExcessive Paddingroot/firefox-clang/third_party/dav1d/src/internal.hDav1dTaskContext3891Excessive padding in 'struct Dav1dTaskContext' (96 padding bytes, where 32 is optimal). Optimal fields order: , scratch, c, f, ts, a, lf_mask, cur_sb_cdef_idx_ptr, task_thread, rt, l, bx, by, top_pre_cdef_toggle, tl_4x4_filter, frame_thread, warpmv, , pal_sz_uv, consider reordering the fields or adding explicit padding membersView Report
PerformanceExcessive Paddingroot/firefox-clang/third_party/dav1d/src/internal.hTaskThreadData1331Excessive padding in 'struct TaskThreadData' (84 padding bytes, where 20 is optimal). Optimal fields order: delayed_fg, lock, cond, first, cur, reset_task_cur, cond_signaled, inited, consider reordering the fields or adding explicit padding membersView Report
PerformanceExcessive Paddingroot/firefox-clang/media/ffvpx/libavcodec/mpegaudiodec_template.cMPADecodeContext771Excessive padding in 'struct MPADecodeContext' (36 padding bytes, where 4 is optimal). Optimal fields order: synth_buf, sb_samples, granules, avctx, butterflies_float, frame, gb, in_gb, mpadsp, frame_size, error_protection, layer, sample_rate, sample_rate_index, bit_rate, nb_channels, mode, mode_ext, lsf, last_buf_size, extrasize, free_format_next_header, adu_mode, dither_state, err_recognition, crc, synth_buf_offset, mdct_buf, last_buf, consider reordering the fields or adding explicit padding membersView Report
PerformanceExcessive Paddingroot/firefox-clang/third_party/rust/glslopt/glsl-optimizer/src/mesa/main/mtypes.hgl_constants36941Excessive padding in 'struct gl_constants' (32 padding bytes, where 0 is optimal). Optimal fields order: MaxServerWaitTimeout, MaxElementIndex, dri_config_options_sha1, SpirVExtensions, VendorOverride, ShaderCompilerOptions, Program, MaxTextureMbytes, MaxTextureSize, Max3DTextureLevels, MaxCubeTextureLevels, MaxArrayTextureLayers, MaxTextureRectSize, MaxTextureCoordUnits, MaxCombinedTextureImageUnits, MaxTextureUnits, MaxTextureMaxAnisotropy, MaxTextureLodBias, MaxTextureBufferSize, TextureBufferOffsetAlignment, MaxArrayLockSize, SubPixelBits, MinPointSize, MaxPointSize, MinPointSizeAA, MaxPointSizeAA, PointSizeGranularity, MinLineWidth, MaxLineWidth, MinLineWidthAA, MaxLineWidthAA, LineWidthGranularity, MaxClipPlanes, MaxLights, MaxShininess, MaxSpotExponent, MaxViewportWidth, MaxViewportHeight, MaxViewports, ViewportSubpixelBits, MaxWindowRectangles, MaxProgramMatrices, MaxProgramMatrixStackDepth, MaxDrawBuffers, MaxColorAttachments, MaxRenderbufferSize, MaxSamples, MaxFramebufferWidth, MaxFramebufferHeight, MaxFramebufferLayers, MaxFramebufferSamples, MaxVarying, MaxCombinedUniformBlocks, MaxUniformBufferBindings, MaxUniformBlockSize, UniformBufferOffsetAlignment, MaxCombinedShaderStorageBlocks, MaxShaderStorageBufferBindings, MaxShaderStorageBlockSize, ShaderStorageBufferOffsetAlignment, MaxUserAssignableUniformLocations, MaxGeometryOutputVertices, MaxGeometryTotalOutputComponents, MaxGeometryShaderInvocations, GLSLVersion, GLSLVersionCompat, ForceGLSLVersion, UniformBooleanTrue, ContextFlags, ProfileMask, MaxVertexAttribStride, MaxTransformFeedbackBuffers, MaxTransformFeedbackSeparateComponents, MaxTransformFeedbackInterleavedComponents, MaxVertexStreams, MinProgramTexelOffset, MaxProgramTexelOffset, MinProgramTextureGatherOffset, MaxProgramTextureGatherOffset, MaxProgramTextureGatherComponents, MaxDualSourceDrawBuffers, MinMapBufferAlignment, MaxColorTextureSamples, MaxDepthTextureSamples, MaxIntegerSamples, MaxColorFramebufferSamples, MaxColorFramebufferStorageSamples, MaxDepthStencilFramebufferSamples, NumSupportedMultisampleModes, MaxAtomicBufferBindings, MaxAtomicBufferSize, MaxCombinedAtomicBuffers, MaxCombinedAtomicCounters, MaxVertexAttribRelativeOffset, MaxVertexAttribBindings, MaxImageUnits, MaxCombinedShaderOutputResources, MaxImageSamples, MaxCombinedImageUniforms, MaxComputeWorkGroupInvocations, MaxComputeSharedMemorySize, MaxComputeVariableGroupInvocations, MinFragmentInterpolationOffset, MaxFragmentInterpolationOffset, MaxPatchVertices, MaxTessGenLevel, MaxTessPatchComponents, MaxTessControlTotalOutputComponents, SparseBufferPageSize, NumProgramBinaryFormats, MaxSubpixelPrecisionBiasBits, ConservativeRasterDilateGranularity, glBeginEndBufferSize, ViewportBounds, ConservativeRasterDilateRange, MaxComputeWorkGroupCount, MaxComputeWorkGroupSize, MaxComputeVariableGroupSize, QueryCounterBits, SupportedMultisampleModes, LayerAndVPIndexProvokingVertex, ResetStrategy, ContextReleaseBehavior, ForceGLSLExtensionsWarn, AllowGLSLExtensionDirectiveMidShader, AllowGLSLBuiltinConstantExpression, AllowGLSLRelaxedES, AllowGLSLBuiltinVariableRedeclaration, AllowGLSLCrossStageInterpolationMismatch, AllowHigherCompatVersion, AllowLayoutQualifiersOnFunctionParameters, ForceGLSLAbsSqrt, GLSLZeroInit, ForceIntegerTexNearest, NativeIntegers, VertexID_is_zero_based, QuadsFollowProvokingVertexConvention, RobustAccess, StripTextureBorder, GLSLSkipStrictMaxUniformLimitCheck, GLSLFragCoordIsSysVal, GLSLPointCoordIsSysVal, GLSLFrontFacingIsSysVal, GLSLOptimizeConservatively, GLSLLowerConstArrays, GLSLTessLevelsAsInputs, AlwaysUseGetTransformFeedbackVertexCount, DisableVaryingPacking, DisableTransformFeedbackPacking, UseSTD430AsDefaultPacking, GenerateTemporaryNames, DisableGLSLLineContinuations, FakeSWMSAA, LowerTessLevel, PrimitiveRestartForPatches, LowerCsDerivedVariables, NoPrimitiveBoundingBoxOutput, AllowMappedBuffersDuringExecution, BufferCreateMapUnsynchronizedThreadSafe, PackedDriverUniformStorage, UseNIRGLSLLinker, BitmapUsesRed, VertexBufferOffsetIsInt32, MultiDrawWithUserIndices, AllowDrawOutOfOrder, SpirVCapabilities, consider reordering the fields or adding explicit padding membersView Report
PerformanceExcessive Paddingroot/firefox-clang/third_party/rust/glslopt/glsl-optimizer/src/mesa/main/mtypes.hgl_context48461Excessive padding in 'struct gl_context' (56 padding bytes, where 0 is optimal). Optimal fields order: Shared, Exec, OutsideBeginEnd, Save, BeginEnd, ContextLost, MarshalExec, CurrentClientDispatch, CurrentServerDispatch, DrawBuffer, ReadBuffer, WinSysDrawBuffer, WinSysReadBuffer, CurrentStack, VersionString, GeometryProgram, ComputeProgram, TessEvalProgram, _Shader, SoftFP64, PerfQuery, DrawIndirectBuffer, ParameterBuffer, DispatchIndirectBuffer, CopyReadBuffer, CopyWriteBuffer, QueryBuffer, UniformBuffer, ShaderStorageBuffer, AtomicBuffer, ExternalVirtualMemoryBuffer, Meta, CurrentRenderbuffer, ErrorDebugFmtString, Debug, NewDriverState, ListExt, swrast_context, swsetup_context, swtnl_context, vbo_context, st, vdpDevice, vdpGetProcAddress, vdpSurfaces, Cache, ResidentTextureHandles, ResidentImageHandles, Program, _ModelProjectMatrix, Feedback, Pipeline, PerfMonitor, ModelviewMatrixStack, ProjectionMatrixStack, Depth, TessCtrlProgram, TransformFeedback, DebugMutex, Pack, Unpack, DefaultPacking, SubroutineIndex, AttribStack, ClientAttribStack, Shader, ATIFragmentShader, Query, ProgramMatrixStack, Extensions, Select, DriverFlags, EvalMap, TextureMatrixStack, Driver, ListState, Const, Array, UniformBufferBindings, AtomicBufferBindings, ShaderStorageBufferBindings, FragmentProgram, VertexProgram, ImageUnits, Texture, GLThread, API, Version, AttribStackDepth, List, ClientAttribStackDepth, ErrorDebugCount, NewState, varying_vp_inputs, _ImageTransferState, _ModelViewInvScale, _ModelViewInvScaleEyespace, TextureStateTimestamp, ConservativeRasterDilate, SubpixelPrecisionBias, Line, _EyeZDir, Accum, Hint, Multisample, PrimitiveBoundingBox, Polygon, Point, Fog, Pixel, Eval, Stencil, PolygonStipple, Visual, Color, Transform, Scissor, ViewportArray, Current, Light, PixelMaps, ErrorValue, RenderMode, ConservativeRasterMode, ExecuteFlag, CompileFlag, ViewportInitialized, _AllowDrawOutOfOrder, _NeedEyeCoords, _ForceEyeCoords, FirstTimeCurrent, HasConfig, RasterDiscard, IntelConservativeRasterization, ConservativeRasterization, IntelBlackholeRender, _AttribZeroAliasesVertex, TileRasterOrderFixed, TileRasterOrderIncreasingX, TileRasterOrderIncreasingY, ShareGroupReset, shader_builtin_ref, TextureFormatSupported, consider reordering the fields or adding explicit padding membersView Report
PerformanceExcessive Paddingroot/firefox-clang/third_party/aom/av1/common/mvref_common.c13221Excessive padding in 'REF_FRAME_INFO' (8 padding bytes, where 0 is optimal). Optimal fields order: buf, map_idx, sort_idx, consider reordering the fields or adding explicit padding membersView Report
PerformanceExcessive Paddingroot/firefox-clang/media/libnestegg/src/nestegg.cebml_element_desc5161Excessive padding in 'struct ebml_element_desc' (8 padding bytes, where 0 is optimal). Optimal fields order: name, id, offset, children, size, data_offset, default_uint, default_float, type, flags, consider reordering the fields or adding explicit padding membersView Report
PerformanceExcessive Paddingroot/firefox-clang/docshell/base/nsDocShellLoadState.hnsDocShellLoadState481Excessive padding in 'class nsDocShellLoadState' (50 padding bytes, where 2 is optimal). Optimal fields order: mRefCnt, _mOwningThread, mReferrerInfo, mURI, mOriginalURI, mResultPrincipalURI, mTriggeringPrincipal, mTriggeringWindowId, mPolicyContainer, mPrincipalToInherit, mPartitionedPrincipalToInherit, mHttpsFirstDowngradeData, mSHEntry, mLoadingSessionHistoryInfo, mPostDataStream, mHeadersStream, mBaseURI, mPendingRedirectedChannel, mChannelRegistrarId, mLoadIdentifier, mSpeculativeListener, mUnstrippedURI, mSourceElement, mNavigationAPIState, mNavigationAPIMethodTracker, mFormDataEntryList, mTarget, mTargetBrowsingContext, mSrcdocData, mSourceBrowsingContext, mTypeHint, mFileName, mOriginalURIString, mTriggeringRemoteType, mRemoteTypeOverride, mTriggeringSandboxFlags, mLoadType, mLoadFlags, mInternalLoadFlags, mHttpsUpgradeTelemetry, mAppLinkLaunchType, mTriggeringClassificationFlags, mCancelContentJSEpoch, mResultPrincipalURIIsSome, mTriggeringStorageAccess, mKeepResultPrincipalURIIfSet, mLoadReplace, mInheritPrincipal, mPrincipalIsExplicit, mNotifiedBeforeUnloadListeners, mForceAllowDataURI, mIsExemptFromHTTPSFirstMode, mOriginalFrameSrc, mShouldCheckForRecursion, mIsFormSubmission, mNeedsCompletelyLoadedDocument, mUserNavigationInvolvement, mFirstParty, mHasValidUserGestureActivation, mTextDirectiveUserActivation, mAllowFocusMove, mIsFromProcessingFrameAttributes, mHasComputedNamedTargetBrowsingContext, mHasSpeculativeListener, mIsMetaRefresh, mWasCreatedRemotely, mSchemelessInput, mForceMediaDocument, mIsCaptivePortalTab, mIsInitialAboutBlankHandlingProhibited, mIsResumingInterceptedNavigation, mHistoryBehavior, consider reordering the fields or adding explicit padding membersView Report
PerformanceExcessive Paddingroot/firefox-clang/parser/html/nsHtml5Tokenizer.hnsHtml5Tokenizer601Excessive padding in 'class nsHtml5Tokenizer' (34 padding bytes, where 2 is optimal). Optimal fields order: tokenHandler, encodingDeclarationHandler, publicId, systemId, endTagExpectation, tagName, nonInternedTagName, attributeName, nonInternedAttributeName, doctypeName, publicIdentifier, systemIdentifier, attributes, interner, mViewSource, strBuf, charRefBuf, bmpChar, astralChar, endTagExpectationAsArray, stateSave, returnStateSave, index, entCol, firstCharKey, lo, hi, candidate, charRefBufMark, value, cstart, strBufLen, charRefBufLen, line, attributeLine, col, additional, lastCR, forceQuirks, seenDigits, suspendAfterCurrentNonTextToken, endTag, containsHyphen, newAttributesEachTime, shouldSuspend, keepBuffer, confident, viewingXmlSource, nextCharOnNewLine, consider reordering the fields or adding explicit padding membersView Report
PerformanceExcessive Paddingroot/firefox-clang/media/libvpx/libvpx/vp8/encoder/onyx_int.hVP8_COMP2691Excessive padding in 'struct VP8_COMP' (52 padding bytes, where 20 is optimal). Optimal fields order: mb, Y1quant, Y1quant_shift, Y1zbin, Y1round, Y2quant, Y2quant_shift, Y2zbin, Y2round, UVquant, UVquant_shift, UVzbin, UVround, zrun_zbin_boost_y1, zrun_zbin_boost_y2, zrun_zbin_boost_uv, Y1quant_fast, Y2quant_fast, UVquant_fast, common, lookahead, source, alt_ref_source, last_source, Source, un_scaled_source, last_frame_unscaled_source, tok, last_prediction_error, last_intra_error, rate_correction_factor, key_frame_rate_correction_factor, gf_rate_correction_factor, key_frame_count, output_framerate, last_time_stamp_seen, last_end_time_stamp_seen, first_time_stamp_ever, total_byte_count, framerate, ref_framerate, buffer_level, bits_off_target, total_actual_bits, total_target_vs_actual, output_pkt_list, skin_map, segmentation_map, active_map, cyclic_refresh_map, consec_zero_last, consec_zero_last_mvbias, mt_current_mb_col, h_encoding_thread, h_filter_thread, mb_row_ei, en_thread_data, h_event_start_encoding, h_event_end_encoding, tplist, find_fractional_mv_step, refining_search_sad, diamond_search_sad, mb_activity_map, gf_active_flags, lfmv, lf_ref_frame_sign_bias, lf_ref_frame, lpf_thread_data, h_event_start_lpf, h_event_end_lpf, frames_in_layer, bytes_in_layer, sum_psnr, sum_psnr_p, total_error2, total_error2_p, sum_ssim, sum_weights, total_ssimg_y_in_layer, total_ssimg_u_in_layer, total_ssimg_v_in_layer, total_ssimg_all_in_layer, partition_d, partition_d_end, scaled_source, pick_lf_lvl_frame, alt_ref_buffer, fn_ptr, frames, bc, oxcf, twopass, denoiser, layer_context, frames_till_alt_ref_frame, source_alt_ref_pending, source_alt_ref_active, is_src_frame_alt_ref, gold_is_last, alt_is_last, gold_is_alt, tok_count, frames_since_key, key_frame_frequency, this_key_frame_forced, next_key_frame_forced, ambient_err, RDMULT, RDDIV, this_frame_target, projected_frame_size, frames_since_golden, frames_till_gf_update_due, current_gf_interval, gf_overspend_bits, non_gf_bitrate_adjustment, kf_overspend_bits, kf_bitrate_adjustment, max_gf_interval, baseline_gf_interval, active_arnr_frames, per_frame_bandwidth, av_per_frame_bandwidth, min_frame_bandwidth, inter_frame_target, ni_av_qi, ni_tot_qi, ni_frames, avg_frame_qindex, buffered_mode, rolling_target_bits, rolling_actual_bits, long_rolling_target_bits, long_rolling_actual_bits, worst_quality, active_worst_quality, best_quality, active_best_quality, cq_target_quality, drop_frames_allowed, drop_frame, gfu_boost, kf_boost, last_boost, target_bandwidth, decimation_factor, decimation_count, avg_encode_time, avg_pick_mode_time, Speed, compressor_speed, auto_gold, auto_adjust_gold_quantizer, auto_worst_q, cpu_used, pass, prob_intra_coded, prob_last_coded, prob_gf_coded, prob_skip_false, this_frame_percent_intra, last_frame_percent_intra, ref_frame_flags, zeromv_count, lf_zeromv_pct, active_map_enabled, cyclic_refresh_mode_enabled, cyclic_refresh_mode_max_mbs_perframe, cyclic_refresh_mode_index, cyclic_refresh_q, temporal_pattern_counter, temporal_layer_id, mse_source_denoised, force_maxqp, frames_since_last_drop_overshoot, last_pred_err_mb, gf_update_onepass_cbr, gf_interval_onepass_cbr, gf_noboost_onepass_cbr, mt_current_mb_col_size, mt_sync_range, b_multi_threaded, encoding_thread_count, b_lpf_running, b_calculate_psnr, activity_avg, gf_active_count, output_partition, force_next_frame_intra, droppable, initial_width, initial_height, current_layer, mr_low_res_mb_cols, closest_reference_frame, use_roi_static_threshold, ext_refresh_frame_flags_pending, rt_always_update_correction_factor, rt_drop_recode_on_overshoot, last_q, last_skip_false_probs, last_skip_probs_q, recent_ref_frame_usage, segment_encode_breakout, current_ref_frames, prior_key_frame_distance, partition_sz, mode_check_freq, rd_baseline_thresh, sf, base_skip_false_prob, fixed_divide, frame_branch_ct, coding_context, rd_costs, mr_low_res_mv_avail, segment_feature_data, frame_coef_probs, update_probs, lfc_n, lfc_a, lfc_g, consider reordering the fields or adding explicit padding membersView Report
PerformanceExcessive Paddingroot/firefox-clang/media/libvpx/libvpx/vp8/common/onyxc_int.hVP8Common621Excessive padding in 'struct VP8Common' (45 padding bytes, where 13 is optimal). Optimal fields order: Y1dequant, Y2dequant, UVdequant, lf_info, frame_to_show, pp_limits_buffer, mip, mi, show_frame_mi, above_context, postproc_state, temp_scale_frame, post_proc_buffer, post_proc_buffer_int, error, yv12_fb, Width, Height, horiz_scale, vert_scale, clamp_type, new_fb_idx, lst_fb_idx, gld_fb_idx, alt_fb_idx, post_proc_buffer_int_used, last_frame_type, frame_type, show_frame, frame_flags, MBs, mb_rows, mb_cols, mode_info_stride, mb_no_coeff_skip, no_lpf, use_bilinear_mc_filter, full_pixel, base_qindex, y1dc_delta_q, y2dc_delta_q, y2ac_delta_q, uvdc_delta_q, uvac_delta_q, filter_type, filter_level, last_sharpness_level, sharpness_level, refresh_last_frame, refresh_golden_frame, refresh_alt_ref_frame, copy_buffer_to_gf, copy_buffer_to_arf, refresh_entropy_probs, current_video_frame, version, multi_token_partition, processor_core_count, fb_idx_ref_cnt, ref_frame_sign_bias, left_context, lfc, fc, consider reordering the fields or adding explicit padding membersView Report
PerformanceExcessive Paddingroot/firefox-clang/third_party/libwebrtc/modules/pacing/pacing_controller.hPacingController441Excessive padding in 'class webrtc::PacingController' (33 padding bytes, where 1 is optimal). Optimal fields order: clock_, packet_sender_, transport_overhead_per_packet_, send_burst_interval_, last_timestamp_, media_debt_, padding_debt_, pacing_rate_, adjusted_media_rate_, padding_rate_, last_process_time_, last_send_time_, queue_time_limit_, first_sent_packet_time_, prober_, packet_queue_, circuit_breaker_threshold_, drain_large_queues_, send_padding_if_silent_, pace_audio_, ignore_transport_overhead_, fast_retransmissions_, paused_, probing_send_failure_, seen_first_packet_, congested_, account_for_audio_, include_overhead_, consider reordering the fields or adding explicit padding membersView Report
PerformanceExcessive Paddingroot/firefox-clang/security/nss/lib/pk11wrap/pk11pars.c4851Excessive padding in 'algListsDef' (8 padding bytes, where 0 is optimal). Optimal fields order: list, description, entries, allowEmpty, consider reordering the fields or adding explicit padding membersView Report
PerformanceExcessive Paddingroot/firefox-clang/security/nss/lib/mozpkix/include/pkix-test/pkixtestutil.hOCSPResponseContext3721Excessive padding in 'class mozilla::pkix::test::OCSPResponseContext' (38 padding bytes, where 6 is optimal). Optimal fields order: certID, producedAt, singleExtensions, responseExtensions, trailingResponseData, signerKeyPair, certs, revocationTime, thisUpdate, nextUpdate, certIDHashAlgorithmEncoded, signerNameDER, signatureAlgorithm, certIDHashAlgorithm, responseStatus, skipResponseBytes, includeEmptyExtensions, badSignature, certStatus, includeNextUpdate, consider reordering the fields or adding explicit padding membersView Report
PerformanceExcessive Paddingroot/firefox-clang/gfx/wr/swgl/src/program.hFragmentShaderImpl981Excessive padding in 'struct glsl::FragmentShaderImpl' (32 padding bytes, where 0 is optimal). Optimal fields order: swgl_IsPixelDiscarded, gl_FragCoord, gl_FragColor, gl_SecondaryFragColor, init_span_func, run_func, skip_func, init_span_w_func, run_w_func, skip_w_func, draw_span_RGBA8_func, draw_span_R8_func, swgl_OutRGBA8, swgl_OutR8, flags, swgl_SpanLength, swgl_StepZW, consider reordering the fields or adding explicit padding membersView Report
PerformanceExcessive Paddingroot/firefox-clang/obj-x86_64-pc-linux-gnu/x86_64-unknown-linux-gnu/debug/build/swgl-250521f66641ef82/out/ps_split_composite.hSamplers21Excessive padding in 'struct ps_split_composite_common::Samplers' (32 padding bytes, where 0 is optimal). Optimal fields order: sGpuBufferI_impl, sPrimitiveHeadersI_impl, sClipMask_impl, sColor0_impl, sGpuBufferF_impl, sPrimitiveHeadersF_impl, sRenderTasks_impl, sTransformPalette_impl, sClipMask_slot, sColor0_slot, sGpuBufferF_slot, sGpuBufferI_slot, sPrimitiveHeadersF_slot, sPrimitiveHeadersI_slot, sRenderTasks_slot, sTransformPalette_slot, consider reordering the fields or adding explicit padding membersView Report
PerformanceExcessive Paddingroot/firefox-clang/obj-x86_64-pc-linux-gnu/x86_64-unknown-linux-gnu/debug/build/swgl-250521f66641ef82/out/ps_text_run_ALPHA_PASS_DUAL_SOURCE_BLENDING_GLYPH_TRANSFORM_TEXTURE_2D.hSamplers21Excessive padding in 'struct ps_text_run_ALPHA_PASS_DUAL_SOURCE_BLENDING_GLYPH_TRANSFORM_TEXTURE_2D_common::Samplers' (32 padding bytes, where 0 is optimal). Optimal fields order: sGpuBufferI_impl, sPrimitiveHeadersI_impl, sClipMask_impl, sColor0_impl, sGpuBufferF_impl, sPrimitiveHeadersF_impl, sRenderTasks_impl, sTransformPalette_impl, sClipMask_slot, sColor0_slot, sGpuBufferF_slot, sGpuBufferI_slot, sPrimitiveHeadersF_slot, sPrimitiveHeadersI_slot, sRenderTasks_slot, sTransformPalette_slot, consider reordering the fields or adding explicit padding membersView Report
PerformanceExcessive Paddingroot/firefox-clang/obj-x86_64-pc-linux-gnu/x86_64-unknown-linux-gnu/debug/build/swgl-250521f66641ef82/out/ps_text_run_ALPHA_PASS_DUAL_SOURCE_BLENDING_TEXTURE_2D.hSamplers21Excessive padding in 'struct ps_text_run_ALPHA_PASS_DUAL_SOURCE_BLENDING_TEXTURE_2D_common::Samplers' (32 padding bytes, where 0 is optimal). Optimal fields order: sGpuBufferI_impl, sPrimitiveHeadersI_impl, sClipMask_impl, sColor0_impl, sGpuBufferF_impl, sPrimitiveHeadersF_impl, sRenderTasks_impl, sTransformPalette_impl, sClipMask_slot, sColor0_slot, sGpuBufferF_slot, sGpuBufferI_slot, sPrimitiveHeadersF_slot, sPrimitiveHeadersI_slot, sRenderTasks_slot, sTransformPalette_slot, consider reordering the fields or adding explicit padding membersView Report
PerformanceExcessive Paddingroot/firefox-clang/obj-x86_64-pc-linux-gnu/x86_64-unknown-linux-gnu/debug/build/swgl-250521f66641ef82/out/ps_text_run_ALPHA_PASS_GLYPH_TRANSFORM_TEXTURE_2D.hSamplers21Excessive padding in 'struct ps_text_run_ALPHA_PASS_GLYPH_TRANSFORM_TEXTURE_2D_common::Samplers' (32 padding bytes, where 0 is optimal). Optimal fields order: sGpuBufferI_impl, sPrimitiveHeadersI_impl, sClipMask_impl, sColor0_impl, sGpuBufferF_impl, sPrimitiveHeadersF_impl, sRenderTasks_impl, sTransformPalette_impl, sClipMask_slot, sColor0_slot, sGpuBufferF_slot, sGpuBufferI_slot, sPrimitiveHeadersF_slot, sPrimitiveHeadersI_slot, sRenderTasks_slot, sTransformPalette_slot, consider reordering the fields or adding explicit padding membersView Report
PerformanceExcessive Paddingroot/firefox-clang/obj-x86_64-pc-linux-gnu/x86_64-unknown-linux-gnu/debug/build/swgl-250521f66641ef82/out/ps_text_run_ALPHA_PASS_TEXTURE_2D.hSamplers21Excessive padding in 'struct ps_text_run_ALPHA_PASS_TEXTURE_2D_common::Samplers' (32 padding bytes, where 0 is optimal). Optimal fields order: sGpuBufferI_impl, sPrimitiveHeadersI_impl, sClipMask_impl, sColor0_impl, sGpuBufferF_impl, sPrimitiveHeadersF_impl, sRenderTasks_impl, sTransformPalette_impl, sClipMask_slot, sColor0_slot, sGpuBufferF_slot, sGpuBufferI_slot, sPrimitiveHeadersF_slot, sPrimitiveHeadersI_slot, sRenderTasks_slot, sTransformPalette_slot, consider reordering the fields or adding explicit padding membersView Report
PerformanceExcessive Paddingroot/firefox-clang/obj-x86_64-pc-linux-gnu/x86_64-unknown-linux-gnu/debug/build/swgl-250521f66641ef82/out/ps_text_run_DEBUG_OVERDRAW_DUAL_SOURCE_BLENDING_TEXTURE_2D.hSamplers21Excessive padding in 'struct ps_text_run_DEBUG_OVERDRAW_DUAL_SOURCE_BLENDING_TEXTURE_2D_common::Samplers' (32 padding bytes, where 0 is optimal). Optimal fields order: sGpuBufferI_impl, sPrimitiveHeadersI_impl, sClipMask_impl, sColor0_impl, sGpuBufferF_impl, sPrimitiveHeadersF_impl, sRenderTasks_impl, sTransformPalette_impl, sClipMask_slot, sColor0_slot, sGpuBufferF_slot, sGpuBufferI_slot, sPrimitiveHeadersF_slot, sPrimitiveHeadersI_slot, sRenderTasks_slot, sTransformPalette_slot, consider reordering the fields or adding explicit padding membersView Report
PerformanceExcessive Paddingroot/firefox-clang/obj-x86_64-pc-linux-gnu/x86_64-unknown-linux-gnu/debug/build/swgl-250521f66641ef82/out/ps_text_run_DEBUG_OVERDRAW_TEXTURE_2D.hSamplers21Excessive padding in 'struct ps_text_run_DEBUG_OVERDRAW_TEXTURE_2D_common::Samplers' (32 padding bytes, where 0 is optimal). Optimal fields order: sGpuBufferI_impl, sPrimitiveHeadersI_impl, sClipMask_impl, sColor0_impl, sGpuBufferF_impl, sPrimitiveHeadersF_impl, sRenderTasks_impl, sTransformPalette_impl, sClipMask_slot, sColor0_slot, sGpuBufferF_slot, sGpuBufferI_slot, sPrimitiveHeadersF_slot, sPrimitiveHeadersI_slot, sRenderTasks_slot, sTransformPalette_slot, consider reordering the fields or adding explicit padding membersView Report
PerformanceExcessive Paddingroot/firefox-clang/third_party/libwebrtc/modules/rtp_rtcp/source/rtcp_sender.hRTCPSender501Excessive padding in 'class webrtc::RTCPSender' (45 padding bytes, where 13 is optimal). Optimal fields order: recv_ssrc_callback_, schedule_next_rtcp_send_evaluation_, random_, transport_, report_interval_, receive_statistics_, remb_bitrate_, max_packet_size_, packet_type_counter_observer_, next_time_to_send_rtcp_, last_frame_capture_time_, csrcs_, loss_notification_, remb_ssrcs_, tmmbn_to_send_, cname_, env_, rtp_clock_rates_khz_, report_flags_, builders_, mutex_rtcp_sender_, send_ssrc_, method_, timestamp_offset_, last_rtp_timestamp_, remote_ssrc_, tmmbr_send_bps_, packet_oh_send_, nack_stats_, packet_type_counter_, video_bitrate_allocation_, is_rtp_sender_, audio_, sending_, sequence_number_fir_, xr_send_receiver_reference_time_enabled_, send_video_bitrate_allocation_, last_payload_type_, consider reordering the fields or adding explicit padding membersView Report
PerformanceExcessive Paddingroot/firefox-clang/third_party/libwebrtc/modules/rtp_rtcp/source/rtp_sender.hRTPSender461Excessive padding in 'class webrtc::RTPSender' (34 padding bytes, where 2 is optimal). Optimal fields order: clock_, random_, packet_history_, paced_sender_, max_packet_size_, max_media_packet_header_, max_padding_fec_packet_header_, max_num_csrcs_, retransmission_rate_limiter_, rid_, mid_, rtx_payload_type_map_, send_mutex_, ssrc_, timestamp_offset_, rtx_, rtx_ssrc_, flexfec_ssrc_, rtp_header_extension_map_, audio_configured_, sending_media_, always_send_mid_and_rid_, ssrc_has_acked_, rtx_ssrc_has_acked_, supports_bwe_extension_, consider reordering the fields or adding explicit padding membersView Report
PerformanceExcessive Paddingroot/firefox-clang/third_party/libwebrtc/modules/video_coding/svc/scalability_mode_util.ccScalabilityModeParameters291Excessive padding in 'struct webrtc::(anonymous namespace)::ScalabilityModeParameters' (10 padding bytes, where 2 is optimal). Optimal fields order: name, num_spatial_layers, num_temporal_layers, inter_layer_pred, ratio, scalability_mode, shift, consider reordering the fields or adding explicit padding membersView Report
PerformanceExcessive Paddingroot/firefox-clang/security/nss/lib/util/secoidt.hSECOidDataStr5741Excessive padding in 'struct SECOidDataStr' (8 padding bytes, where 0 is optimal). Optimal fields order: desc, mechanism, oid, offset, supportedExtension, consider reordering the fields or adding explicit padding membersView Report
PerformanceExcessive Paddingroot/firefox-clang/security/nss/cmd/lib/secutil.cSSLNamedGroupString42811Excessive padding in 'struct SSLNamedGroupString' (8 padding bytes, where 0 is optimal). Optimal fields order: name, len, grp, consider reordering the fields or adding explicit padding membersView Report
PerformanceExcessive Paddingroot/firefox-clang/security/nss/cmd/lib/secutil.cSSLSignatureSchemeString44211Excessive padding in 'struct SSLSignatureSchemeString' (8 padding bytes, where 0 is optimal). Optimal fields order: name, len, scheme, consider reordering the fields or adding explicit padding membersView Report
PerformanceExcessive Paddingroot/firefox-clang/third_party/sipcc/sipcc_sdp.hsdp_srtp_crypto_suite_list_11011Excessive padding in 'struct sdp_srtp_crypto_suite_list_' (10 padding bytes, where 2 is optimal). Optimal fields order: crypto_suite_str, crypto_suite_val, key_size_bytes, salt_size_bytes, consider reordering the fields or adding explicit padding membersView Report
PerformanceExcessive Paddingroot/firefox-clang/security/nss/lib/ssl/ssl3ext.hTLSExtensionDataStr331Excessive padding in 'struct TLSExtensionDataStr' (52 padding bytes, where 4 is optimal). Optimal fields order: advertised, echAdvertised, sniNameArr, sigSchemes, delegCredSigSchemes, delegCredSigSchemesAdvertised, selectedGroup, peerDelegCred, selectedPsk, ech, remoteKeyShares, psk_ke_modes, signedCertTimestamps, certReqContext, nextProto, pskBinder, cookie, applicationToken, certReqAuthorities, serverHelloSenders, encryptedExtensionsSenders, certificateSenders, ticketTimestampVerified, emptySessionTicket, sentSessionTicketInClientHello, max_early_data_size, sniNameArrSize, peerSupportsFfdheGroups, numSigSchemes, numDelegCredSigSchemes, numDelegCredSigSchemesAdvertised, nextProtoState, echXtnOffset, lastXtnOffset, pskBindersLen, ticketAge, peerRequestedDelegCred, sendingDelegCredToPeer, certificateCompressionAdvertised, numAdvertised, echNumAdvertised, numNegotiated, dtlsSRTPCipherSuite, recordSizeLimit, compressionAlg, negotiated, consider reordering the fields or adding explicit padding membersView Report
PerformanceExcessive Paddingroot/firefox-clang/security/nss/lib/ssl/sslimpl.hSSL3HandshakeStateStr6601Excessive padding in 'struct SSL3HandshakeStateStr' (57 padding bytes, where 1 is optimal). Optimal fields order: md5, sha, shaEchInner, shaPostHandshake, kea_def, suite_def, msg_len, clientAuthSignatureSchemes, restartTarget, rtTimer, ackTimer, hdTimer, currentSecret, resumptionMasterSecret, dheSecret, clientEarlyTrafficSecret, clientHsTrafficSecret, serverHsTrafficSecret, clientTrafficSecret, serverTrafficSecret, earlyExporterSecret, exporterSecret, rttEstimate, echHpkeCtx, echPublicName, grease, dtlsHandhakeKeyUpdateMessage, chExtensionPermutation, remoteExtensions, echOuterExtensions, lastMessageFlight, cipherSpecs, bufferedEarlyData, psks, dtlsSentHandshake, dtlsRcvdHandshake, messages, echInnerMessages, msg_body, recvdFragments, cookie, srvVirtName, fakeSid, greaseEchBuf, dtls13ClientMessageBuffer, newSessionTicket, timers, ws, hashType, signatureScheme, header_bytes, msg_type, isResuming, sendingSCSV, receivedNewSessionTicket, clientCertificatePending, clientAuthSignatureSchemesLen, authCertificatePending, canFalseStart, preliminaryInfo, recvdHighWater, isKeyUpdateInProgress, allowPreviousEpoch, rtRetries, zeroRttState, zeroRttIgnore, helloRetry, dtlsReceivedHVR, receivedCcs, rejectCcs, clientCertRequested, endOfFlight, echAccepted, echDecided, echInvalidExtension, keyUpdateDeferred, deferredKeyUpdateRequest, kea_def_mutable, cipher_suite, finishedBytes, sendMessageSeq, maxMessageSent, recvMessageSeq, zeroRttSuite, ticketNonce, greaseEchSize, server_random, client_random, client_inner_random, finishedMsgs, consider reordering the fields or adding explicit padding membersView Report
PerformanceExcessive Paddingroot/firefox-clang/security/nss/lib/ssl/sslspec.hssl3MACDefStr851Excessive padding in 'struct ssl3MACDefStr' (8 padding bytes, where 0 is optimal). Optimal fields order: mmech, mac, pad_size, mac_size, oid, consider reordering the fields or adding explicit padding membersView Report
PerformanceExcessive Paddingroot/firefox-clang/gfx/harfbuzz/src/OT/Color/svg/svg.hhopen_elem_t3401Excessive padding in 'struct OT::_hb_svg_cache_impl::open_elem_t' (10 padding bytes, where 2 is optimal). Optimal fields order: id, start, in_defs_content, is_defs, consider reordering the fields or adding explicit padding membersView Report
PerformanceExcessive Paddingroot/firefox-clang/security/nss/lib/ssl/tls13hkdf.c191Excessive padding in 'struct (unnamed at /root/firefox-clang/security/nss/lib/ssl/tls13hkdf.c:19:14)' (8 padding bytes, where 0 is optimal). Optimal fields order: pkcs11Mech, hash, hashSize, consider reordering the fields or adding explicit padding membersView Report
PerformanceExcessive Paddingroot/firefox-clang/intl/icu/source/common/ubidiimp.hUBiDi2581Excessive padding in 'struct UBiDi' (34 padding bytes, where 2 is optimal). Optimal fields order: pParaBiDi, text, dirPropsMemory, levelsMemory, openingsMemory, parasMemory, runsMemory, isolatesMemory, dirProps, levels, prologue, epilogue, pImpTabPair, paras, runs, isolates, fnClassCallback, coClassCallback, insertPoints, originalLength, length, resultLength, dirPropsSize, levelsSize, openingsSize, parasSize, runsSize, isolatesSize, reorderingMode, reorderingOptions, proLength, epiLength, direction, flags, lastArabicPos, trailingWSStart, paraCount, runCount, isolateCount, controlCount, simpleRuns, simpleParas, simpleIsolates, mayAllocateText, mayAllocateRuns, isInverse, orderParagraphsLTR, paraLevel, defaultParaLevel, consider reordering the fields or adding explicit padding membersView Report
PerformanceExcessive Paddingroot/firefox-clang/media/libvpx/libvpx/vp9/decoder/vp9_decoder.hTileWorkerData491Excessive padding in 'struct TileWorkerData' (40 padding bytes, where 8 is optimal). Optimal fields order: dqcoeff, xd, data_end, extend_and_predict_buf, lf_data, lf_sync, bit_reader, error_info, buf_start, buf_end, counts, consider reordering the fields or adding explicit padding membersView Report
PerformanceExcessive Paddingroot/firefox-clang/media/libvpx/libvpx/vp9/encoder/vp9_encoder.h4391Excessive padding in 'Vp9LevelSpec' (14 padding bytes, where 6 is optimal). Optimal fields order: max_luma_sample_rate, average_bitrate, max_cpb_size, compression_ratio, level, max_luma_picture_size, max_luma_picture_breadth, min_altref_distance, max_col_tiles, max_ref_frame_buffers, consider reordering the fields or adding explicit padding membersView Report
PerformanceExcessive Paddingroot/firefox-clang/media/libvpx/libvpx/vp9/encoder/vp9_encoder.hVP9_COMP5931Excessive padding in 'struct VP9_COMP' (79 padding bytes, where 15 is optimal). Optimal fields order: y_dequant, uv_dequant, common, quants, td, mbmi_ext_base, lookahead, alt_ref_source, Source, Last_Source, un_scaled_source, unscaled_last_source, raw_source_frame, kmeans_data_arr, tile_data, norm_wiener_variance, mb_wiener_variance, mi_ssim_rdmult_scaling_factors, sb_mul_scale, ambient_err, last_time_stamp_seen, last_end_time_stamp_seen, first_time_stamp_ever, framerate, output_pkt_list, segmentation_map, skin_map, cyclic_refresh, find_fractional_mv_step, diamond_search_sad, alt_ref_aq, consec_zero_mv, vbp_threshold_minmax, vbp_threshold_sad, vbp_threshold_copy, workers, tile_thr_data, vp9_bitstream_worker_data, row_mt_sync_read_ptr, row_mt_sync_write_ptr, prev_partition, prev_segment_id, prev_variance_low, copied_frame_cnt, content_state_sb_fd, count_arf_frame_usage, count_lastgolden_frame_usage, tpl_gop_stats, nmvcosts, nmvcosts_hp, nmvsadcosts, nmvsadcosts_hp, active_map, level_constraint, rd_ctrl, vbp_thresholds, kmeans_mutex, tpl_recon_frames, kmeans_ctr_ls, kmeans_boundary_ls, lf_row_sync, me_sf, scaled_source, scaled_last_source, last_frame_uf, tf_buffer, roi, ext_ratectrl, mbgraph_stats, arnr_filter_data, oxcf, sf, rc, fn_ptr, ss_cfg, enc_frame_buf, tpl_stats, tile_tok, tplist, level_info, multi_thread_ctxt, twopass, rd, svc, coding_context, kmeans_data_arr_alloc, kmeans_data_size, kmeans_data_stride, kmeans_ctr_num, allocated_tiles, lst_fb_idx, gld_fb_idx, alt_fb_idx, refresh_last_frame, refresh_golden_frame, refresh_alt_ref_frame, ext_refresh_frame_flags_pending, ext_refresh_last_frame, ext_refresh_golden_frame, ext_refresh_alt_ref_frame, ext_refresh_frame_context_pending, ext_refresh_frame_context, mb_wiener_var_rows, mb_wiener_var_cols, mi_ssim_rdmult_scaling_factors_rows, mi_ssim_rdmult_scaling_factors_cols, mbgraph_n_frames, static_mb_pct, ref_frame_flags, max_mv_magnitude, mv_step_param, allow_comp_inter_inter, allow_encode_breakout, encode_breakout, b_calculate_psnr, droppable, initial_width, initial_height, initial_mbs, last_coded_width, last_coded_height, use_svc, frame_flags, resize_pending, resize_state, external_resize, resize_scale_num, resize_scale_den, resize_avg_qp, resize_buffer_underflow, resize_count, use_skin_detection, target_level, num_workers, keep_level_stats, row_mt, row_mt_bit_exact, compute_source_sad_onepass, compute_frame_low_motion_onepass, multi_layer_arf, loopfilter_ctrl, fixed_qp_onepass, deadline_mode_previous_frame, disable_scene_detection_rtc_ratectrl, scaled_ref_idx, kmeans_count_ls, ref_fb_idx, segment_encode_breakout, noise_estimate, frame_info, mbmode_cost, switchable_interp_costs, tx_size_cost, inter_mode_cost, interp_filter_selected, partition_cost, intra_uv_mode_cost, y_mode_costs, tpl_bsize, force_update_segmentation, vbp_bsize_min, max_copied_frame, last_frame_dropped, consider reordering the fields or adding explicit padding membersView Report
PerformanceExcessive Paddingroot/firefox-clang/media/ffvpx/libavcodec/vp9dec.hVP9TileData1731Excessive padding in 'struct VP9TileData' (100 padding bytes, where 36 is optimal). Optimal fields order: tmp_y, tmp_uv, edge_emu_buffer, left_y_nnz_ctx, left_mode_ctx, left_uv_nnz_ctx, left_mv_ctx, s, c_b, c, y_stride, uv_stride, b_base, b, left_partition_ctx, left_skip_ctx, left_txfm_ctx, left_segpred_ctx, left_intra_ctx, left_comp_ctx, left_ref_ctx, left_filter_ctx, block_base, block, eob_base, eob, block_structure, uvblock_base, uvblock, uveob_base, uveob, dst, row, row7, col, col7, tile_col_start, error_info, nb_block_structure, min_mv, max_mv, counts, consider reordering the fields or adding explicit padding membersView Report
PerformanceExcessive Paddingroot/firefox-clang/media/ffvpx/libavutil/vulkan.hFFVkExecContext1451Excessive padding in 'struct FFVkExecContext' (32 padding bytes, where 0 is optimal). Optimal fields order: parent, queue, buf, fence, opaque, query_data, buf_deps, frame_deps, sw_frame_deps, sem_wait, sem_sig, sem_sig_val_dst, frame_locked, access_dst, layout_dst, queue_family_dst, frame_update, idx, had_submission, qf, qi, query_idx, nb_buf_deps, buf_deps_alloc_size, frame_deps_alloc_size, nb_frame_deps, sw_frame_deps_alloc_size, nb_sw_frame_deps, sem_wait_alloc, sem_wait_cnt, sem_sig_alloc, sem_sig_cnt, sem_sig_val_dst_alloc, sem_sig_val_dst_cnt, frame_locked_alloc_size, access_dst_alloc, layout_dst_alloc, queue_family_dst_alloc, frame_update_alloc_size, consider reordering the fields or adding explicit padding membersView Report
PerformanceExcessive Paddingroot/firefox-clang/third_party/khronos/vulkan-headers/include/vulkan/vulkan_core.hVkExportMemoryAllocateInfo58591Excessive padding in 'struct VkExportMemoryAllocateInfo' (8 padding bytes, where 0 is optimal). Optimal fields order: pNext, sType, handleTypes, consider reordering the fields or adding explicit padding membersView Report
PerformanceExcessive Paddingroot/firefox-clang/third_party/khronos/vulkan-headers/include/vulkan/vulkan_core.hVkHostImageLayoutTransitionInfo84911Excessive padding in 'struct VkHostImageLayoutTransitionInfo' (8 padding bytes, where 0 is optimal). Optimal fields order: pNext, image, sType, oldLayout, newLayout, subresourceRange, consider reordering the fields or adding explicit padding membersView Report
PerformanceExcessive Paddingroot/firefox-clang/third_party/khronos/vulkan-headers/include/vulkan/vulkan_core.hVkImageMemoryBarrier33581Excessive padding in 'struct VkImageMemoryBarrier' (8 padding bytes, where 0 is optimal). Optimal fields order: pNext, image, sType, srcAccessMask, dstAccessMask, oldLayout, newLayout, srcQueueFamilyIndex, dstQueueFamilyIndex, subresourceRange, consider reordering the fields or adding explicit padding membersView Report
PerformanceExcessive Paddingroot/firefox-clang/third_party/khronos/vulkan-headers/include/vulkan/vulkan_core.hVkImageMemoryBarrier274421Excessive padding in 'struct VkImageMemoryBarrier2' (8 padding bytes, where 0 is optimal). Optimal fields order: pNext, srcStageMask, srcAccessMask, dstStageMask, dstAccessMask, image, sType, oldLayout, newLayout, srcQueueFamilyIndex, dstQueueFamilyIndex, subresourceRange, consider reordering the fields or adding explicit padding membersView Report
PerformanceExcessive Paddingroot/firefox-clang/third_party/dav1d/src/wedge.h331Excessive padding in 'Dav1dMasks' (104 padding bytes, where 40 is optimal). Optimal fields order: ii_nondc_8x8, ii_nondc_4x16, ii_nondc_8x16, wedge_420_4x4, ii_nondc_16x16, ii_nondc_8x32, wedge_444_8x8, wedge_422_4x8, wedge_420_8x4, wedge_420_4x8, ii_dc, ii_nondc_16x32, wedge_444_16x8, wedge_444_8x16, wedge_422_8x8, wedge_422_4x16, wedge_420_16x4, wedge_420_8x8, wedge_420_4x16, ii_nondc_32x32, wedge_444_32x8, wedge_444_16x16, wedge_444_8x32, wedge_422_16x8, wedge_422_8x16, wedge_422_4x32, wedge_420_16x8, wedge_420_8x16, wedge_444_32x16, wedge_444_16x32, wedge_422_16x16, wedge_422_8x32, wedge_420_16x16, wedge_444_32x32, wedge_422_16x32, ii_nondc_4x8, ii_nondc_4x4, offsets, consider reordering the fields or adding explicit padding membersView Report
PerformanceExcessive Paddingroot/firefox-clang/parser/expat/expat/lib/xmlparse.cXML_ParserStruct7501Excessive padding in 'struct XML_ParserStruct' (55 padding bytes, where 7 is optimal). Optimal fields order: m_userData, m_handlerArg, m_buffer, m_bufferPtr, m_bufferEnd, m_bufferLim, m_parseEndByteIndex, m_parseEndPtr, m_partialTokenBytesBefore, m_dataBuf, m_dataBufEnd, m_startElementHandler, m_endElementHandler, m_characterDataHandler, m_processingInstructionHandler, m_commentHandler, m_startCdataSectionHandler, m_endCdataSectionHandler, m_defaultHandler, m_startDoctypeDeclHandler, m_endDoctypeDeclHandler, m_unparsedEntityDeclHandler, m_notationDeclHandler, m_startNamespaceDeclHandler, m_endNamespaceDeclHandler, m_notStandaloneHandler, m_externalEntityRefHandler, m_externalEntityRefHandlerArg, m_skippedEntityHandler, m_unknownEncodingHandler, m_elementDeclHandler, m_attlistDeclHandler, m_entityDeclHandler, m_xmlDeclHandler, m_encoding, m_internalEncoding, m_protocolEncodingName, m_unknownEncodingMem, m_unknownEncodingData, m_unknownEncodingHandlerData, m_unknownEncodingRelease, m_processor, m_eventPtr, m_eventEndPtr, m_positionPtr, m_openInternalEntities, m_openAttributeEntities, m_openValueEntities, m_freeEntities, m_declEntity, m_doctypeName, m_doctypeSysid, m_doctypePubid, m_declAttributeType, m_declNotationName, m_declNotationPublicId, m_declElementType, m_declAttributeId, m_dtd, m_curBase, m_tagStack, m_freeTagList, m_inheritedBindings, m_freeBindingList, m_attsSize, m_atts, m_nsAtts, m_nsAttsVersion, m_groupConnector, m_groupSize, m_parentParser, m_mismatch, m_position, m_hash_secret_salt_128, m_mem, m_alloc_tracker, m_prologState, m_accounting, m_tempPool, m_temp2Pool, m_initEncoding, m_lastBufferRequestSize, m_errorCode, m_tagLevel, m_nSpecifiedAtts, m_idAttIndex, m_paramEntityParsing, m_handlerCallDepth, m_parsingStatus, m_namespaceSeparator, m_entity_stats, m_reparseDeferralEnabled, m_ns, m_ns_triplets, m_defaultExpandInternalEntities, m_declAttributeIsCdata, m_declAttributeIsId, m_nsAttsPower, m_isParamEntity, m_useForeignDTD, m_hash_secret_salt_set, m_reenter, consider reordering the fields or adding explicit padding membersView Report
Logic errorFunction call with invalid argumentroot/firefox-clang/other-licenses/bsdiff/bsdiff.cmain39823The 1st argument to 'lseek' is -1 but should be >= 0View Report
Logic errorGarbage return valueroot/firefox-clang/gfx/cairo/cairo/src/cairo-pdf-surface.c_cairo_pdf_surface_write_page_dicts267916Undefined or garbage value returned to callerView Report
Logic errorGarbage return valueroot/firefox-clang/intl/icu/source/i18n/measunit.cppgetIdentifier265310Undefined or garbage value returned to callerView Report
Logic errorGarbage return valueroot/firefox-clang/media/ffvpx/libavcodec/pthread.cff_pthread_init1256Undefined or garbage value returned to callerView Report
Logic errorGarbage return valueroot/firefox-clang/intl/icu/source/common/unisetspan.cppcontainsOffset12434Undefined or garbage value returned to callerView Report
Stream handling errorInvalid stream stateroot/firefox-clang/ipc/testshell/XPCShellEnvironment.cppProcessFile26422File position of the stream might be 'indeterminate' after a failed operation. Can cause undefined behaviorView Report
Stream handling errorInvalid stream stateroot/firefox-clang/third_party/aom/aom_dsp/grain_table.caom_film_grain_table_read28750File position of the stream might be 'indeterminate' after a failed operation. Can cause undefined behaviorView Report
Stream handling errorInvalid stream stateroot/firefox-clang/third_party/aom/aom_dsp/grain_table.caom_film_grain_table_read29151File position of the stream might be 'indeterminate' after a failed operation. Can cause undefined behaviorView Report
Stream handling errorInvalid stream stateroot/firefox-clang/modules/libmar/src/mar_create.cmar_concat_file8720File position of the stream might be 'indeterminate' after a failed operation. Can cause undefined behaviorView Report
Stream handling errorInvalid stream stateroot/firefox-clang/modules/libmar/src/mar_read.cmar_fpopen25115File position of the stream might be 'indeterminate' after a failed operation. Can cause undefined behaviorView Report
Stream handling errorInvalid stream stateroot/firefox-clang/intl/icu/source/common/putil.cppcompareBinaryFiles93838File position of the stream might be 'indeterminate' after a failed operation. Can cause undefined behaviorView Report
Stream handling errorInvalid stream stateroot/firefox-clang/security/nss/lib/util/utilmod.cnssutil_ReadSecmodDB41214File position of the stream might be 'indeterminate' after a failed operation. Can cause undefined behaviorView Report
Memory errorMemory leakroot/firefox-clang/toolkit/xre/CmdLineAndEnvUtils.hSaveToEnv75134Potential leak of memory pointed to by 'expr'View Report
Memory errorMemory leakroot/firefox-clang/gfx/cairo/cairo/src/cairo-pdf-interchange.cadd_tree_node38419Potential leak of memory pointed to by 'node'View Report
Memory errorMemory leakroot/firefox-clang/gfx/cairo/cairo/src/cairo-pdf-interchange.ccairo_pdf_interchange_write_page_labels153047Potential leak of memory pointed to by 'prefix'View Report
Memory errorMemory leakroot/firefox-clang/gfx/cairo/cairo/src/cairo-pdf-surface.c_cairo_pdf_surface_emit_ccitt_image378549Potential leak of memory pointed to by 'params'View Report
Memory errorMemory leakroot/firefox-clang/dom/media/webrtc/transport/third_party/nICEr/src/ice/ice_parser.cppnr_ice_peer_ctx_parse_global_attributes53733Potential leak of memory pointed to by 'component_id'View Report
Memory errorMemory leakroot/firefox-clang/modules/libmar/src/mar_create.cmar_create38436Potential leak of memory pointed to by 'stack.head'View Report
Memory errorMemory leakroot/firefox-clang/media/ffvpx/libavutil/mem.cav_dynarray_add33417Potential leak of memory pointed to by 'tab'View Report
Memory errorMemory leakroot/firefox-clang/media/ffvpx/libavutil/mem.cav_dynarray_add_nofree32017Potential leak of memory pointed to by 'tab'View Report
Memory errorMemory leakroot/firefox-clang/dom/media/webrtc/transport/nricectx.cppToNicerTurnStruct23830Potential memory leakView Report
Memory errorMemory leakroot/firefox-clang/browser/app/nsBrowserApp.cppdo_main21915Potential memory leakView Report
Memory errorMemory leakroot/firefox-clang/toolkit/components/remote/nsUnixRemoteServer.cppHandleCommandLine10215Potential leak of memory pointed to by 'argv'View Report
Memory errorMemory leakroot/firefox-clang/dom/media/webrtc/transport/third_party/nICEr/src/stun/stun_server_ctx.cppnr_stun_server_ctx_create568Potential leak of memory pointed to by 'ctx'View Report
Logic errorPossibly undefined arithmetic operation involving a null pointerroot/firefox-clang/js/src/zydis/Zycore/List.cZyanListResizeEx63725Addition of a null pointer (from variable 'node') and a nonzero integer value results in undefined behaviorView Report
Logic errorPossibly undefined arithmetic operation involving a null pointerroot/firefox-clang/js/src/vm/Scope.hGetScopeDataTrailingNamesPointer25519Addition of a null pointer (from variable 'data') and a nonzero integer value results in undefined behaviorView Report
Logic errorPossibly undefined arithmetic operation involving a null pointerroot/firefox-clang/mfbt/tests/TestArrayUtils.cppTestIsInRangeClass832Addition of a null pointer (from variable 'baseBegin') and a nonzero integer value results in undefined behaviorView Report
Logic errorPossibly undefined arithmetic operation involving a null pointerroot/firefox-clang/mfbt/tests/TestArrayUtils.cppTestIsInRangeClassDerived1492Addition of a null pointer (from variable 'derivedBegin') and a nonzero integer value results in undefined behaviorView Report
Logic errorPossibly undefined arithmetic operation involving a null pointerroot/firefox-clang/mfbt/tests/TestArrayUtils.cppTestIsInRangeClassDerivedEmpty1832Addition of a null pointer (from variable 'derivedEmptyBegin') and a nonzero integer value results in undefined behaviorView Report
Logic errorPossibly undefined arithmetic operation involving a null pointerroot/firefox-clang/mfbt/tests/TestArrayUtils.cppTestIsInRangeClassExtraDerived2242Addition of a null pointer (from variable 'derivedBegin') and a nonzero integer value results in undefined behaviorView Report
Logic errorPossibly undefined arithmetic operation involving a null pointerroot/firefox-clang/mfbt/tests/TestArrayUtils.cppTestIsInRangeClassExtraDerivedEmpty2602Addition of a null pointer (from variable 'derivedBegin') and a nonzero integer value results in undefined behaviorView Report
Logic errorPossibly undefined arithmetic operation involving a null pointerroot/firefox-clang/mfbt/tests/TestArrayUtils.cppTestIsInRangeEmptyClass1162Addition of a null pointer (from variable 'baseBegin') and a nonzero integer value results in undefined behaviorView Report
Logic errorPossibly undefined arithmetic operation involving a null pointerroot/firefox-clang/mfbt/tests/TestArrayUtils.cppTestIsInRangeNonClass132Addition of a null pointer (from variable 'intBegin') and a nonzero integer value results in undefined behaviorView Report
Logic errorPossibly undefined arithmetic operation involving a null pointerroot/firefox-clang/mfbt/tests/TestArrayUtils.cppTestIsInRangeVoid432Addition of a null pointer (from variable 'intBegin') and a nonzero integer value results in undefined behaviorView Report
Logic errorPossibly undefined arithmetic operation involving a null pointerroot/firefox-clang/third_party/aom/aom/src/aom_encoder.caom_codec_get_cx_data23617Addition of a null pointer (from variable 'dst_buf') and a probably nonzero integer value (via field 'sz') may result in undefined behaviorView Report
Logic errorPossibly undefined arithmetic operation involving a null pointerroot/firefox-clang/gfx/cairo/cairo/src/cairo-type1-subset.ccairo_type1_font_subset_write_private_dict1505121Subtraction of a null pointer (from variable 'array_start') and a probably non-null pointer (via field 'cleartext') may result in undefined behaviorView Report
Logic errorPossibly undefined arithmetic operation involving a null pointerroot/firefox-clang/security/nss/lib/smime/cmsudf.cnss_cmstype_hash_key822Subtraction of a probably non-null pointer and a null pointer may result in undefined behaviorView Report
Logic errorPossibly undefined arithmetic operation involving a null pointerroot/firefox-clang/media/libyuv/libyuv/source/convert.ccBiplanar16bitTo8bit398517Addition of a null pointer (from variable 'src_y') and a probably nonzero integer value may result in undefined behaviorView Report
Logic errorPossibly undefined arithmetic operation involving a null pointerroot/firefox-clang/media/libyuv/libyuv/source/convert.ccI010Copy15213Addition of a null pointer (from variable 'src_y') and a probably nonzero integer value may result in undefined behaviorView Report
Logic errorPossibly undefined arithmetic operation involving a null pointerroot/firefox-clang/media/libyuv/libyuv/source/convert.ccI010ToNV1290612Addition of a null pointer (from variable 'src_y') and a probably nonzero integer value may result in undefined behaviorView Report
Logic errorPossibly undefined arithmetic operation involving a null pointerroot/firefox-clang/media/libyuv/libyuv/source/convert.ccI400ToI420162711Addition of a null pointer (from variable 'src_y') and a probably nonzero integer value may result in undefined behaviorView Report
Logic errorPossibly undefined arithmetic operation involving a null pointerroot/firefox-clang/media/libyuv/libyuv/source/convert.ccI400ToNV21165810Addition of a null pointer (from variable 'src_y') and a probably nonzero integer value may result in undefined behaviorView Report
Logic errorPossibly undefined arithmetic operation involving a null pointerroot/firefox-clang/media/libyuv/libyuv/source/convert.ccI420Copy10913Addition of a null pointer (from variable 'src_y') and a probably nonzero integer value may result in undefined behaviorView Report
Logic errorPossibly undefined arithmetic operation involving a null pointerroot/firefox-clang/media/libyuv/libyuv/source/convert.ccI422ToI210113313Addition of a null pointer (from variable 'src_y') and a probably nonzero integer value may result in undefined behaviorView Report
Logic errorPossibly undefined arithmetic operation involving a null pointerroot/firefox-clang/media/libyuv/libyuv/source/convert.ccI444ToNV12157214Addition of a null pointer (from variable 'src_y') and a probably nonzero integer value may result in undefined behaviorView Report
Logic errorPossibly undefined arithmetic operation involving a null pointerroot/firefox-clang/media/libyuv/libyuv/source/convert.ccNV12ToI420169314Addition of a null pointer (from variable 'src_y') and a probably nonzero integer value may result in undefined behaviorView Report
Logic errorPossibly undefined arithmetic operation involving a null pointerroot/firefox-clang/media/libyuv/libyuv/source/convert.ccPlanar16bitTo8bit19719Addition of a null pointer (from variable 'src_y') and a probably nonzero integer value may result in undefined behaviorView Report
Logic errorPossibly undefined arithmetic operation involving a null pointerroot/firefox-clang/media/libyuv/libyuv/source/convert.ccPlanar8bitTo8bit405119Addition of a null pointer (from variable 'src_y') and a probably nonzero integer value may result in undefined behaviorView Report
Logic errorPossibly undefined arithmetic operation involving a null pointerroot/firefox-clang/js/src/ctypes/libffi/src/dlmalloc.cdo_check_top_chunk338628Addition of a null pointer and a nonzero integer value results in undefined behaviorView Report
Logic errorPossibly undefined arithmetic operation involving a null pointerroot/firefox-clang/third_party/aom/av1/encoder/encodeframe.cpopulate_token_count149836Subtraction of a null pointer (from variable 'tok') and a probably non-null pointer (via field 'start') may result in undefined behaviorView Report
Logic errorPossibly undefined arithmetic operation involving a null pointerroot/firefox-clang/media/ffvpx/libavcodec/get_bits.hget_bits34217Addition of a null pointer (via field 'buffer') and a nonzero integer value results in undefined behaviorView Report
Logic errorPossibly undefined arithmetic operation involving a null pointerroot/firefox-clang/third_party/llama.cpp/ggml/src/ggml-c.cincr_ptr_aligned71065Addition of a null pointer and a nonzero integer value (from variable 'size') results in undefined behaviorView Report
Logic errorPossibly undefined arithmetic operation involving a null pointerroot/firefox-clang/modules/zlib/src/gzwrite.cMOZ_Z_gz_write21231Addition of a null pointer (via field 'next_in') and a nonzero integer value (via field 'avail_in') results in undefined behaviorView Report
Logic errorPossibly undefined arithmetic operation involving a null pointerroot/firefox-clang/modules/zlib/src/gzwrite.cgz_vacate38622Addition of a null pointer (via field 'next_in') and a probably nonzero integer value (via field 'avail_in') may result in undefined behaviorView Report
Logic errorPossibly undefined arithmetic operation involving a null pointerroot/firefox-clang/security/nss/lib/ckfw/hash.cnss_ckfw_identity_hash491Subtraction of a probably non-null pointer and a null pointer may result in undefined behaviorView Report
Logic errorPossibly undefined arithmetic operation involving a null pointerroot/firefox-clang/security/nss/lib/base/hash.cnss_identity_hash511Subtraction of a probably non-null pointer and a null pointer may result in undefined behaviorView Report
Logic errorPossibly undefined arithmetic operation involving a null pointerroot/firefox-clang/media/libwebp/src/dec/idec_dec.cAppendToMemBuffer19622Subtraction of a null pointer (from variable 'old_start') and a non-null pointer (from variable 'old_base') results in undefined behaviorView Report
Logic errorPossibly undefined arithmetic operation involving a null pointerroot/firefox-clang/media/libwebp/src/dec/idec_dec.cAppendToMemBuffer21630Subtraction of a non-null pointer and a null pointer (from variable 'old_start') results in undefined behaviorView Report
Logic errorPossibly undefined arithmetic operation involving a null pointerroot/firefox-clang/media/libwebp/src/dec/idec_dec.cRemapMemBuffer23518Subtraction of a non-null pointer and a null pointer (from variable 'old_start') results in undefined behaviorView Report
Logic errorPossibly undefined arithmetic operation involving a null pointerroot/firefox-clang/media/libjpeg/src/jmemmgr.caccess_virt_barray108912Addition of a null pointer (via field 'mem_buffer') and a probably nonzero integer value may result in undefined behaviorView Report
Logic errorPossibly undefined arithmetic operation involving a null pointerroot/firefox-clang/media/libjpeg/src/jmemmgr.caccess_virt_sarray100516Addition of a null pointer (via field 'mem_buffer') and a probably nonzero integer value may result in undefined behaviorView Report
Logic errorPossibly undefined arithmetic operation involving a null pointerroot/firefox-clang/mozglue/static/lz4/lz4.cLZ4_compress_fast_continue173610Addition of a null pointer (from variable 'source') and a nonzero integer value (from variable 'inputSize') results in undefined behaviorView Report
Logic errorPossibly undefined arithmetic operation involving a null pointerroot/firefox-clang/mozglue/static/lz4/lz4.cLZ4_decompress_generic217932Subtraction of a null pointer (from variable 'dictEnd') and a probably nonzero integer value may result in undefined behaviorView Report
Logic errorPossibly undefined arithmetic operation involving a null pointerroot/firefox-clang/mozglue/static/lz4/lz4.cLZ4_decompress_generic218532Subtraction of a null pointer (from variable 'dictEnd') and a probably nonzero integer value (from variable 'copySize') may result in undefined behaviorView Report
Logic errorPossibly undefined arithmetic operation involving a null pointerroot/firefox-clang/mozglue/static/lz4/lz4.cLZ4_decompress_unsafe_generic193522Subtraction of a null pointer (from variable 'dictEnd') and a probably nonzero integer value may result in undefined behaviorView Report
Logic errorPossibly undefined arithmetic operation involving a null pointerroot/firefox-clang/mozglue/static/lz4/lz4frame.cLZ4F_updateDict153530Addition of a null pointer (via field 'dict') and a nonzero integer value (via field 'dictSize') results in undefined behaviorView Report
Logic errorPossibly undefined arithmetic operation involving a null pointerroot/firefox-clang/mozglue/static/lz4/lz4hc.cLZ4HC_compress_hashChain119944Subtraction of a null pointer (from variable 'start2') and a probably non-null pointer (from variable 'ip') may result in undefined behaviorView Report
Logic errorPossibly undefined arithmetic operation involving a null pointerroot/firefox-clang/mozglue/static/lz4/lz4hc.cLZ4HC_init_internal2445Subtraction of a probably non-null pointer (via field 'end') and a null pointer (via field 'prefixStart') may result in undefined behaviorView Report
Logic errorPossibly undefined arithmetic operation involving a null pointerroot/firefox-clang/security/nss/lib/softoken/pkcs11.csftk_HashNumber31341Subtraction of a probably non-null pointer and a null pointer may result in undefined behaviorView Report
Logic errorPossibly undefined arithmetic operation involving a null pointerroot/firefox-clang/security/nss/lib/util/secoid.csecoid_HashNumber21601Subtraction of a probably non-null pointer and a null pointer may result in undefined behaviorView Report
Logic errorPossibly undefined arithmetic operation involving a null pointerroot/firefox-clang/security/nss/cmd/lib/secutil.cSECU_displayVerifyLog38109Subtraction of a probably non-null pointer and a null pointer may result in undefined behaviorView Report
Logic errorPossibly undefined arithmetic operation involving a null pointerroot/firefox-clang/security/nss/lib/base/tracker.cidentity_hash291Subtraction of a probably non-null pointer and a null pointer may result in undefined behaviorView Report
Logic errorPossibly undefined arithmetic operation involving a null pointerroot/firefox-clang/media/libvpx/libvpx/vp9/vp9_dx_iface.cdecoder_decode37110Addition of a null pointer (from variable 'data') and a nonzero integer value (from variable 'data_sz') results in undefined behaviorView Report
Logic errorPossibly undefined arithmetic operation involving a null pointerroot/firefox-clang/media/libvpx/libvpx/vpx/src/vpx_encoder.cvpx_codec_get_cx_data28917Addition of a null pointer (from variable 'dst_buf') and a probably nonzero integer value (via field 'sz') may result in undefined behaviorView Report
Logic errorPossibly undefined arithmetic operation involving a null pointerroot/firefox-clang/parser/expat/expat/lib/xmlparse.cXML_Parse249617Subtraction of a null pointer and a probably non-null pointer (from variable 'end') may result in undefined behaviorView Report
Stream handling errorResource leakroot/firefox-clang/security/nss/lib/pk11wrap/debug_module.cprint_final_statistics347122Opened stream never closed. Potential resource leakView Report
Logic errorResult of operation is garbage or undefinedroot/firefox-clang/obj-x86_64-pc-linux-gnu/media/libdav1d/16bd_itx_tmpl.cinv_txfm_add_c11124The left operand of '+' is a garbage valueView Report
Logic errorResult of operation is garbage or undefinedroot/firefox-clang/obj-x86_64-pc-linux-gnu/media/libdav1d/16bd_looprestoration_tmpl.csgr_finish_filter_row156627The left operand of '+' is a garbage valueView Report
Logic errorResult of operation is garbage or undefinedroot/firefox-clang/obj-x86_64-pc-linux-gnu/media/libdav1d/16bd_mc_tmpl.cprep_8tap_c27421The right operand of '*' is a garbage valueView Report
Logic errorResult of operation is garbage or undefinedroot/firefox-clang/obj-x86_64-pc-linux-gnu/media/libdav1d/16bd_mc_tmpl.cprep_bilin_c55912The left operand of '-' is a garbage valueView Report
Logic errorResult of operation is garbage or undefinedroot/firefox-clang/obj-x86_64-pc-linux-gnu/media/libdav1d/16bd_mc_tmpl.cput_8tap_c16121The right operand of '*' is a garbage valueView Report
Logic errorResult of operation is garbage or undefinedroot/firefox-clang/obj-x86_64-pc-linux-gnu/media/libdav1d/16bd_mc_tmpl.cput_bilin_c46213The left operand of '-' is a garbage valueView Report
Logic errorResult of operation is garbage or undefinedroot/firefox-clang/obj-x86_64-pc-linux-gnu/media/libdav1d/8bd_itx_tmpl.cinv_txfm_add_c11124The left operand of '+' is a garbage valueView Report
Logic errorResult of operation is garbage or undefinedroot/firefox-clang/obj-x86_64-pc-linux-gnu/media/libdav1d/8bd_looprestoration_tmpl.csgr_finish_filter_row156627The left operand of '+' is a garbage valueView Report
Logic errorResult of operation is garbage or undefinedroot/firefox-clang/obj-x86_64-pc-linux-gnu/media/libdav1d/8bd_mc_tmpl.cprep_8tap_c27420The right operand of '*' is a garbage valueView Report
Logic errorResult of operation is garbage or undefinedroot/firefox-clang/obj-x86_64-pc-linux-gnu/media/libdav1d/8bd_mc_tmpl.cprep_bilin_c55911The left operand of '-' is a garbage valueView Report
Logic errorResult of operation is garbage or undefinedroot/firefox-clang/obj-x86_64-pc-linux-gnu/media/libdav1d/8bd_mc_tmpl.cput_8tap_c16120The right operand of '*' is a garbage valueView Report
Logic errorResult of operation is garbage or undefinedroot/firefox-clang/obj-x86_64-pc-linux-gnu/media/libdav1d/8bd_mc_tmpl.cput_bilin_c46211The left operand of '-' is a garbage valueView Report
Logic errorResult of operation is garbage or undefinedroot/firefox-clang/js/src/frontend/Parser.cppobjectBindingPattern422160The left operand of '==' is a garbage valueView Report
Logic errorResult of operation is garbage or undefinedroot/firefox-clang/gfx/skia/skia/include/private/base/SkPoint_impl.hoperator==43312The left operand of '==' is a garbage valueView Report
Logic errorResult of operation is garbage or undefinedroot/firefox-clang/mfbt/tests/TestDoublyLinkedList.cppCheckListValues249The right operand of '==' is a garbage value due to array index out of boundsView Report
Logic errorResult of operation is garbage or undefinedroot/firefox-clang/mfbt/tests/TestLinkedList.cppCheckListValues2527The right operand of '==' is a garbage value due to array index out of boundsView Report
Logic errorResult of operation is garbage or undefinedroot/firefox-clang/mfbt/tests/TestUtf8.cppExpectInvalidCodePointHelper17418The left operand of '==' is a garbage valueView Report
Logic errorResult of operation is garbage or undefinedroot/firefox-clang/mfbt/tests/TestUtf8.cppExpectInvalidCodePointHelper17918The left operand of '==' is a garbage valueView Report
Logic errorResult of operation is garbage or undefinedroot/firefox-clang/mfbt/tests/TestUtf8.cppExpectInvalidCodePointHelper18318The left operand of '==' is a garbage valueView Report
Logic errorResult of operation is garbage or undefinedroot/firefox-clang/third_party/rust/glslopt/glsl-optimizer/src/compiler/glsl/ast_to_hir.cpphir877214The right operand of '!=' is a garbage valueView Report
Logic errorResult of operation is garbage or undefinedroot/firefox-clang/other-licenses/bsdiff/bsdiff.cmain2787The left operand of '+' is a garbage valueView Report
Logic errorResult of operation is garbage or undefinedroot/firefox-clang/gfx/cairo/cairo/src/cairo-ft-font.c_cairo_ft_resolve_pattern452437The left operand of '==' is a garbage valueView Report
Logic errorResult of operation is garbage or undefinedroot/firefox-clang/gfx/cairo/cairo/src/cairo-ft-font.c_moz_cairo_ft_font_face_create_for_pattern461211The left operand of '==' is a garbage valueView Report
Logic errorResult of operation is garbage or undefinedroot/firefox-clang/gfx/cairo/cairo/src/cairo-pdf-surface.c_cairo_pdf_surface_emit_pattern_stops457111The left operand of '>' is a garbage valueView Report
Logic errorResult of operation is garbage or undefinedroot/firefox-clang/gfx/cairo/cairo/src/cairo-pdf-surface.c_cairo_pdf_surface_emit_pattern_stops459413The left operand of '==' is a garbage valueView Report
Logic errorResult of operation is garbage or undefinedroot/firefox-clang/gfx/cairo/cairo/src/cairo-truetype-subset.cfind_name153869The left operand of '==' is a garbage value due to array index out of boundsView Report
Logic errorResult of operation is garbage or undefinedroot/firefox-clang/gfx/cairo/cairo/src/cairo-type1-subset.ccairo_type1_font_subset_get_bbox40545The left operand of '==' is a garbage valueView Report
Logic errorResult of operation is garbage or undefinedroot/firefox-clang/gfx/cairo/cairo/src/cairo-type1-subset.ccairo_type1_font_subset_get_bbox41650The left operand of '/' is a garbage valueView Report
Logic errorResult of operation is garbage or undefinedroot/firefox-clang/gfx/cairo/cairo/src/cairo-xlib-render-compositor.c_emit_glyphs_chunk151327The right operand of '+' is a garbage valueView Report
Logic errorResult of operation is garbage or undefinedroot/firefox-clang/gfx/cairo/cairo/src/cairo-xlib-render-compositor.ccomposite_traps19049The left operand of '<' is a garbage valueView Report
Logic errorResult of operation is garbage or undefinedroot/firefox-clang/media/libopus/celt/celt_decoder.cdeemphasis39929The right operand of '*' is a garbage valueView Report
Logic errorResult of operation is garbage or undefinedroot/firefox-clang/media/libopus/celt/celt_decoder.cdeemphasis40329The right operand of '*' is a garbage valueView Report
Logic errorResult of operation is garbage or undefinedroot/firefox-clang/media/libopus/celt/celt_encoder.cdynalloc_analysis115927The left operand of '>' is a garbage valueView Report
Logic errorResult of operation is garbage or undefinedroot/firefox-clang/media/libopus/celt/celt_encoder.ctf_analysis75592The left operand of '-' is a garbage valueView Report
Logic errorResult of operation is garbage or undefinedroot/firefox-clang/intl/icu/source/i18n/decNumber.cppdecApplyRound724641The left operand of '-' is a garbage value due to array index out of boundsView Report
Logic errorResult of operation is garbage or undefinedroot/firefox-clang/intl/icu/source/i18n/decNumber.cppdecDivideOp455960The left operand of '!=' is a garbage valueView Report
Logic errorResult of operation is garbage or undefinedroot/firefox-clang/intl/icu/source/i18n/decNumber.cppdecDivideOp462153The left operand of '==' is a garbage valueView Report
Logic errorResult of operation is garbage or undefinedroot/firefox-clang/third_party/dav1d/src/decode.cdav1d_submit_frame359136The left operand of '+' is a garbage valueView Report
Logic errorResult of operation is garbage or undefinedroot/firefox-clang/third_party/dav1d/src/decode.cderive_warpmv32328The left operand of '==' is a garbage value due to array index out of boundsView Report
Logic errorResult of operation is garbage or undefinedroot/firefox-clang/intl/icu/source/i18n/dtitvfmt.cppformatToValue3899The left operand of '!=' is a garbage valueView Report
Logic errorResult of operation is garbage or undefinedroot/firefox-clang/intl/icu/source/i18n/dtitvfmt.cppformatToValue3359The left operand of '!=' is a garbage valueView Report
Logic errorResult of operation is garbage or undefinedroot/firefox-clang/media/libjpeg/src/jcmaster.cvalidate_script42325The left operand of '<' is a garbage valueView Report
Logic errorResult of operation is garbage or undefinedroot/firefox-clang/modules/fdlibm/src/k_rem_pio2.cpp__kernel_rem_pio231414The right operand of '*' is a garbage valueView Report
Logic errorResult of operation is garbage or undefinedroot/firefox-clang/modules/fdlibm/src/k_rem_pio2.cpp__kernel_rem_pio233415The left operand of '>>' is a garbage value due to array index out of boundsView Report
Logic errorResult of operation is garbage or undefinedroot/firefox-clang/modules/fdlibm/src/k_rem_pio2.cpp__kernel_rem_pio233816The left operand of '>>' is a garbage value due to array index out of boundsView Report
Logic errorResult of operation is garbage or undefinedroot/firefox-clang/modules/fdlibm/src/k_rem_pio2.cpp__kernel_rem_pio237025The left operand of '==' is a garbage value due to array index out of boundsView Report
Logic errorResult of operation is garbage or undefinedroot/firefox-clang/modules/fdlibm/src/k_rem_pio2.cpp__kernel_rem_pio238525The left operand of '==' is a garbage value due to array index out of boundsView Report
Logic errorResult of operation is garbage or undefinedroot/firefox-clang/intl/icu/source/i18n/olsontz.cppinDaylightTime6076The left operand of '!=' is a garbage valueView Report
Logic errorResult of operation is garbage or undefinedroot/firefox-clang/media/libpng/pngrutil.cMOZ_PNG_get_uint_31439The left operand of '<<' is a garbage valueView Report
Logic errorResult of operation is garbage or undefinedroot/firefox-clang/media/libpng/pngrutil.cMOZ_PNG_handle_gAMA11197The left operand of '<<' is a garbage valueView Report
Logic errorResult of operation is garbage or undefinedroot/firefox-clang/media/libpng/pngrutil.cMOZ_PNG_handle_iCCP136712The left operand of '!=' is a garbage valueView Report
Logic errorResult of operation is garbage or undefinedroot/firefox-clang/media/libpng/pngrutil.cMOZ_PNG_handle_sRGB13039The left operand of '>' is a garbage valueView Report
Logic errorResult of operation is garbage or undefinedroot/firefox-clang/media/libpng/pngrutil.cpng_get_int_32_checked12168The left operand of '<<' is a garbage valueView Report
Logic errorResult of operation is garbage or undefinedroot/firefox-clang/gfx/skia/skia/modules/skcms/skcms.ccclassify16544The left operand of '!=' is a garbage valueView Report
Logic errorResult of operation is garbage or undefinedroot/firefox-clang/gfx/skia/skia/modules/skcms/skcms.ccclassify17937The right operand of '+' is a garbage valueView Report
Logic errorResult of operation is garbage or undefinedroot/firefox-clang/gfx/skia/skia/modules/skcms/skcms.ccskcms_ApproximateCurve240435The left operand of '*' is a garbage valueView Report
Logic errorResult of operation is garbage or undefinedroot/firefox-clang/gfx/skia/skia/modules/skcms/skcms.ccskcms_TransferFunction_invert205041The left operand of '*' is a garbage valueView Report
Logic errorResult of operation is garbage or undefinedroot/firefox-clang/third_party/sqlite3/ext/sqlite-vec/sqlite-vec.cvec0_parse_vector_column300116The left operand of '!=' is a garbage valueView Report
Logic errorResult of operation is garbage or undefinedroot/firefox-clang/intl/icu/source/common/umutablecptrie.cppmakeHashCode84920The right operand of '+' is a garbage valueView Report
Logic errorResult of operation is garbage or undefinedroot/firefox-clang/media/ffvpx/libavcodec/vlc.cvlc_multi_gen48541The right operand of '>' is a garbage valueView Report
Logic errorResult of operation is garbage or undefinedroot/firefox-clang/media/libvorbis/lib/vorbis_floor1.cfloor1_encode90116The left operand of '<' is a garbage valueView Report
Logic errorResult of operation is garbage or undefinedroot/firefox-clang/media/ffvpx/libavcodec/vp8dsp.cput_vp8_bilinear16_hv_c6377The right operand of '*' is a garbage valueView Report
Logic errorResult of operation is garbage or undefinedroot/firefox-clang/media/ffvpx/libavcodec/vp8dsp.cput_vp8_bilinear4_hv_c6397The right operand of '*' is a garbage valueView Report
Logic errorResult of operation is garbage or undefinedroot/firefox-clang/media/ffvpx/libavcodec/vp8dsp.cput_vp8_bilinear8_hv_c6387The right operand of '*' is a garbage valueView Report
Logic errorResult of operation is garbage or undefinedroot/firefox-clang/media/ffvpx/libavcodec/vp8dsp.cput_vp8_epel16_h6v6_c5786The right operand of '*' is a garbage valueView Report
Logic errorResult of operation is garbage or undefinedroot/firefox-clang/media/ffvpx/libavcodec/vp8dsp.cput_vp8_epel4_h4v4_c5736The right operand of '*' is a garbage valueView Report
Logic errorResult of operation is garbage or undefinedroot/firefox-clang/media/ffvpx/libavcodec/vp8dsp.cput_vp8_epel4_h4v6_c5756The right operand of '*' is a garbage valueView Report
Logic errorResult of operation is garbage or undefinedroot/firefox-clang/media/ffvpx/libavcodec/vp8dsp.cput_vp8_epel4_h6v4_c5776The right operand of '*' is a garbage valueView Report
Logic errorResult of operation is garbage or undefinedroot/firefox-clang/media/ffvpx/libavcodec/vp8dsp.cput_vp8_epel4_h6v6_c5806The right operand of '*' is a garbage valueView Report
Logic errorResult of operation is garbage or undefinedroot/firefox-clang/media/ffvpx/libavcodec/vp8dsp.cput_vp8_epel8_h4v4_c5726The right operand of '*' is a garbage valueView Report
Logic errorResult of operation is garbage or undefinedroot/firefox-clang/media/ffvpx/libavcodec/vp8dsp.cput_vp8_epel8_h4v6_c5746The right operand of '*' is a garbage valueView Report
Logic errorResult of operation is garbage or undefinedroot/firefox-clang/media/ffvpx/libavcodec/vp8dsp.cput_vp8_epel8_h6v4_c5766The right operand of '*' is a garbage valueView Report
Logic errorResult of operation is garbage or undefinedroot/firefox-clang/media/ffvpx/libavcodec/vp8dsp.cput_vp8_epel8_h6v6_c5796The right operand of '*' is a garbage valueView Report
Logic errorResult of operation is garbage or undefinedroot/firefox-clang/media/libvpx/libvpx/vp9/encoder/vp9_pickmode.cvp9_pick_inter_mode209093The left operand of '!=' is a garbage valueView Report
Logic errorResult of operation is garbage or undefinedroot/firefox-clang/media/libvpx/libvpx/vp9/encoder/vp9_pickmode.cvp9_pick_inter_mode2140101The left operand of '!=' is a garbage valueView Report
Logic errorResult of operation is garbage or undefinedroot/firefox-clang/media/libvpx/libvpx/vp9/encoder/vp9_pickmode.cvp9_pick_inter_mode214697The left operand of '!=' is a garbage valueView Report
Logic errorResult of operation is garbage or undefinedroot/firefox-clang/media/libvpx/libvpx/vp9/encoder/vp9_pickmode.cvp9_pick_inter_mode2208106The left operand of '==' is a garbage valueView Report
Logic errorReturning null referenceroot/firefox-clang/intl/icu/source/common/cmemory.hoperator[]27422Returning null referenceView Report
Logic errorReturning null referenceroot/firefox-clang/intl/icu/source/common/usetiter.cppgetString1474Returning null referenceView Report
Logic errorStack address leaks outside of stack frameroot/firefox-clang/intl/icu/source/common/ucnv.cpp_fromUnicodeWithCallback108049Address of stack memory associated with local variable 'replay' is still referred to by the caller variable 'fromUArgs' upon returning to the caller. This will be a dangling referenceView Report
Logic errorStack address leaks outside of stack frameroot/firefox-clang/media/libvpx/libvpx/vp9/encoder/vp9_mbgraph.cupdate_mbgraph_frame_stats24221Address of stack memory associated with local variable 'mi_above' is still referred to by the caller variable 'cpi' upon returning to the caller. This will be a dangling referenceView Report
Stream handling errorStream already in EOFroot/firefox-clang/third_party/aom/aom_dsp/grain_table.caom_film_grain_table_read28750Read function called when stream is in EOF state. Function has no effectView Report
Stream handling errorStream already in EOFroot/firefox-clang/modules/libmar/src/mar_create.cmar_concat_file8720Read function called when stream is in EOF state. Function has no effectView Report
Stream handling errorStream already in EOFroot/firefox-clang/modules/libmar/src/mar_read.cmar_fpopen25115Read function called when stream is in EOF state. Function has no effectView Report
Stream handling errorStream already in EOFroot/firefox-clang/intl/icu/source/common/putil.cppcompareBinaryFiles93838Read function called when stream is in EOF state. Function has no effectView Report
Logic errorUninitialized argument valueroot/firefox-clang/memory/replace/dmd/test/SmokeDMD.cppFoo7931st function call argument is an uninitialized valueView Report
Logic errorUninitialized argument valueroot/firefox-clang/third_party/rust/glslopt/glsl-optimizer/src/compiler/glsl/ast_to_hir.cpphir80734912th function call argument is an uninitialized valueView Report
Logic errorUninitialized argument valueroot/firefox-clang/other-licenses/bsdiff/bsdiff.cmain388182nd function call argument is an uninitialized valueView Report
Logic errorUninitialized argument valueroot/firefox-clang/other-licenses/bsdiff/bsdiff.cmain407221st function call argument is an uninitialized valueView Report
Logic errorUninitialized argument valueroot/firefox-clang/other-licenses/bsdiff/bsdiff.cmain25931st function call argument is an uninitialized valueView Report
Logic errorUninitialized argument valueroot/firefox-clang/other-licenses/bsdiff/bsdiff.cmain26552nd function call argument is an uninitialized valueView Report
Logic errorUninitialized argument valueroot/firefox-clang/gfx/cairo/cairo/src/cairo-bentley-ottmann-rectangular.c_rectangle_sort202241st function call argument is an uninitialized valueView Report
Logic errorUninitialized argument valueroot/firefox-clang/gfx/cairo/cairo/src/cairo-bentley-ottmann-rectilinear.c_cairo_bo_event_queue_sort130141st function call argument is an uninitialized valueView Report
Logic errorUninitialized argument valueroot/firefox-clang/gfx/cairo/cairo/src/cairo-bentley-ottmann.c_cairo_bo_event_queue_sort825191st function call argument is an uninitialized valueView Report
Logic errorUninitialized argument valueroot/firefox-clang/gfx/cairo/cairo/src/cairo-boxes-intersect.c_rectangle_sort254291st function call argument is an uninitialized valueView Report
Logic errorUninitialized argument valueroot/firefox-clang/gfx/cairo/cairo/src/cairo-ft-font.c_cairo_ft_scaled_glyph_init_record_colr_v0_glyph2863381st function call argument is an uninitialized valueView Report
Logic errorUninitialized argument valueroot/firefox-clang/gfx/cairo/cairo/src/cairo-ft-font.c_cairo_ft_scaled_glyph_init_surface2783363rd function call argument is an uninitialized valueView Report
Logic errorUninitialized argument valueroot/firefox-clang/gfx/cairo/cairo/src/cairo-ft-font.c_moz_cairo_ft_font_face_create_for_ft_face4695121st function call argument is an uninitialized valueView Report
Logic errorUninitialized argument valueroot/firefox-clang/gfx/cairo/cairo/src/cairo-ft-font.c_render_glyph_bitmap1718381st function call argument is an uninitialized valueView Report
Logic errorUninitialized argument valueroot/firefox-clang/gfx/cairo/cairo/src/cairo-ft-font.c_transform_glyph_bitmap1748331st function call argument is an uninitialized valueView Report
Logic errorUninitialized argument valueroot/firefox-clang/gfx/cairo/cairo/src/cairo-pdf-interchange.c_cairo_pdf_interchange_begin_page_content2296203rd function call argument is an uninitialized valueView Report
Logic errorUninitialized argument valueroot/firefox-clang/gfx/cairo/cairo/src/cairo-pdf-interchange.c_cairo_pdf_interchange_begin_structure_tag1821303rd function call argument is an uninitialized valueView Report
Logic errorUninitialized argument valueroot/firefox-clang/gfx/cairo/cairo/src/cairo-pdf-interchange.c_cairo_pdf_interchange_command_id2013133rd function call argument is an uninitialized valueView Report
Logic errorUninitialized argument valueroot/firefox-clang/gfx/cairo/cairo/src/cairo-pdf-interchange.c_cairo_pdf_interchange_end_structure_tag1936253rd function call argument is an uninitialized valueView Report
Logic errorUninitialized argument valueroot/firefox-clang/gfx/cairo/cairo/src/cairo-pdf-interchange.ccairo_pdf_interchange_apply_extents_from_content_ref1260192nd function call argument is an uninitialized valueView Report
Logic errorUninitialized argument valueroot/firefox-clang/gfx/cairo/cairo/src/cairo-pdf-interchange.ccairo_pdf_interchange_write_node_object629271st function call argument is an uninitialized valueView Report
Logic errorUninitialized argument valueroot/firefox-clang/gfx/cairo/cairo/src/cairo-pdf-surface.c_cairo_pdf_surface_add_padded_image_surface3069454th function call argument is an uninitialized valueView Report
Logic errorUninitialized argument valueroot/firefox-clang/gfx/cairo/cairo/src/cairo-pdf-surface.c_cairo_pdf_surface_emit_cff_font6100293rd function call argument is an uninitialized valueView Report
Logic errorUninitialized argument valueroot/firefox-clang/gfx/cairo/cairo/src/cairo-pdf-surface.c_cairo_pdf_surface_emit_combined_smask8180474th function call argument is an uninitialized valueView Report
Logic errorUninitialized argument valueroot/firefox-clang/gfx/cairo/cairo/src/cairo-pdf-surface.c_cairo_pdf_surface_emit_stencil_mask8353464th function call argument is an uninitialized valueView Report
Logic errorUninitialized argument valueroot/firefox-clang/gfx/cairo/cairo/src/cairo-pdf-surface.c_cairo_pdf_surface_emit_truetype_font_subset6546283rd function call argument is an uninitialized valueView Report
Logic errorUninitialized argument valueroot/firefox-clang/gfx/cairo/cairo/src/cairo-polygon-intersect.c_cairo_bo_event_queue_sort886291st function call argument is an uninitialized valueView Report
Logic errorUninitialized argument valueroot/firefox-clang/gfx/cairo/cairo/src/cairo-polygon-reduce.c_cairo_bo_event_queue_sort955131st function call argument is an uninitialized valueView Report
Logic errorUninitialized argument valueroot/firefox-clang/gfx/cairo/cairo/src/cairo-rectangular-scan-converter.crectangle_sort219161st function call argument is an uninitialized valueView Report
Logic errorUninitialized argument valueroot/firefox-clang/gfx/cairo/cairo/src/cairo-type1-fallback.c_cairo_type1_fallback_init_internal740111st function call argument is an uninitialized valueView Report
Logic errorUninitialized argument valueroot/firefox-clang/gfx/cairo/cairo/src/cairo-xlib-render-compositor.ccomposite_tristrip197171st function call argument is an uninitialized valueView Report
Logic errorUninitialized argument valueroot/firefox-clang/media/ffvpx/libavcodec/cbs_av1.ccbs_av1_write_subexp439203rd function call argument is an uninitialized valueView Report
Logic errorUninitialized argument valueroot/firefox-clang/media/ffvpx/libavcodec/cbs_vp9_syntax_template.ccbs_vp9_write_superframe_index475396th function call argument is an uninitialized valueView Report
Logic errorUninitialized argument valueroot/firefox-clang/third_party/dav1d/src/decode.cdav1d_submit_frame3552231st function call argument is an uninitialized valueView Report
Logic errorUninitialized argument valueroot/firefox-clang/media/ffvpx/libavutil/hwcontext_vulkan.ccheck_extensions1013271st function call argument is an uninitialized valueView Report
Logic errorUninitialized argument valueroot/firefox-clang/media/ffvpx/libavcodec/libaomenc.caom_encode1385163rd function call argument is an uninitialized valueView Report
Logic errorUninitialized argument valueroot/firefox-clang/media/ffvpx/libavcodec/libvorbisenc.clibvorbis_get_priming_samples229272nd function call argument is an uninitialized valueView Report
Logic errorUninitialized argument valueroot/firefox-clang/third_party/rust/glslopt/glsl-optimizer/src/compiler/glsl/lower_int64.cppcompact_destination246271st function call argument is an uninitialized valueView Report
Logic errorUninitialized argument valueroot/firefox-clang/third_party/rust/glslopt/glsl-optimizer/src/compiler/glsl/lower_mat_op_to_vec.cppvisit_leave428242nd function call argument is an uninitialized valueView Report
Logic errorUninitialized argument valueroot/firefox-clang/dom/base/nsGlobalWindowInner.cppShowSlowScriptDialog5402321st function call argument is an uninitialized valueView Report
Logic errorUninitialized argument valueroot/firefox-clang/config/nsinstall.ccopyfile151302nd function call argument is an uninitialized valueView Report
Logic errorUninitialized argument valueroot/firefox-clang/media/libpng/pngrutil.cpng_handle_cICP189983rd function call argument is an uninitialized valueView Report
Logic errorUninitialized argument valueroot/firefox-clang/tools/power/rapl.cppRAPL566132nd function call argument is an uninitialized valueView Report
Logic errorUninitialized argument valueroot/firefox-clang/third_party/sqlite3/ext/sqlite-vec/sqlite-vec.cvec0Filter_knn8113391st function call argument is an uninitialized valueView Report
Logic errorUninitialized argument valueroot/firefox-clang/third_party/sqlite3/ext/sqlite-vec/sqlite-vec.cvec0Filter_knn_chunks_iter763581st function call argument is an uninitialized valueView Report
Logic errorUninitialized argument valueroot/firefox-clang/third_party/sqlite3/ext/sqlite-vec/sqlite-vec.cvec0Filter_point8210342nd function call argument is an uninitialized valueView Report
Logic errorUninitialized argument valueroot/firefox-clang/third_party/sqlite3/ext/sqlite-vec/sqlite-vec.cvec0Update_Delete9915232nd function call argument is an uninitialized valueView Report
Logic errorUninitialized argument valueroot/firefox-clang/third_party/sqlite3/ext/sqlite-vec/sqlite-vec.cvec0Update_Insert9238395th function call argument is an uninitialized valueView Report
Logic errorUninitialized argument valueroot/firefox-clang/third_party/sqlite3/ext/sqlite-vec/sqlite-vec.cvec0Update_InsertWriteFinalStep8936353rd function call argument is an uninitialized valueView Report
Logic errorUninitialized argument valueroot/firefox-clang/third_party/sqlite3/ext/sqlite-vec/sqlite-vec.cvec0Update_Update10266492nd function call argument is an uninitialized valueView Report
Logic errorUninitialized argument valueroot/firefox-clang/third_party/sqlite3/ext/sqlite-vec/sqlite-vec.cvec0Update_Update10175272nd function call argument is an uninitialized valueView Report
Logic errorUninitialized argument valueroot/firefox-clang/third_party/sqlite3/ext/sqlite-vec/sqlite-vec.cvec0Update_Update10219404th function call argument is an uninitialized valueView Report
Logic errorUninitialized argument valueroot/firefox-clang/third_party/sqlite3/ext/sqlite-vec/sqlite-vec.cvec0Update_UpdateVectorColumn10133541st function call argument is an uninitialized valueView Report
Logic errorUninitialized argument valueroot/firefox-clang/third_party/sqlite3/ext/sqlite-vec/sqlite-vec.cvec0_get_latest_chunk_rowid4393703rd function call argument is an uninitialized valueView Report
Logic errorUninitialized argument valueroot/firefox-clang/third_party/sqlite3/ext/sqlite-vec/sqlite-vec.cvec0_get_partition_value_for_rowid4202313rd function call argument is an uninitialized valueView Report
Logic errorUninitialized argument valueroot/firefox-clang/third_party/sqlite3/ext/sqlite-vec/sqlite-vec.cvec0_get_vector_data4124305th function call argument is an uninitialized valueView Report
Logic errorUninitialized argument valueroot/firefox-clang/third_party/sqlite3/ext/sqlite-vec/sqlite-vec.cvec0_new_chunk4680563rd function call argument is an uninitialized valueView Report
Logic errorUninitialized argument valueroot/firefox-clang/third_party/sqlite3/ext/sqlite-vec/sqlite-vec.cvec0_result_metadata_value_for_rowid4279315th function call argument is an uninitialized valueView Report
Logic errorUninitialized argument valueroot/firefox-clang/intl/icu/source/common/uresbund.cppures_getUTF8String160962nd function call argument is an uninitialized valueView Report
Logic errorUninitialized argument valueroot/firefox-clang/intl/icu/source/common/uresbund.cppures_getUTF8StringByIndex194062nd function call argument is an uninitialized valueView Report
Logic errorUninitialized argument valueroot/firefox-clang/intl/icu/source/common/uresbund.cppures_getUTF8StringByKey263762nd function call argument is an uninitialized valueView Report
Logic errorUninitialized argument valueroot/firefox-clang/intl/icu/source/common/ustrenum.cppsnext7962nd function call argument is an uninitialized valueView Report
Logic errorUninitialized argument valueroot/firefox-clang/media/ffvpx/libavcodec/vaapi_decode.cvaapi_decode_find_best_format386265th function call argument is an uninitialized valueView Report
Logic errorUnix APIroot/firefox-clang/mozglue/static/lz4/lz4.cLZ4_saveDict18279Null pointer passed as 1st argument to memory copy functionView Report
Logic errorUnix APIroot/firefox-clang/mozglue/static/lz4/lz4hc.cLZ4_saveDictHC175311Null pointer passed as 1st argument to memory copy functionView Report
Logic errorUnix APIroot/firefox-clang/intl/icu/source/i18n/unum.cppunum_parseDecimal46710Null pointer passed as 1st argument to string copy functionView Report
Memory errorUse of zero allocatedroot/firefox-clang/third_party/msgpack/src/vrefbuffer.cmsgpack_vrefbuffer_append_ref1189Use of memory allocated with size zeroView Report
Memory errorUse-after-freeroot/firefox-clang/dom/indexedDB/ActorsParent.cppRelease207035Use of memory after it is releasedView Report
Memory errorUse-after-freeroot/firefox-clang/dom/indexedDB/ActorsParent.cppRelease288347Use of memory after it is releasedView Report
Memory errorUse-after-freeroot/firefox-clang/mfbt/RefPtr.hforget28722Use of memory after it is releasedView Report
Memory errorUse-after-freeroot/firefox-clang/mfbt/RefPtr.hget31431Use of memory after it is releasedView Report
Memory errorUse-after-freeroot/firefox-clang/mfbt/RefPtr.h~RefPtr8048Use of memory after it is releasedView Report
Memory errorUse-after-freeroot/firefox-clang/gfx/skia/skia/include/core/SkRefCnt.h~sk_sp25640Use of memory after it is releasedView Report
Memory errorUse-after-freeroot/firefox-clang/netwerk/sctp/src/netinet/sctp_asconf.csctp_asconf_find_param157751Use of memory after it is releasedView Report
C++ move semanticsUse-after-moveroot/firefox-clang/dom/indexedDB/ActorsParent.cppPopulateResponseFromStatement2078375Moved-from object 'previousKey' is movedView Report
C++ move semanticsUse-after-moveroot/firefox-clang/mozglue/tests/TestBaseProfiler.cppoperator()386815Method called on moved-from object 'bsv'View Report
C++ move semanticsUse-after-moveroot/firefox-clang/mfbt/tests/TestHashTable.cppTestMoveConstructor3138Method called on moved-from object 'map'View Report
C++ move semanticsUse-after-moveroot/firefox-clang/mfbt/tests/TestLinkedList.cppTestMove2623Method called on moved-from object 'c2'View Report
C++ move semanticsUse-after-moveroot/firefox-clang/mfbt/tests/TestMaybe.cppTestCopyAndMove632122Method called on moved-from object 'src'View Report
C++ move semanticsUse-after-moveroot/firefox-clang/mfbt/tests/TestMaybe.cppTestCopyAndMove642131Method called on moved-from object 'src'View Report
C++ move semanticsUse-after-moveroot/firefox-clang/mfbt/tests/TestUniquePtr.cppTestArray43420Method called on moved-from object 'n1'View Report
C++ move semanticsUse-after-moveroot/firefox-clang/mfbt/tests/TestUniquePtr.cppTestDefaultFreeGuts9720Method called on moved-from object 'n1'View Report
C++ move semanticsUse-after-moveroot/firefox-clang/mfbt/tests/TestUniquePtr.cppTestReferenceDeleterGuts28314Method called on moved-from object 'id1'View Report
C++ move semanticsUse-after-moveroot/firefox-clang/mfbt/tests/TestVariant.cpptestMove3978Method called on moved-from object 'v1'View Report
C++ move semanticsUse-after-moveroot/firefox-clang/mfbt/tests/TestVector.cpptestReserved5235Method called on moved-from object 'bv'View Report
C++ move semanticsUse-after-moveroot/firefox-clang/mfbt/tests/TestVector.cpptestReserved8083Method called on moved-from object 'iv'View Report
C++ move semanticsUse-after-moveroot/firefox-clang/third_party/llama.cpp/ggml/src/ggml-backend-meta.cppggml_backend_meta_buffer_type_context2568Method called on moved-from object 'simple_bufts' of type 'std::vector'View Report
C++ move semanticsUse-after-moveroot/firefox-clang/third_party/llama.cpp/ggml/src/ggml-backend-meta.cppggml_backend_meta_device_context677Method called on moved-from object 'simple_devs' of type 'std::vector'View Report
Error handlingValue of 'errno' could be undefinedroot/firefox-clang/third_party/abseil-cpp/absl/strings/internal/str_format/output.ccWrite607An undefined value may be read from 'errno'View Report
Error handlingValue of 'errno' was not checkedroot/firefox-clang/modules/libmar/src/mar_read.cmar_fpopen23411Value of 'errno' was not checked and may be overwritten by function 'fprintf'View Report
Error handlingValue of 'errno' was not checkedroot/firefox-clang/modules/libmar/src/mar_read.cmar_fpopen23813Value of 'errno' was not checked and may be overwritten by function 'fprintf'View Report
Error handlingValue of 'errno' was not checkedroot/firefox-clang/modules/libmar/src/mar_read.cmar_fpopen24413Value of 'errno' was not checked and may be overwritten by function 'malloc'View Report
Error handlingValue of 'errno' was not checkedroot/firefox-clang/intl/icu/source/common/putil.cppcompareBinaryFiles93531Value of 'errno' was not checked and may be overwritten by function 'memset'View Report
Error handlingValue of 'errno' was not checkedroot/firefox-clang/intl/icu/source/common/putil.cppcompareBinaryFiles95231Value of 'errno' was not checked and may be overwritten by function 'fclose'View Report
Error handlingValue of 'errno' was not checkedusr/include/string.hstrrchr2816Value of 'errno' was not checked and may be overwritten by function '__builtin_strrchr'View Report

Analyzer Failures

The analyzer had problems processing the following files:

ProblemSource FilePreprocessed FileSTDERR Output
Crashroot/firefox-clang/third_party/rust/glslopt/glsl-optimizer/src/compiler/glsl/ir_constant_expression.cppclang_crash_nIYsyi.iiclang_crash_nIYsyi.ii.stderr.txt

Please consider submitting preprocessed files as bug reports.