Skip to content

fix(spl): Fix duplicate authority in group_pointer_update - #4952

Open
spellsaif wants to merge 1 commit into
otter-sec:masterfrom
spellsaif:fix/group-pointer-update-signers
Open

fix(spl): Fix duplicate authority in group_pointer_update#4952
spellsaif wants to merge 1 commit into
otter-sec:masterfrom
spellsaif:fix/group-pointer-update-signers

Conversation

@spellsaif

Copy link
Copy Markdown

group_pointer_update was passing &[ctx.accounts.authority.key] into multisig_signers, causing authority to be marked as a non-signer and duplicated in the generated instruction accounts.

Changes

  • Pass &[] into spl_token_2022::extension::group_pointer::instruction::update, aligning with single-authority CPIs across other Token-2022 extension helpers (such as group_member_pointer and transfer_hook).

@vercel

vercel Bot commented Aug 20, 2026

Copy link
Copy Markdown

@spellsaif is attempting to deploy a commit to the OtterSec Team on Vercel.

A member of the Team first needs to authorize it.

@swaroop-osec swaroop-osec left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

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.

2 participants