summaryrefslogtreecommitdiff
path: root/util/libreboot-utils/README.md
AgeCommit message (Collapse)Author
13 dayslibreboot-utils: simplify lbgetprognameLeah Rowe
make it more reliable; it can't segfault now, under any circumstance. not even once. the problem arised when lbsetname was not called in a program, before calling the function: lbgetprogname. a segfault would occur, due to it being NULL. not every os/libc has getprogname, so i have my own implementation. Signed-off-by: Leah Rowe <leah@libreboot.org>
2026-03-26improve 3Leah Rowe
Signed-off-by: Leah Rowe <leah@libreboot.org>
2026-03-26improve 2Leah Rowe
Signed-off-by: Leah Rowe <leah@libreboot.org>
2026-03-26improveLeah Rowe
Signed-off-by: Leah Rowe <leah@libreboot.org>
2026-03-26phrasingLeah Rowe
Signed-off-by: Leah Rowe <leah@libreboot.org>
2026-03-26mkhtemp readmeLeah Rowe
Signed-off-by: Leah Rowe <leah@libreboot.org>