trussed-dev / trussed

Modern Cryptographic Firmware
https://trussed.dev
Apache License 2.0
405 stars 26 forks source link

Remove unnecessary request copy #135

Closed robin-nitrokey closed 10 months ago

robin-nitrokey commented 10 months ago

This patch removes an unnecessary take_request call from Service::process, reducing the stack usage by roughly 5 kB.

robin-nitrokey commented 10 months ago

Already reviewed an approved in https://github.com/Nitrokey/trussed/pull/30.