Task #915 - added.err

back to task #915
download
Error: COMPILER_WARNING (CWE-457):
mozjs115-115.12.0-build/firefox-115.12.0/js/src/dist/include/mozilla/Maybe.h:349:55: warning[-Wmaybe-uninitialized]: ‘MEM[(struct Maybe &)aDst_311 + 16].D.223081’ 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.12.0-build/firefox-115.12.0/js/src/dist/include/mozilla/Maybe.h:444:42: warning[-Wmaybe-uninitialized]: ‘MEM[(const struct Maybe *)aDst_311 + 16B].D.223081.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.12.0-build/firefox-115.12.0/js/src/gc/Barrier.h:704:74: warning[-Wmaybe-uninitialized]: ‘MEM[(const struct HeapPtr &)aDst_153].D.259306’ 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.12.0-build/firefox-115.12.0/js/src/gc/Barrier.h:704:74: warning[-Wmaybe-uninitialized]: ‘MEM[(const struct HeapPtr &)aDst_178 + 8].D.259306’ 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.12.0-build/firefox-115.12.0/js/src/gc/Barrier.h:704:74: warning[-Wmaybe-uninitialized]: ‘MEM[(const struct HeapPtr &)aDst_178].D.259437’ 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.12.0-build/firefox-115.12.0/js/src/gc/Barrier.h:704:74: warning[-Wmaybe-uninitialized]: ‘MEM[(const struct HeapPtr &)aDst_199 + 8].D.259306’ 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.12.0-build/firefox-115.12.0/js/src/gc/Barrier.h:704:74: warning[-Wmaybe-uninitialized]: ‘MEM[(const struct HeapPtr &)aDst_199].D.259437’ 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.12.0-build/firefox-115.12.0/js/src/gc/Barrier.h:704:74: warning[-Wmaybe-uninitialized]: ‘MEM[(const struct HeapPtr &)aDst_418].D.259306’ 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.12.0-build/firefox-115.12.0/js/src/wasm/WasmValidate.cpp:2013:19: warning[-Wmaybe-uninitialized]: ‘MEM[(struct Vector *)&initExpr + 8B].mTail.D.251250.mCapacity’ may be used uninitialized
# 2011|     }
# 2012|   
# 2013|->   Maybe<InitExpr> initExpr;
# 2014|     if (initExprPresent) {
# 2015|       InitExpr initializer;