Skip to content

wasi_socket_ext.c: avoid tls to make this library-friendly (#4338)

7f968f5
Select commit
Loading
Failed to load commit list.
Closed

Merge main branch into dev/shared_heap #4355

wasi_socket_ext.c: avoid tls to make this library-friendly (#4338)
7f968f5
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Jun 11, 2025 in 3s

3 new alerts

New alerts in code changed by this pull request

  • 3 notes

Alerts not introduced by this pull request might have been detected because the code changes were too large.

See annotations below for details.

View all branch alerts.

Annotations

Check notice on line 7450 in core/iwasm/interpreter/wasm_interp_fast.c

See this annotation in the file changed.

Code scanning / CodeQL

Long switch case Note

Switch has at least one case that is too long:
SIMD_v8x16_swizzle (36 lines)
.
Switch has at least one case that is too long:
SIMD_v128_any_true (32 lines)
.

Check notice on line 417 in core/iwasm/interpreter/wasm_loader.c

See this annotation in the file changed.

Code scanning / CodeQL

Unused static function Note

Static function check_function_type is unreachable (
wasm_loader_prepare_bytecode
must be removed at the same time)
Static function check_function_type is unreachable (
load_import_section
must be removed at the same time)
Static function check_function_type is unreachable (
load_function_section
must be removed at the same time)
Static function check_function_type is unreachable (
load_function_import
must be removed at the same time)
Static function check_function_type is unreachable (
load
must be removed at the same time)
Static function check_function_type is unreachable (
load_from_sections
must be removed at the same time)

Check notice on line 9645 in core/iwasm/interpreter/wasm_loader.c

See this annotation in the file changed.

Code scanning / CodeQL

Unused static function Note

Static function cmp_v128_const is unreachable (
wasm_loader_prepare_bytecode
must be removed at the same time)
Static function cmp_v128_const is unreachable (
wasm_loader_get_const_offset
must be removed at the same time)
Static function cmp_v128_const is unreachable (
load
must be removed at the same time)
Static function cmp_v128_const is unreachable (
load_from_sections
must be removed at the same time)

Check notice on line 21 in product-mini/platforms/posix/main.c

See this annotation in the file changed.

Code scanning / CodeQL

Include header files only Note

The #include pre-processor directive should only be used to include header files.