On 12.05.23 04:10, Eric Blake wrote:
These two functions are subtly different, and not just because of
swapped parameter order.  It took me adding better unit tests to
figure out why.  Document the differences to make it more obvious to
developers trying to pick which one to use, as well as to aid in
upcoming semantic changes.

While touching the documentation, adjust a mis-statement: parse_uint
does not return -EINVAL on invalid base, but assert()s, like all the
other qemu_strto* functions that take a base argument.

Signed-off-by: Eric Blake <ebl...@redhat.com>
---
  util/cutils.c | 20 ++++++++++++--------
  1 file changed, 12 insertions(+), 8 deletions(-)

Reviewed-by: Hanna Czenczek <hre...@redhat.com>


Reply via email to