Skip to content

Replace strdupa with strdup#15787

Merged
ckolli5 merged 2 commits intobazelbuild:release-5.3.0from
ckolli5:ck/cherrypick-15763
Jul 2, 2022
Merged

Replace strdupa with strdup#15787
ckolli5 merged 2 commits intobazelbuild:release-5.3.0from
ckolli5:ck/cherrypick-15763

Conversation

@ckolli5
Copy link
Copy Markdown

@ckolli5 ckolli5 commented Jul 1, 2022

Strdupa has potential to be unsafe thanks to the possibly unbound stack
usage. It also generates warnings when compiled on musl. This commit
therefore replaces it with properly checked heap allocation using
strdup.

Fixes #15729

Closes #15763.

PiperOrigin-RevId: 458440234
Change-Id: I8c8574f654295086f767b4fc4ca6fc1e59097beb

Tomas Volf and others added 2 commits July 1, 2022 10:14
Strdupa has potential to be unsafe thanks to the possibly unbound stack
usage. It also generates warnings when compiled on musl. This commit
therefore replaces it with properly checked heap allocation using
strdup.

Fixes #15729

Closes #15763.

PiperOrigin-RevId: 458440234
Change-Id: I8c8574f654295086f767b4fc4ca6fc1e59097beb
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.

1 participant