Error: CLANG_WARNING: [#def1] mozjs115-115.7.0-build/firefox-115.7.0/js/src/jsmath.cpp:11: included_from: Included from here. mozjs115-115.7.0-build/firefox-115.7.0/js/src/jsmath.h:12: included_from: Included from here. mozjs115-115.7.0-build/firefox-115.7.0/js/src/NamespaceImports.h:15: included_from: Included from here. mozjs115-115.7.0-build/firefox-115.7.0/js/src/dist/include/js/CallNonGenericMethod.h:12: included_from: Included from here. mozjs115-115.7.0-build/firefox-115.7.0/js/src/dist/include/js/CallArgs.h:74: included_from: Included from here. mozjs115-115.7.0-build/firefox-115.7.0/js/src/dist/include/js/Value.h:868:5: warning[core.NullDereference]: Dereference of null pointer # 866| return false; # 867| } # 868|-> MOZ_RELEASE_ASSERT(whyMagic() == why); # 869| return true; # 870| } Error: COMPILER_WARNING (CWE-457): [#def2] mozjs115-115.7.0-build/firefox-115.7.0/js/src/dist/include/mozilla/Maybe.h:349:55: warning[-Wmaybe-uninitialized]: ‘MEM[(struct Maybe &)aDst_311 + 16].D.223014’ may be used uninitialized # 349 | class MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS Maybe # | ^~~~~ # 347| */ # 348| template <class T> # 349|-> class MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS Maybe # 350| : private detail::MaybeStorage<T>, # 351| public detail::Maybe_CopyMove_Enabler<T> { Error: COMPILER_WARNING (CWE-457): [#def3] mozjs115-115.7.0-build/firefox-115.7.0/js/src/dist/include/mozilla/Maybe.h:444:42: warning[-Wmaybe-uninitialized]: ‘MEM[(const struct Maybe *)aDst_311 + 16B].D.223014.mIsSome’ may be used uninitialized # 444 | constexpr bool isSome() const { return mIsSome; } # | ^~~~~~~ # 442| /* Methods that check whether this Maybe contains a value */ # 443| constexpr explicit operator bool() const { return isSome(); } # 444|-> constexpr bool isSome() const { return mIsSome; } # 445| constexpr bool isNothing() const { return !mIsSome; } # 446| Error: COMPILER_WARNING (CWE-457): [#def4] mozjs115-115.7.0-build/firefox-115.7.0/js/src/gc/Barrier.h:704:74: warning[-Wmaybe-uninitialized]: ‘MEM[(const struct HeapPtr &)aDst_153].D.259239’ may be used uninitialized # 704 | MOZ_IMPLICIT HeapPtr(const HeapPtr<T>& other) : WriteBarriered<T>(other) { # | ^ # 702| } # 703| # 704|-> MOZ_IMPLICIT HeapPtr(const HeapPtr<T>& other) : WriteBarriered<T>(other) { # 705| this->post(JS::SafelyInitialized<T>::create(), this->value); # 706| } Error: COMPILER_WARNING (CWE-457): [#def5] mozjs115-115.7.0-build/firefox-115.7.0/js/src/gc/Barrier.h:704:74: warning[-Wmaybe-uninitialized]: ‘MEM[(const struct HeapPtr &)aDst_178 + 8].D.259239’ may be used uninitialized # 704 | MOZ_IMPLICIT HeapPtr(const HeapPtr<T>& other) : WriteBarriered<T>(other) { # | ^ # 702| } # 703| # 704|-> MOZ_IMPLICIT HeapPtr(const HeapPtr<T>& other) : WriteBarriered<T>(other) { # 705| this->post(JS::SafelyInitialized<T>::create(), this->value); # 706| } Error: COMPILER_WARNING (CWE-457): [#def6] mozjs115-115.7.0-build/firefox-115.7.0/js/src/gc/Barrier.h:704:74: warning[-Wmaybe-uninitialized]: ‘MEM[(const struct HeapPtr &)aDst_178].D.259370’ may be used uninitialized # 704 | MOZ_IMPLICIT HeapPtr(const HeapPtr<T>& other) : WriteBarriered<T>(other) { # | ^ # 702| } # 703| # 704|-> MOZ_IMPLICIT HeapPtr(const HeapPtr<T>& other) : WriteBarriered<T>(other) { # 705| this->post(JS::SafelyInitialized<T>::create(), this->value); # 706| } Error: COMPILER_WARNING (CWE-457): [#def7] mozjs115-115.7.0-build/firefox-115.7.0/js/src/gc/Barrier.h:704:74: warning[-Wmaybe-uninitialized]: ‘MEM[(const struct HeapPtr &)aDst_199 + 8].D.259239’ may be used uninitialized # 704 | MOZ_IMPLICIT HeapPtr(const HeapPtr<T>& other) : WriteBarriered<T>(other) { # | ^ # 702| } # 703| # 704|-> MOZ_IMPLICIT HeapPtr(const HeapPtr<T>& other) : WriteBarriered<T>(other) { # 705| this->post(JS::SafelyInitialized<T>::create(), this->value); # 706| } Error: COMPILER_WARNING (CWE-457): [#def8] mozjs115-115.7.0-build/firefox-115.7.0/js/src/gc/Barrier.h:704:74: warning[-Wmaybe-uninitialized]: ‘MEM[(const struct HeapPtr &)aDst_199].D.259370’ may be used uninitialized # 704 | MOZ_IMPLICIT HeapPtr(const HeapPtr<T>& other) : WriteBarriered<T>(other) { # | ^ # 702| } # 703| # 704|-> MOZ_IMPLICIT HeapPtr(const HeapPtr<T>& other) : WriteBarriered<T>(other) { # 705| this->post(JS::SafelyInitialized<T>::create(), this->value); # 706| } Error: COMPILER_WARNING (CWE-457): [#def9] mozjs115-115.7.0-build/firefox-115.7.0/js/src/gc/Barrier.h:704:74: warning[-Wmaybe-uninitialized]: ‘MEM[(const struct HeapPtr &)aDst_418].D.259239’ may be used uninitialized # 704 | MOZ_IMPLICIT HeapPtr(const HeapPtr<T>& other) : WriteBarriered<T>(other) { # | ^ # 702| } # 703| # 704|-> MOZ_IMPLICIT HeapPtr(const HeapPtr<T>& other) : WriteBarriered<T>(other) { # 705| this->post(JS::SafelyInitialized<T>::create(), this->value); # 706| } Error: COMPILER_WARNING (CWE-457): [#def10] mozjs115-115.7.0-build/firefox-115.7.0/js/src/wasm/WasmValidate.cpp:2013:19: warning[-Wmaybe-uninitialized]: ‘MEM[(struct Vector *)&initExpr + 8B].mTail.D.251183.mCapacity’ may be used uninitialized # 2011| } # 2012| # 2013|-> Maybe<InitExpr> initExpr; # 2014| if (initExprPresent) { # 2015| InitExpr initializer;
analyzer-version-clang | 18.1.7 |
analyzer-version-cppcheck | 2.14.2 |
analyzer-version-gcc | 14.1.1 |
analyzer-version-gcc-analyzer | 14.1.1 |
analyzer-version-shellcheck | 0.10.0 |
diffbase-analyzer-version-clang | 18.1.7 |
diffbase-analyzer-version-cppcheck | 2.14.2 |
diffbase-analyzer-version-gcc | 14.1.1 |
diffbase-analyzer-version-gcc-analyzer | 14.1.1 |
diffbase-analyzer-version-shellcheck | 0.10.0 |
diffbase-enabled-plugins | clang, cppcheck, gcc, shellcheck |
diffbase-exit-code | 0 |
diffbase-host | ip-172-16-1-34.us-west-2.compute.internal |
diffbase-mock-config | fedora-41-x86_64 |
diffbase-project-name | mozjs115-115.12.0-1.fc41 |
diffbase-store-results-to | /tmp/tmpaz90rf9c/mozjs115-115.12.0-1.fc41.tar.xz |
diffbase-time-created | 2024-07-03 16:31:37 |
diffbase-time-finished | 2024-07-03 16:46:00 |
diffbase-tool | csmock |
diffbase-tool-args | '/usr/bin/csmock' '-r' 'fedora-41-x86_64' '-t' 'cppcheck,gcc,clang,shellcheck' '-o' '/tmp/tmpaz90rf9c/mozjs115-115.12.0-1.fc41.tar.xz' '--gcc-analyze' '/tmp/tmpaz90rf9c/mozjs115-115.12.0-1.fc41.src.rpm' |
diffbase-tool-version | csmock-3.5.3-1.el9 |
enabled-plugins | clang, cppcheck, gcc, shellcheck |
exit-code | 0 |
host | ip-172-16-1-34.us-west-2.compute.internal |
mock-config | fedora-41-x86_64 |
project-name | mozjs115-115.7.0-1.fc40 |
store-results-to | /tmp/tmp3_h0u3hh/mozjs115-115.7.0-1.fc40.tar.xz |
time-created | 2024-07-03 16:15:51 |
time-finished | 2024-07-03 16:30:17 |
title | Fixed defects |
tool | csmock |
tool-args | '/usr/bin/csmock' '-r' 'fedora-41-x86_64' '-t' 'cppcheck,gcc,clang,shellcheck' '-o' '/tmp/tmp3_h0u3hh/mozjs115-115.7.0-1.fc40.tar.xz' '--gcc-analyze' '/tmp/tmp3_h0u3hh/mozjs115-115.7.0-1.fc40.src.rpm' |
tool-version | csmock-3.5.3-1.el9 |