]> granicus.if.org Git - strace/commit
poll.c: use xs*printf instead of sprintf
authorDmitry V. Levin <ldv@altlinux.org>
Sat, 6 Jan 2018 01:45:16 +0000 (01:45 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Sun, 7 Jan 2018 00:05:42 +0000 (00:05 +0000)
commitabe89bf315961f78a417617fb138e73ac088f9dd
tree686b853d43aef2a51a453ceb7a7689307965a476
parenteb662b2aee9c043b68ce349c6045ee7700b41fd6
poll.c: use xs*printf instead of sprintf

* poll.c: Include "xstring.h".
(decode_poll_exiting): Replace sprintf with xsnprintf and xsprintf.
poll.c