]> sourceware.org Git - glibc.git/commit
support: Fix support_process_state_wait path size calculation
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>
Thu, 10 Mar 2022 19:49:08 +0000 (16:49 -0300)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Wed, 23 Mar 2022 18:28:18 +0000 (15:28 -0300)
commit0374b487a71ad07005a816191dca829a7e6cdcae
tree392ae61a9ebdbab406b51036a87cc6a9cd886507
parent2a16484a750361974ffb7a4faa22bec7afda2f46
support: Fix support_process_state_wait path size calculation

Use INT_STRLEN_BOUND to proper get the maximum pid_t size.  Also
fix the wrong calculation (the 3 should multiply the sizeof (pid_t)).

Checked on x86_64-linux-gnu.
support/support_process_state.c
This page took 0.038887 seconds and 5 git commands to generate.