tailscale: Update build.sh to use fuzz script in tailscale repo - #15996
Open
jentfoo wants to merge 1 commit into
Open
tailscale: Update build.sh to use fuzz script in tailscale repo#15996jentfoo wants to merge 1 commit into
jentfoo wants to merge 1 commit into
Conversation
|
jentfoo is a new contributor to projects/tailscale. The PR must be approved by known contributors before it can be merged. The past contributors are: danderson, hunsche, catenacyber, kyakdan, 0roman |
bradfitz
approved these changes
Aug 31, 2026
jentfoo
added a commit
to tailscale/tailscale
that referenced
this pull request
Aug 31, 2026
This change expands on #20862 to allow our oss-fuzz.sh script to be flexible for go1.27 (and future go versions without needing oss-fuzz changes). The [PR on oss-fuzz](google/oss-fuzz#15996) has been updated to no longer pin the go version. Updates tailscale/corp#46608 Change-Id: If5c7fe9e4171d9f31b4a767e9ec372d5e0edbe0d Signed-off-by: Mike Jensen <mikej@tailscale.com>
jentfoo
force-pushed
the
patch-2
branch
2 times, most recently
from
September 1, 2026 20:41
1ef9227 to
5448880
Compare
Contributor
Author
|
@AdamKorcz and @DavidKorczynski, this PR should now be good to merge. The Tailscale PR (as well as several subsequent ones) have been merged and the build appears to be working now. For reference I was added to Tailscale in the oss-fuzz PR here: #15995 Can you please merge and approve this PR so we can expand the coverage we are getting within oss-fuzz? Thank you! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This updates our build script to reference a script contained within the Tailscale repo (see PR tailscale/tailscale#20862 ). This will expand the fuzzing we are doing under oss-fuzz.