Skip to content

fix(wasm): zero-initialize WASM page buffers to prevent memory corruption - #12

Merged
diegosouzapw merged 1 commit into
mainfrom
fix/port-pr-142-zero-init-wasm-buffers
May 23, 2026
Merged

fix(wasm): zero-initialize WASM page buffers to prevent memory corruption#12
diegosouzapw merged 1 commit into
mainfrom
fix/port-pr-142-zero-init-wasm-buffers

fix(wasm): zero-initialize WASM page buffers to prevent memory corrup…

5b2067c
Select commit
Loading
Failed to load commit list.
SonarQubeCloud / SonarCloud Code Analysis failed May 23, 2026 in 17s

Quality Gate failed

Annotations

Check warning on line 3104 in lib/terminal.test.ts

See this annotation in the file changed.

@sonarqubecloud sonarqubecloud / SonarCloud Code Analysis

Prefer using an optional chain expression instead, as it's more concise and easier to read.

See more on https://sonarcloud.io/project/issues?id=diegosouzapw_ghostty-web&issues=AZ5Vxf8MOZg2hyVepSnQ&open=AZ5Vxf8MOZg2hyVepSnQ&pullRequest=12

Check warning on line 3105 in lib/terminal.test.ts

See this annotation in the file changed.

@sonarqubecloud sonarqubecloud / SonarCloud Code Analysis

Prefer `childNode.remove()` over `parentNode.removeChild(childNode)`.

See more on https://sonarcloud.io/project/issues?id=diegosouzapw_ghostty-web&issues=AZ5Vxf8MOZg2hyVepSnR&open=AZ5Vxf8MOZg2hyVepSnR&pullRequest=12