]> granicus.if.org Git - strace/commit
xlat_idx: do not issue warnings for holes in indices
authorDmitry V. Levin <ldv@altlinux.org>
Mon, 24 Dec 2018 10:19:24 +0000 (10:19 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Mon, 24 Dec 2018 10:19:24 +0000 (10:19 +0000)
commitb967e34d70895b799d16f5d45a9a5228d7eb73a3
tree9482a008ab4f989be2a045972876408cef645cad
parentd0ae0b3dcabfd61dd2134422114570862fdca283
xlat_idx: do not issue warnings for holes in indices

Some xlat indices like evdev_abs have holes, avoid issuing warnings
about them.

* xlat.c (xlat_idx): Do not issue warnings for holes in the index.
xlat.c