CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/09/01 12:03:09
Modified files:
sys/arch/amd64/stand/efiboot: conf.c exec_i386.c
Log message:
Fix write un-protecting of kernel memory. p was used uninitialized
at the beginning of the loop. We need to use cr3 at the start of each
iteration for the top level page directory.
>From and ok sf@
