#
7f1ca26c |
| 13-Oct-2021 |
Andrew Jones <drjones@redhat.com> |
lib: Introduce strtoll/strtoull
Signed-off-by: Andrew Jones <drjones@redhat.com> Reviewed-by: Daniele Ahmed <ahmeddan@amazon.com> Message-Id: <20211013164259.88281-3-drjones@redhat.com> Signed-off-b
lib: Introduce strtoll/strtoull
Signed-off-by: Andrew Jones <drjones@redhat.com> Reviewed-by: Daniele Ahmed <ahmeddan@amazon.com> Message-Id: <20211013164259.88281-3-drjones@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
show more ...
|
#
b5501ed0 |
| 18-Mar-2021 |
Nikos Nikoleris <nikos.nikoleris@arm.com> |
lib/string: Add strnlen, strrchr and strtoul
This change adds two functions from <string.h> and one from <stdlib.h> in preparation for an update in libfdt.
Signed-off-by: Nikos Nikoleris <nikos.nik
lib/string: Add strnlen, strrchr and strtoul
This change adds two functions from <string.h> and one from <stdlib.h> in preparation for an update in libfdt.
Signed-off-by: Nikos Nikoleris <nikos.nikoleris@arm.com> [ Added strtol, overflow checks, and assert on errors. ] Signed-off-by: Andrew Jones <drjones@redhat.com>
show more ...
|