Skip to content

diagnostics_channel: validate before channel activation - #65313

Open
trivikr wants to merge 1 commit into
nodejs:mainfrom
trivikr:sqlite-diagnostics-native-tracing-with-invalid-callback
Open

diagnostics_channel: validate before channel activation#65313
trivikr wants to merge 1 commit into
nodejs:mainfrom
trivikr:sqlite-diagnostics-native-tracing-with-invalid-callback

Conversation

@trivikr

@trivikr trivikr commented Aug 15, 2026

Copy link
Copy Markdown
Member

Fixes: #65312

Validate the first subscription before calling markActive(). This prevents invalid callbacks from leaving channels active and notifying native consumers without an installed subscriber.


Assisted-by: codex:gpt-5.6-sol

Validate the first subscription before calling markActive().
This prevents invalid callbacks from leaving channels active and
notifying native consumers without an installed subscriber.

Signed-off-by: Kamat, Trivikram <16024985+trivikr@users.noreply.github.com>
Assisted-by: codex:gpt-5.6-sol
@nodejs-github-bot nodejs-github-bot added diagnostics_channel Issues and PRs related to diagnostics channel needs-ci PRs that need a full CI run. labels Aug 15, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

diagnostics_channel Issues and PRs related to diagnostics channel needs-ci PRs that need a full CI run.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

diagnostics_channel: invalid sqlite.db.query subscription activates native tracing

3 participants