Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix minor issues with code #105

Closed
ajinkyaraj-23 opened this issue Apr 22, 2024 · 0 comments · Fixed by #108
Closed

Fix minor issues with code #105

ajinkyaraj-23 opened this issue Apr 22, 2024 · 0 comments · Fixed by #108
Assignees

Comments

@ajinkyaraj-23
Copy link
Collaborator

  1. Add to Src/apdu_query.c :81 before resp[offset] = length;

    TZ_ASSERT(length <= NUM_ELEMENTS(g_hwm.baking_key.bip32_path.components),
    EXC_WRONG_LENGTH);

  2. Src/apdu_query.c:100 repititive code

  3. Src/key.c:90,108 magic numbers

  4. Src/operations.c:175 parse_z

  5. Src/type.h:214 remove todo

  6. Null pointer check

  7. BLIND signing reply on email, update [APDU.md](http://APDU.md)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant