summaryrefslogtreecommitdiff
path: root/util/libreboot-utils/README.md
AgeCommit message (Collapse)Author
16 hourslibreboot-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>
4 daysimprove 3Leah Rowe
Signed-off-by: Leah Rowe <leah@libreboot.org>
4 daysimprove 2Leah Rowe
Signed-off-by: Leah Rowe <leah@libreboot.org>
4 daysimproveLeah Rowe
Signed-off-by: Leah Rowe <leah@libreboot.org>
4 daysphrasingLeah Rowe
Signed-off-by: Leah Rowe <leah@libreboot.org>
4 daysmkhtemp readmeLeah Rowe
Signed-off-by: Leah Rowe <leah@libreboot.org>