On Tue, Nov 30, 2021 at 10:55:28AM +0000, Jeremy Sowden wrote: > This patch-set fixes all the warnings reported by gcc 11. > > Most of the warnings concern fall-throughs in switches, possibly > problematic uses of functions like `strncpy` and `strncat` and possible > truncation of output by `sprintf` and its siblings. > > Some of the patches fix bugs revealed by warnings, some tweak code to > avoid warnings, others fix or improve things I noticed while looking at > the warnings. > > Changes since v3: > > * When publishing v3 I accidentally sent out two different versions of the > patch-set under one cover-letter. There are no code-changes in v4: it just > omits the earlier superseded patches. Applied from 1 to 19 (all inclusive) Thanks.