Markus Armbruster 4fcdf65ae2 util/cutils: Let qemu_strtosz*() optionally reject trailing crap
Change the qemu_strtosz() & friends to return -EINVAL when @endptr is
null and the conversion doesn't consume the string completely.
Matches how qemu_strtol() & friends work.

Only test_qemu_strtosz_simple() passes a null @endptr.  No functional
change there, because its conversion consumes the string.

Simplify callers that use @endptr only to fail when it doesn't point
to '\0' to pass a null @endptr instead.

Cc: Dr. David Alan Gilbert <dgilbert@redhat.com>
Cc: Eduardo Habkost <ehabkost@redhat.com> (maintainer:X86)
Cc: Kevin Wolf <kwolf@redhat.com> (supporter:Block layer core)
Cc: Max Reitz <mreitz@redhat.com> (supporter:Block layer core)
Cc: qemu-block@nongnu.org (open list:Block layer core)
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Message-Id: <1487708048-2131-22-git-send-email-armbru@redhat.com>
2017-02-23 20:35:36 +01:00
..
2016-07-25 13:23:18 -05:00
2017-01-31 10:10:13 +11:00
2017-01-16 10:10:35 +01:00
2016-10-26 08:29:01 -07:00
2016-11-03 14:41:53 +00:00
2016-11-14 11:15:54 -05:00
2016-09-08 18:05:22 +04:00
2016-09-08 18:05:21 +04:00
2017-01-10 08:49:59 -08:00
2016-09-08 17:57:32 +04:00
2016-11-15 15:41:00 +00:00
2016-11-11 20:53:23 +08:00
2017-01-31 23:31:22 +04:00