You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We configured and installed fastgen as the baseline for the experiment. However, there was a problem with the Dockerfile, which prevented us from directly using the docker build command to build it. Later, we built fastgen in an Ubuntu 18.04 virtual machine according to the steps in the Dockerfile, and located the problematic area.
1.The installation method of proto has been updated, and a new way of installation is needed.
2.The installation of a certain component failed
3.In the build-program project, there will be issues. When installing OpenSSL, an error will occur and it is necessary to comment out the part of ossfuzz.sh that installs OpenSSL in order to continue execution.
We configured and installed fastgen as the baseline for the experiment. However, there was a problem with the Dockerfile, which prevented us from directly using the




docker buildcommand to build it. Later, we built fastgen in an Ubuntu 18.04 virtual machine according to the steps in the Dockerfile, and located the problematic area.1.The installation method of proto has been updated, and a new way of installation is needed.
2.The installation of a certain component failed
3.In the build-program project, there will be issues. When installing OpenSSL, an error will occur and it is necessary to comment out the part of ossfuzz.sh that installs OpenSSL in order to continue execution.