Warn and return on fd overflow fdt
authorMichael Jeanson <mjeanson@efficios.com>
Wed, 29 May 2024 19:02:15 +0000 (15:02 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 13 Jun 2024 13:16:09 +0000 (09:16 -0400)
commit3801d5d21e8c552ef5820bbc891c0b38c090eeae
tree82d4bcc92d3a35ed517aecbc59f64d88c28d447e
parente8a6e2bd7018e549ffedb278ddc82ef7fb2188b4
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.025832 seconds and 4 git commands to generate.