mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 20:42:56 +01:00
Even though the use of the C++ exception mechanism (and the implicit use of the cxx heap) is not a problem at the server side, this patch nevertheless replaces the exception-based return-value handling to make the code consistent with the ipc_call path. Issue #3612