genode/repos/gems/include
Martin Stein df7de17435 vfs/cbe_trust_anchor: sync hashfile-handle close
Closing the hashfile handle after a write operation wasn't synchronised to the
actual end of the write operation.

Issuing a write operation at the back end returns successfull as soon as the
back end has acknowledged that it will execute the operation. However, the
actual writing of the data might still be in progress at this point. But the
plugin used to close the file handle and declare the operation finished at this
point which led to warnings about acks on unknown file handles and leaking
resources. Now, the plugin issues a sync operation directly after the write
operation and waits for the sync to complete. This ensures that the plugin
doesn't declare the operation finished too early.

Ref #4032
2021-10-13 14:50:45 +02:00
..
aes_cbc_4k Library for the AES-CBC en/decryption of 4K blocks 2019-04-09 12:30:35 +02:00
cbe vfs/cbe_trust_anchor: sync hashfile-handle close 2021-10-13 14:50:45 +02:00
depot depot_download: support downloading index files 2019-02-28 11:34:06 +01:00
gems Remove dithering from menu_view, themed decorator 2020-08-25 11:50:11 +02:00
nano3d nano3d: remove surface-clear optimization 2021-05-10 11:17:20 +02:00
polygon_gfx gems: enable strict warnings for more components 2019-01-30 13:35:28 +01:00