0812293b47
In certain cases, a process ID may be reused between two lazy updates of procfs's PID table. If the new associated process slot has a lower index than the old one, this will trigger an assert in vtreefs, as the new PID name entry is added before the old one is removed. This patch fixes the problem by always first removing old PID name entries before adding new ones. Bug reported by Stephen Hatton. |
||
---|---|---|
.. | ||
buf.c | ||
const.h | ||
cpuinfo.c | ||
cpuinfo.h | ||
glo.h | ||
inc.h | ||
main.c | ||
Makefile | ||
NOTES | ||
pid.c | ||
proto.h | ||
root.c | ||
tree.c | ||
type.h | ||
util.c |