Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

Add protected region

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

Nobody has claimed this yet.

Assessment

Difficulty
3/5
Estimated time
1-2 days
Newbie friendliness
38/100
Issue type
Feature
Clarity
Mostly clear
Activity status
Stale
Tech stack
c
Domain
embedded-iot

Research direction

Start by locating the C code that handles the base address and assigns data into the Power PMAC buffer. Read how the buffer address is currently checked, then define the protected region as the first 8 bytes and verify that the base address cannot overlap it. Confirm the behavior with the available project checks, though no test file is named in the issue.

Written by the indexing model from the issue text.

Description

Add protection region value and check it against base address.

As minimum, the protected region should be the first 8 bytes, following the manual recommendation.
It might be interesting more restriction than that, due to the usage of ushm for simulated motors.

Dominant language
C
Stars
2
Forks
0
PR merge metrics
No merged PRs in 30d

Getting set up

We have not checked this project's setup files yet. Start from its README, and see our first-contribution guide for the general steps.

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 DiamondLightSource/ppmac_read_csv

All issues in DiamondLightSource/ppmac_read_csv

Similar issues

More C issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.