We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49f0f42 commit 2170c02Copy full SHA for 2170c02
src/libcrun/handlers/wasmtime.c
@@ -88,7 +88,7 @@ libwasmtime_exec (void *cookie, libcrun_container_t *container arg_unused,
88
89
wasm_byte_vec_t wasm;
90
// Load and parse container entrypoint
91
- FILE *file = fopen (pathname, "rbe");
+ FILE *file = fopen (pathname, "rb");
92
if (! file)
93
error (EXIT_FAILURE, 0, "error loading entrypoint");
94
if (fseek (file, 0L, SEEK_END))
0 commit comments