]> granicus.if.org Git - strace/commit
util: check dflt argument for NULL in printxvals
authorEugene Syromyatnikov <evgsyr@gmail.com>
Sun, 27 Nov 2016 15:03:38 +0000 (18:03 +0300)
committerDmitry V. Levin <ldv@altlinux.org>
Tue, 29 Nov 2016 00:22:05 +0000 (00:22 +0000)
commitc1271b7341412f2f51d7eeda127bcd1adbe2d8a6
tree493fdafb073581c2835e0a380f75897c079de5ab
parent827b170b72dea630a79623982cef452e3055e6ce
util: check dflt argument for NULL in printxvals

This is necessary for the upcoming change in the output format
of the val3 argument of the FUTEX_WAKE_OP futex command.

* util.c (printxvals): Do not print dflt if it is NULL.
util.c