procps/proc
Craig Small a935a65b77 library: Explicit about task ID string length
This removes the following error by stating the task ID can only be 10
characters wide, as it is an integer.

proc/readproc.c: In function ‘simple_nexttid’:
proc/readproc.c:1185:46: warning: ‘%s’ directive output may be truncated writing up to 255 bytes into a region of size between 41 and 51 [-Wformat-truncation=]
   snprintf(path, PROCPATHLEN, "/proc/%d/task/%s", p->tgid, ent->d_name);
                                              ^~
proc/readproc.c:1185:3: note: ‘snprintf’ output between 14 and 279 bytes into a destination of size 64
   snprintf(path, PROCPATHLEN, "/proc/%d/task/%s", p->tgid, ent->d_name);
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2017-12-20 21:37:01 +11:00
..
.gitignore
COPYING
devname.c
devname.h
diskstats.c
diskstats.h
escape.c
escape.h
libprocps.pc.in
libprocps.sym
meminfo.c
meminfo.h
namespace.c
namespace.h
numa.c
numa.h
pids.c
pids.h
procps-private.h
procps.h
pwcache.c
pwcache.h
readproc.c
readproc.h
slabinfo.c
slabinfo.h
stat.c
stat.h
sysinfo.c
sysinfo.h
test_namespace.c
test_pids.c
test_sysinfo.c
test_uptime.c
test_version.c
uptime.c
uptime.h
version.c
version.h
vmstat.c
vmstat.h
wchan.c
wchan.h
xtra-procps-debug.h