genode/repos/base/src
Josef Söntgen 2490e399dc ldso: check binary pointer before lookup
Check if the binary pointer is valid before attempting to lookup the
symbol. Shared objects with unresolved symbols and missing depencies,
e.g a library that references 'errno' but is not linked against libc,
will now produce an error message when they are loaded by the dynamic
linker.

Fixes #1904.
2016-03-08 17:07:36 +01:00
..
base base: hide internals of the Thread API 2016-03-07 12:34:46 +01:00
core core: increase initial quota to 224K 2016-03-07 12:34:47 +01:00
include base: hide internals of the Thread API 2016-03-07 12:34:46 +01:00
ld Introduce 'spec' subdirectories to outline aspects 2015-09-16 13:58:50 +02:00
lib ldso: check binary pointer before lookup 2016-03-08 17:07:36 +01:00
test use Arg_string::set_arg_string to set session labels 2016-03-07 16:10:32 +01:00
README Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00

README

This directory contains all source codes.