genode/repos/ports/src/app/gdb_monitor
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
..
gdbserver Fix race condition in page fault notification 2014-07-24 10:18:07 +02:00
app_child.h Extract numeric string arguments with the correct signedness 2015-04-13 14:18:15 +02:00
append_list.h Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
cpu_root.h Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
cpu_session_component.cc thread API & CPU session: accounting of CPU quota 2014-11-28 12:02:37 +01:00
cpu_session_component.h thread API & CPU session: accounting of CPU quota 2014-11-28 12:02:37 +01:00
dataspace_object.h Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
gdb_stub_thread.cc Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
gdb_stub_thread.h Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
gdbserver_genode.patch Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
main.cc Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
ram_root.h Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
ram_session_component.cc base: introduce caching attributes (fix #1184) 2014-06-26 10:57:26 +02:00
ram_session_component.h base: introduce caching attributes (fix #1184) 2014-06-26 10:57:26 +02:00
rm_root.h Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
rm_session_component.cc Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
rm_session_component.h Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
rom.h Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
signal_handler_thread.cc Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
signal_handler_thread.h Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
target.mk GBD: migrate to new ports mechanism 2014-08-22 16:16:40 +02:00
thread_info.h Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00