lib: modify string conversion wrapper to handle signed input
authorSwen Schillig <swen@linux.ibm.com>
Tue, 5 Feb 2019 07:39:14 +0000 (08:39 +0100)
committerRalph Boehme <slow@samba.org>
Thu, 28 Feb 2019 11:27:52 +0000 (12:27 +0100)
commitbf2cab05a344c1cd46e1a97af707c35f34b400c1
tree0bfcbd16e04d7c2b45bc2215c5855e6e40a7e98e
parent0a349f1bcd0fa707786106191fe8fd51aa33e822
lib: modify string conversion wrapper to handle signed input

The standard string conversion routines convert a "signed string"
into the positive representation of the resulting value.
This is not wanted and therefore now detected and flag'ed as an error.

Signed-off-by: Swen Schillig <swen@linux.ibm.com>
lib/util/util.c