MM Investigate use of static variables

Open
#7 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
4/5
Estimated time
3-5 days
Newbie friendliness
35/100
Issue type
Refactor
Clarity
Needs clarification
Activity status
Stale
Tech stack
c
Domain
embedded-iot

Research direction

Locate MM_DumpInEventCmd and inspect how EventString is declared and used, including the surrounding memory-management behavior. Determine whether the static declaration is necessary to avoid stack usage; done means documenting the finding and, if appropriate, changing the declaration with relevant validation.

Written by the indexing model from the issue text.

Description

enhancement

In MM_DumpInEventCmd, EventString is declared as static to keep it off the stack. Need to investigate whether this is necessary.

Imported from GSFCCFS-1562

Dominant language
C
Stars
34
Forks
33
Avg merge
7d 17h
Merged PRs (30d)
1

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from nasa/MM

All issues in nasa/MM

Similar issues

More C issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.