Created attachment 609532 [details] pyanaconda-isys-imount.patch Description of problem: make imount.c: In function 'mountCommandWrapper': imount.c:198:9: error: format not a string literal and no format arguments Version-Release number of selected component (if applicable): anaconda-18.6.5-1 How reproducible: vi configure.ac comment iscsi sh autogen.sh ./configure --disable-selinux Steps to Reproduce: 1. make 2. make: *** [all] Error 2 Actual results: ./anaconda Expected results: imount.c error Additional info:
I am unable to reproduce this. anaconda builds fine in our build system.
The patch is correct and avoids crashes (or worse) when logging data which happens to contain '%' characters.
But this appears to have been fixed with the rewrite.