Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Fix GH-20002: build on BSD with MSAN #20032

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
outtersg wants to merge 1 commit into php:master from outtersg:gh20002
Closed

Conversation

Copy link
Contributor

@outtersg outtersg commented Oct 1, 2025
edited
Loading

See #20002.

The #if to have instrumented versions of strlcpy and strlcat was too inclusive, and defined them even on *BSD that indeed have those already defined, resulting in "duplicate symbol" at linking.

We use a really simple heuristic here (OSes that are used to have instrumented strlcpy and strlcat already defined in their msan library do not redefine them).

Copy link
Member

@iluuu1994 iluuu1994 left a comment

Choose a reason for hiding this comment

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

LGTM otherwise, thanks!

The #if to have instrumented versions of strlcpy and strlcat was too
inclusive, and defined them even on *BSD that indeed have those already
defined, resulting in "duplicate symbol" at linking.
Copy link
Member

Great, thank you @outtersg!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Reviewers

@iluuu1994 iluuu1994 iluuu1994 approved these changes

@dstogov dstogov Awaiting requested review from dstogov dstogov is a code owner

Assignees
No one assigned
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

AltStyle によって変換されたページ (->オリジナル) /