Rostislav Skudnov 8762512fdb Replace int -> uint to avoid signed integer overflow
An example of such an error (should be compiled with DEBUG_SANITIZE):

runtime error: left shift of 1 by 31 places cannot be represented in
type 'int'

Signed-off-by: Rostislav Skudnov <rostislav@tuxera.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2017-02-04 23:10:22 +01:00
..
2016-11-04 14:13:58 +01:00
2017-01-25 16:21:00 +01:00
2013-02-26 00:36:53 +01:00
2012-10-03 09:42:21 +02:00
2015-07-13 03:25:46 +02:00
2011-09-08 10:59:26 +02:00
2015-10-23 18:43:16 +02:00
2016-09-24 23:50:43 +02:00
2016-04-03 22:24:51 +02:00
2015-04-02 23:03:46 +02:00
2011-10-28 16:15:00 +02:00
2011-10-24 04:06:18 +02:00

Please see the LICENSE file for copyright information (GPLv2)

libbb is BusyBox's utility library.  All of this stuff used to be stuffed into
a single file named utility.c.  When I split utility.c to create libbb, some of
the very oldest stuff ended up without their original copyright and licensing
information (which is now lost in the mists of time).  If you see something
that you wrote that is mis-attributed, do let me know so we can fix that up.

	Erik Andersen
	<andersen@codepoet.org>