]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add missing boot.4th verification
authormw <mw@FreeBSD.org>
Tue, 19 Mar 2019 02:45:32 +0000 (02:45 +0000)
committermw <mw@FreeBSD.org>
Tue, 19 Mar 2019 02:45:32 +0000 (02:45 +0000)
commit29c1497fb78148eb2446d1977d373c762b056ebe
tree179c3c449b772613fa6ddb98d667a3b1b6a07df9
parenta61dc2f9d70193689e4780562fb75ccc8dd45967
Add missing boot.4th verification

During initialization of the forth interpreter
the loader looks for "/boot/boot.4th"
and executes any code found there.
That file was loaded bypassing verification.
Add a call to verify_file to change that.

Submitted by: Kornel Duleba <mindal@semihalf.com>
Reviewed by: sjg
Obtained from: Semihalf
Sponsored by: Stormshield
stand/common/interp_forth.c