Attention is currently required from: fixeria.
Patch set 3:Verified +1Code-Review +1
2 comments:
Patchset:
This is not perfect yet. Nothing bad happens and everything still works but maybe there are users that believe they can pass a half baked --install-parameter hexstring and use --install-parameter-stk to add STK parameters. That would not work of course.
File pySim/global_platform/__init__.py:
Patch Set #3, Line 898: if opts.install_parameters is not None:
Now there is no check that makes sure that none of the opts.install_parameters_* is set. This means that when someone passes --install-parameters xyz in addition with for e.g. --install-parameters-volaitile-memory-quota 1234, the --install-parameters-volaitile-memory-quota parameter gets silently ignored.
To view, visit change 42310. To unsubscribe, or for help writing mail filters, visit settings.