issues
search
underground-software
/
ILKD_course_materials
2
stars
5
forks
source link
P1: restrict allowed headers in userspace code for p1 to allow for easier compilation in freestanding environment
#69
Open
theyoyojo
opened
2 weeks ago
theyoyojo
commented
2 weeks ago
motivation: compiler using libc headers
allow e.g. only unistd.h and stdio.h, string.h, stdlib.h if that's all it takes
verify same code builds with nolibc as include directory
helpful to find out which student subs were fubar beforehand
important for automation
theyoyojo
commented
2 weeks ago
headers allowed: unistd.h, stdio.h, stdlib.h