-
-
Notifications
You must be signed in to change notification settings - Fork 408
fix: prevent SubClassFinder availability crash #8457
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Draft
philipphofmann
wants to merge
40
commits into
main
Choose a base branch
from
fix/subclassfinder-availability-crash
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from 21 commits
Commits
Show all changes
40 commits
Select commit
Hold shift + click to select a range
b60f3c5
fix: prevent SubClassFinder availability crash (#8152)
philipphofmann 81b9ddb
fix: guard classes(forImage:) to iOS/tvOS/visionOS
philipphofmann 3d5efa0
ditch changes
philipphofmann 62b002c
fix: gate classes(forImage:) to 64-bit archs
philipphofmann b4755ae
fix: address SubClassFinder review feedback
philipphofmann 9154217
ref: tidy classes(forImage:) comments and image match
philipphofmann 2c936e5
ref: hoist magic check out of rebind closure
philipphofmann 261743f
docs: note why image count is read once
philipphofmann a0fc0db
test: drop unused SwiftUI import in SubClassFinder tests
philipphofmann 521b591
ref: log skipped images in classes(forImage:)
philipphofmann 3a199bb
test: rename diff test and apply arrange-act-assert
philipphofmann b83614b
docs: record arm64e device validation in handoff
philipphofmann 1fcd2e5
docs: clarify why background class inspection is safe
philipphofmann 953fc8a
ref: read classlist as AnyClass?, drop unsafeBitCast
philipphofmann c4c9502
test: cover null entry in classlist section parsing
philipphofmann 38a6aad
ref: pass class pointers directly to swizzle block
philipphofmann 89f5a62
Merge remote-tracking branch 'origin/main' into fix/subclassfinder-avβ¦
philipphofmann 6e8284f
docs: sync handoff with current state
philipphofmann 198a727
docs: record Finding 3 verdict for PR 8457
philipphofmann 8b6cf2b
docs: mark SubClassFinder Finding 2 as open
philipphofmann 45a729b
docs: correct classes(forImage:) dyld unload-race comment
philipphofmann 70c49fd
handoff
philipphofmann 36be499
Merge branch 'main' into fix/subclassfinder-availability-crash
philipphofmann 7f03dac
changelog
philipphofmann 2aa8fa3
ref: gate SubClassFinder to 64-bit archs
philipphofmann db5e8a8
docs: clarify SubClassFinder image-unload limitation
philipphofmann 3a3abd4
ref: extract SentryImageClassProvider from wrapper
philipphofmann dc1572a
docs: sync handoff and review with provider extraction
philipphofmann af5d804
docs: explain swizzling @available-gated view controllers
philipphofmann 085798a
docs: track gated-class behavior and provider extraction
philipphofmann 7326782
test: add SubClassFinder #8152 regression fixture
philipphofmann 65d8331
docs: correct gated-VC swizzle-safety claim
philipphofmann 406b1e6
Merge remote-tracking branch 'origin/main' into fix/subclassfinder-avβ¦
philipphofmann 9088a72
docs: trim SubClassFinder tracking docs to open work
philipphofmann 66f2ada
docs: record deferred-swizzle design for Finding 4
philipphofmann 814bcda
test: exclude gated crasher fixtures from swizzling
philipphofmann eff8fe4
docs: move deferred findings to GH-8548
philipphofmann 8a0b3f5
docs: point changelog at residual-crash issue
philipphofmann e4515ed
Merge branch 'main' into fix/subclassfinder-availability-crash
philipphofmann d8d7a46
Merge branch 'main' into fix/subclassfinder-availability-crash
philipphofmann File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.