Skip to content
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

Fix additional strlcpy issue, simplify call paths #723

Merged
merged 2 commits into from
Feb 3, 2022

Conversation

mlw
Copy link
Contributor

@mlw mlw commented Feb 2, 2022

This PR streamlines the call paths the utilize strlcpy, removing an unnecessary length parameter and making use of an existing helper function. This also fixes an off-by-one issue in an existing call to strlcpy.

@mlw mlw requested review from russellhancox and tnek February 2, 2022 21:13
tnek
tnek previously approved these changes Feb 2, 2022
Source/santad/EventProviders/SNTEndpointSecurityManager.h Outdated Show resolved Hide resolved
@mlw mlw merged commit 0bd6a19 into google:main Feb 3, 2022
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.

3 participants