Task #915 - fixed.err
back to task #915download
Error: CLANG_WARNING: 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): 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): 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): 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): 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): 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): 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): 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): 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): 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;