genode/repos/base/src/core
Christian Prochaska 0fd53c7fe4 Extract numeric string arguments with the correct signedness
There are lots of places where a numeric argument of an argument string
gets extraced as signed long value and then assigned to an unsigned long
variable. If the value in the string was negative, it would not be
detected as invalid (and replaced by the default value), but become a
positive bogus value.

With this patch, numeric values which are supposed to be unsigned get
extracted with the 'ulong_value()' function, which returns the default
value for negative numbers.

Fixes #1472
2015-04-13 14:18:15 +02:00
..
include Extract numeric string arguments with the correct signedness 2015-04-13 14:18:15 +02:00
x86 Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
context_area.cc base: introduce caching attributes (fix #1184) 2014-06-26 10:57:26 +02:00
core_mem_alloc.cc base: support range restriction in allocator 2015-02-16 13:40:38 +01:00
cpu_session_component.cc Extract numeric string arguments with the correct signedness 2015-04-13 14:18:15 +02:00
dataspace_component.cc Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
dump_alloc.cc Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
io_mem_session_component.cc base: introduce caching attributes (fix #1184) 2014-06-26 10:57:26 +02:00
main.cc thread API & CPU session: accounting of CPU quota 2014-11-28 12:02:37 +01:00
mb_info.h Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
multiboot_info.cc Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
pd_session_component.cc base: propagate bind_thread result of pd_session 2015-03-13 12:17:23 +01:00
platform_services.cc Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
ram_session_component.cc Extract numeric string arguments with the correct signedness 2015-04-13 14:18:15 +02:00
rm_session_component.cc Fix race condition in page fault notification 2014-07-24 10:18:07 +02:00
rom_session_component.cc base: introduce caching attributes (fix #1184) 2014-06-26 10:57:26 +02:00
signal_session_component.cc Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
signal_source_component.cc Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
trace_session_component.cc Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
version.cc Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
version.inc Adapt version generation to new directory layout 2014-05-27 11:14:44 +02:00