ucode: initialize search path before VM init
authorJo-Philipp Wich <jo@mein.io>
Fri, 12 Aug 2022 19:30:18 +0000 (21:30 +0200)
committerJo-Philipp Wich <jo@mein.io>
Fri, 12 Aug 2022 19:30:18 +0000 (21:30 +0200)
commite3395cd90bed9b7b9fc319e79528fedcc0d947fe
tree1a7fad5b0343245b16d1670e2346a1ed4b325352
parent8cb3f85bdfef35e62f98d7d8b300eaedb6b1b20b
ucode: initialize search path before VM init

Since the VM initialization copies the search path into a runtime array,
we must prepare the path beforehand.

Fixes: 8cb3f85 ("ucode: initialize default library search path")
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
ucode.c