INTRODUCTION TO BINARY FUZZING: Actually libFuzzing

Did anybody solve the questions 3

For these next two questions, download the attached welcome.c.zip and implement a libFuzzer harness for the program. What vulnerability does ASan identify in the welcome.c code?

and 4

Copy the full libFuzzer harness output (the printf output from the program in otherwords) that crashed the program, for example “Hello, User!, Your room …”

?

Edited: done. Was overthinking things…

I found this task tricky at first too.
Just a tiny hint: Don’t forget to ensure everything is in the expected format.