Skip to content

skia: fix build - #16094

Merged
AdamKorcz merged 1 commit into
masterfrom
skia-disable-partition-alloc
Sep 2, 2026
Merged

skia: fix build#16094
AdamKorcz merged 1 commit into
masterfrom
skia-disable-partition-alloc

Conversation

@DavidKorczynski

@DavidKorczynski DavidKorczynski commented Sep 2, 2026

Copy link
Copy Markdown
Collaborator

Skia already intends to disable the shim under sanitizers (build_overrides/partition_alloc.gni: "Sanitizers replace the allocator, don't replace it ourselves"), but that guard tests the sanitize GN arg, which OSS-Fuzz never sets — it passes -fsanitize= via extra_cflags. The flag forces the outcome Skia already wanted

Signed-off-by: David Korczynski <david@adalogics.com>
@DavidKorczynski

DavidKorczynski commented Sep 2, 2026

Copy link
Copy Markdown
Collaborator Author

@kjlubick could you help review this one?

For reference, this came following some debug in other efforts of trying to fix Skia: #16084 (comment)

@kjlubick

kjlubick commented Sep 2, 2026

Copy link
Copy Markdown
Contributor

LGTM

@AdamKorcz
AdamKorcz merged commit 6741bac into master Sep 2, 2026
22 checks passed
@AdamKorcz
AdamKorcz deleted the skia-disable-partition-alloc branch September 2, 2026 19:02
@DavidKorczynski DavidKorczynski mentioned this pull request Sep 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants