googleprojectzero / googleprojectzero/fuzzilli
Compile error
Open
Nobody has claimed this yet.
- Dominant language
- Swift
- Stars
- 2.3k
- Forks
- 367
- Avg merge
- 23h 53m
- Merged PRs (30d)
- 1
Description
environment:
Linux kali 6.5.0-kali3-amd64
swift 6.0.3
compile error as follow:
Building for debugging...
/home/kali/Fuzz/fuzzilli/Sources/Fuzzilli/Lifting/WasmLifter.swift:595:55: error: cannot call value of non-function type 'Int'
let numDefinedTablesWithEntries = self.tables.count { instruction in
^
error: fatalError
whether is the swift version too high?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with Sources/Fuzzilli/Lifting/WasmLifter.swift around line 595 and reproduce the build using Swift 6.0.3 on the reported Linux environment. Determine whether the count call is incompatible with this Swift version; done means the project builds successfully without this compile error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- swift
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100