genode/os/src
Stefan Kalkowski eeb2d95b1f block: prevent from dereferencing invalid pointers
Until now, block drivers had to deal with a pointer to the client
session component, e.g.: to acknowledge block packets already processed.
When a session was closed, the driver object wasn't informed explicitly,
which leads to defensive programming, or lastly to a race-condition in
test-blk-srv. To prevent from this class of errors, the pointer is now
private to the generic block driver base class, and not accessible to
the concrete driver implementation. Moreover, the driver gets explicitly
informed when a session got invalidated.

Ref #113
2014-02-25 14:58:02 +01:00
..
app cli_monitor: add a 'gdb' command 2013-10-29 18:08:29 +01:00
drivers block: prevent from dereferencing invalid pointers 2014-02-25 14:58:02 +01:00
init os: Move Genode::Config into 'config' library 2013-09-23 14:25:58 +02:00
lib os: handle ipc error in server framework 2014-02-25 14:58:01 +01:00
platform Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
server block: prevent from dereferencing invalid pointers 2014-02-25 14:58:02 +01:00
test block: prevent from dereferencing invalid pointers 2014-02-25 14:58:02 +01:00