mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-17 15:10:42 +01:00
Remove the use sizeof(char) or sizeof(uchar) in calculations for memory allocation or string length. There are no known platforms for which sizeof(char) or sizeof(uchar) is not 1, and c99 has defined sizeof(char) to be 1 (section 6.5.3.4 of c99).