On Mon, May 27, 2019 at 03:18:59PM +0000, Alakesh Haloi wrote:
Fixes following compiler warning
userfaultfd.c: In function ‘usage’: userfaultfd.c:126:2: warning: format not a string literal and no format arguments [-Wformat-security] fprintf(stderr, examples);
Signed-off-by: Alakesh Haloi alakesh.haloi@gmail.com
Reviewed-by: Peter Xu peterx@redhat.com