-
Notifications
You must be signed in to change notification settings - Fork 279
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
/snap/go/10489/src/crypto/internal/bigmod/nat_asm.go:21: misplaced compiler directive #354
Comments
这是来自QQ邮箱的假期自动回复邮件。您好,我最近正在休假中,无法亲自回复您的邮件。我将在假期结束后,尽快给您回复。
|
i just pushed a few commits that should help with this. please make sure you've got the very latest version of go-fuzz and try again. if that doesn't work, please provide a public-code-only complete fuzz file that doesn't build. thanks. |
Hello, |
that should work you should be able to run it anywhere |
I still get the same problem. "misplaced compiler directive" |
|
package integration import ( func Fuzz(data []byte) int { |
The fix your provided to me is already there in the latest version of go-fuzz. However, I still have the same error: Should I change the go-fuzz version to 1.14? |
这是来自QQ邮箱的假期自动回复邮件。您好,我最近正在休假中,无法亲自回复您的邮件。我将在假期结束后,尽快给您回复。
|
I'm getting the same bug with the following latest versions go.sum: go install github.com/dvyukov/go-fuzz/go-fuzz@latest github.com/dvyukov/go-fuzz/go-fuzz-build@latest $ ~/go/bin/go-fuzz-build crypto/internal/bigmod/usr/local/go/src/crypto/internal/bigmod/nat_asm.go:21: misplaced compiler directive |
这是来自QQ邮箱的假期自动回复邮件。您好,我最近正在休假中,无法亲自回复您的邮件。我将在假期结束后,尽快给您回复。
|
There is an workaround. You can avoid transpiling module in question.
|
When I ran go-fuzz-build, I encountered this problem:
failed to execute go build: exit status 1
crypto/internal/bigmod
/snap/go/10489/src/crypto/internal/bigmod/nat_asm.go:21: misplaced compiler directive
Is this because the go that my program is using does not match the go that installed on my machine?
The text was updated successfully, but these errors were encountered: