Skip to content

fix parameter type for signal handler

Dan Horák requested to merge sharkcz/gcr:ppc into master

The on_prompter_prompting signal handler used a struct as a otherwise unused parameter while a pointer was passed by the caller. This led to a stack smashing on the ppc64le platform and a segfault.

fixes https://bugzilla.redhat.com/show_bug.cgi?id=1631759

Merge request reports