Skip to content

Fixed potential array overflow in alloc_recv_array#432

Merged
davidbowler merged 1 commit intodevelopfrom
bugfix-ON-NPT-MD
Feb 10, 2026
Merged

Fixed potential array overflow in alloc_recv_array#432
davidbowler merged 1 commit intodevelopfrom
bugfix-ON-NPT-MD

Conversation

@davidbowler
Copy link
Contributor

The variable nreq passed to MPI_Recv was allocated as an array with the wrong size, but can be simple integer as it is passed to a blocking receive.

The variable nreq passed to MPI_Recv was allocated
as an array with the wrong size, but can be simple
integer as it is passed to a blocking receive.
@davidbowler davidbowler added this to the Release v1.5 milestone Feb 10, 2026
@davidbowler davidbowler self-assigned this Feb 10, 2026
@davidbowler davidbowler merged commit ef7d092 into develop Feb 10, 2026
8 checks passed
@davidbowler davidbowler deleted the bugfix-ON-NPT-MD branch February 10, 2026 16:08
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