I am really interested in the following 2 projects:
- malloc_info() changes the state of the heap (Issue #41)
- Cobra Static Analyzer and RTEMS (Issue #64)
Can I please get some guidance regarding how do I go about working on either of these 2 projects?
I am really interested in the following 2 projects:
Can I please get some guidance regarding how do I go about working on either of these 2 projects?
To work on the malloc_info you would first need to reproduce the bug and demonstrate that you understand what is happening with it. Beyond that it is about working out the design and plan for implementation to resolve it.
For the Cobra static analyzer, you would need to become familiar with that tool and how it is designed to work.