Closed Bug 1477913 Opened 6 years ago Closed 6 years ago

Uninitialised value use in js::wasm::AstValType::code

Categories

(Core :: JavaScript: WebAssembly, defect)

defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 1477329

People

(Reporter: jseward, Unassigned)

Details

Attachments

(2 files)

STR:

(cd ../src && autoconf-2.13) && CC="ccache gcc" CXX="ccache g++" \
 ../src/configure   --enable-debug --enable-optimize="-g -Og" \
 --enable-valgrind --disable-jemalloc

(then build)

vTRUNK --track-origins=yes --px-default=allregs-at-mem-access \
  --px-file-backed=unwindregs-at-mem-access --fair-sched=yes \
  --fullpath-after=/MOZ/ --trace-children=yes --error-limit=no \
  --show-mismatched-frees=no ./dist/bin/js --no-wasm-ion --wasm-gc 
  ../../../MC-WASM/testgcmap2.js
Attached file Valgrind complaints
Let's fix bug 1477329 first and then try again.  I'll get that done today.
It's not immediately clear to me what's going on.  It's complaining
about |if (which_ == IsValType)| in AstValType::code(), which is a 
bit surprising given that all of the constructors set |which_|.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: