Commit 0cd0e9ba980ff8c1206c7122c06d2bc89c55be3a

meyraud705 2021-04-20T17:49:21

Reimplement wayland message box function with execvp. Previous version used 'popen' which required to sanitize user provided text. Not sanitizing text could cause failure if user provided text included a " or command injection with `cmd`.