Skip to content

Conversation

@jsberg-bnl
Copy link
Collaborator

The address sanitizer found this one (I was looking for the cause of an unrelated crash). The original code was calling strcat on overlapping strings, which doesn't necessarily work. Fixed the code to allocate a string to hold the concatenation then immediately free it when we're done with it.

@rdemaria rdemaria merged commit 4e0f374 into MethodicalAcceleratorDesign:master Oct 17, 2025
14 of 33 checks passed
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