diff options
author | Mike Frysinger <vapier@gentoo.org> | 2021-12-21 01:46:19 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2021-12-21 01:48:31 -0500 |
commit | 8b247dd5d8ec890608e5c2295fc57b45c066e787 (patch) | |
tree | a79eb1c346adde1b722b11aaae21fe01d70ccce3 /conf.d/urandom | |
parent | 8ffc4162e267cf55a8fe789792fc3568fd82ecd7 (diff) |
broadcast: fix compiler warnings
Newer gcc reports:
broadcast.c: In function 'broadcast':
broadcast.c:132:15: warning: variable 'tp' might be clobbered by 'longjmp' or 'vfork' [-Wclobbered]
132 | FILE *tp;
Move the storage off the stack to avoid. This makes the function
not safe for multithread use, but we don't do that anywhere, so
who cares!
Diffstat (limited to 'conf.d/urandom')
0 files changed, 0 insertions, 0 deletions