On 20 Oct 2022 09:32, Tsukasa OI wrote: > The variable "list" is only initialized when arg1 > 0 and when arg1 == 0, > an uninitialized value is passed to translate_endian_h2t function. > > Although this behavior is harmless, this commit adds initialization to avoid > a GCC warning ("-Wmaybe-uninitialized"). as you said, the code as-is is fine, but setting it to NULL to make the warning go away sounds fine to me -mike