nervosnetwork / nervosnetwork/ckb-c-stdlib
`malloc` always returns `NULL`
Open
Nobody has claimed this yet.
- Dominant language
- C
- Stars
- 10
- Forks
- 16
- PR merge metrics
- No merged PRs in 30d
Description
Contributor guide
No contributing guide indexed for this repository
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
Read lib/impl.c at line 332 and trace the malloc entry point to determine why every call returns NULL. Reproduce the reported behavior with a minimal C use of malloc, then confirm that valid requests return usable allocated storage without breaking the allocator's existing behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- c
- Domain
- operating-systems
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100