genode/repos/libports/src/lib/qt5
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
..
dejavusans Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
patches q5: 'QTime::currentTime()' fix 2014-11-28 12:02:37 +01:00
qnitpickerviewwidget qt5: let QNitpickerViewWidget react to focus event 2014-12-04 16:26:22 +01:00
qpluginwidget Extract numeric string arguments with the correct signedness 2015-04-13 14:18:15 +02:00
qtbase/src qt5: let QNitpickerViewWidget react to focus event 2014-12-04 16:26:22 +01:00
qtdeclarative/src/imports/qtquick2 Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
qtwebkit/Source/WebCore Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
tools/lib_mk_file_generator Qt5: migrate to new ports mechanism 2014-08-22 16:16:40 +02:00
libc_dummies.cc Qt5: ARM-related improvements 2014-05-27 11:14:45 +02:00
qt_main.cc Qt5: use the Genode main thread 2014-06-06 14:54:08 +02:00