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