libbsd/test
Guillem Jover 61b2dbb8f5 Fix dehumanize_number() to correctly detect overflows
Do not allow numbers greated than INT64_MAX and smaller than INT64_MIN.
Clarify the positive sign value by prefixing it with an explicit +.

Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=66909
2013-10-21 05:29:37 +02:00
..
.gitignore test: Add new humanize unit test 2013-05-27 03:41:48 +02:00
endian.c test: Add a unit test for endian encoder/decoder 2012-05-29 04:51:16 +02:00
fgetln.c test: Add new fgetln() and fgetwln() unit test 2013-05-27 02:49:28 +02:00
headers.c test: Add new headers unit test 2012-05-29 04:36:23 +02:00
humanize.c Fix dehumanize_number() to correctly detect overflows 2013-10-21 05:29:37 +02:00
Makefile.am Move setproctitle() automatic initialization to its own library 2013-07-14 13:32:11 +02:00
overlay.c test: Add new overlay unit test 2012-05-29 04:51:04 +02:00
proctitle.c test: Try setting and getting an environment variable after setproctitle() 2013-06-08 18:08:58 +02:00