The bitstring declared on the stack was much too large, and gcc noticed
that we weren't memset()ing all of it. This one was harmless.
Reported by: GCC -Wmemset-elt-size
Differential D45900
bthidd: declare appropriate size bitstring rlibby on Jul 6 2024, 5:11 PM. Authored by Tags None Referenced Files
Subscribers None
Details
The bitstring declared on the stack was much too large, and gcc noticed Reported by: GCC -Wmemset-elt-size
Diff Detail
|