microsoft / microsoft/ProcDump-for-Linux
Completion of error handling
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- C
- Stars
- 3.1k
- Forks
- 327
- Avg merge
- 3d 10h
- Merged PRs (30d)
- 7
Description
Would you like to add more error handling for return values from functions like the following?
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 by reviewing the return-value handling around InitNamedEvent in src/Events.c at line 66 and WaitForMultipleObjects in src/Handle.c at line 157. Compare these calls with existing error-handling patterns in the project and identify which cited failures lack handling; done means the relevant return values are checked consistently.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- c
- Domain
- cli, devtools
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100