Skip to content

Many warnings-reductions in KIP code

Adriaan de Groot requested to merge warnings-reduction into master
  • two important format-string fixes where the format-parameters are missing or broken, which would cause uninitialized reads
  • plenty of casts because strings are char* and buffers are uint8_t*

Merge request reports