Files
lbmk/util/libreboot-utils/lib
Leah Rowe b96708bd3a lbutils: strict string functions - abort on err
on the conditions where these functions encounter
an unexpected error, we currently return -1

this means that the caller must check. which means
the caller won't check. nobody does. i often forget.

force the caller (me) to be correct, instead.

the current calling convention is that the real
return value is stored in a pointer, provided inside
the function signature, on a given string function,
and the function's return value is merely an indicator.

this calling convention is retained for now; the next
patch will change it, such that the real value is also
the function's return value. this is more flexible.

Signed-off-by: Leah Rowe <leah@libreboot.org>
2026-03-30 03:03:14 +01:00
..
2026-03-29 07:22:34 +01:00
2026-03-29 23:55:38 +01:00
2026-03-29 23:55:38 +01:00
2026-03-29 09:30:10 +01:00
2026-03-29 07:09:06 +01:00
2026-03-28 06:53:37 +00:00