-
Notifications
You must be signed in to change notification settings - Fork 2
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
Address audit report comments #203
Address audit report comments #203
Conversation
6ac03c4
to
b3f6497
Compare
b3f6497
to
84a4c2a
Compare
f19880d
to
982a2fd
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@@ -1,7 +1,5 @@ | |||
/* Tezos Ledger application - Some common primitives and some command handlers | |||
|
|||
TODO: split this file (apdu primitives and apdu handlers) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure whether we have any trace of these TODO
s.
Could you open an issue to make sure we don't forget them?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What about this one in app/src/ui_stream_nbgl.c ?
// TODO: this is handled by change_screen_right except we disable it
// to use it here. We should make ui_stream fully compatible with
// exception.h
Is this TODO
outdated ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Created #211 .
982a2fd
to
5b4e04c
Compare
Rebased on main. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is a forgotten FIXME
in
ledger-app-tezos-wallet/app/src/ui_stream.h
Lines 154 to 155 in 5b4e04c
// FIXME: workaround for issue with non-local control flow. Remove once | |
// fixed see !66 |
5b4e04c
to
a00fe3a
Compare
Fixed. The issue is same as #211 |
a00fe3a
to
4da7ac4
Compare
fixes #202