genode/repos/ports/src
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
..
app Extract numeric string arguments with the correct signedness 2015-04-13 14:18:15 +02:00
lib noux: add local nanosleep(2) and sleep(3) 2015-02-16 13:40:35 +01:00
noux noux: prevent override in SYSCALL_STAT 2015-02-16 13:40:34 +01:00
noux-pkg libc: use correct type for dummy libc functions 2015-03-27 11:53:16 +01:00
test x86 vmm: add general multiprocessor support 2014-07-24 10:18:07 +02:00
virtualbox vbox: enable video acceleration (VBVA) 2015-04-13 14:18:15 +02:00