Warn and return on fd overflow fdt master
authorMichael Jeanson <mjeanson@efficios.com>
Wed, 29 May 2024 19:02:15 +0000 (15:02 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Sun, 9 Jun 2024 12:04:39 +0000 (08:04 -0400)
commit116e2b72141ca18cdf8c875aac4631f48821b016
tree246f793eae22386bc8e6d83f1dc21f1e61712088
parenta16d513016dad678bb3baa30a967033890bb0c37
Warn and return on fd overflow fdt

The fdt should only grow and iterate_fd() holds file_lock, which should
ensure the fdt does not change while the lock is taken but be cautious
and check anyway.

Change-Id: Icd6a3263026734cbe3f296f6087f79add4148a8f
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
src/lttng-statedump-impl.c
This page took 0.026919 seconds and 4 git commands to generate.