ERROR TYPE: SIZEOF_MISMATCH MODULE SUPPORT LEVEL: extended Generated on: 2012-04-10 12:02:08.349388 ------------------------------------------------ FINDING #0 [extended]: /builddir/build/BUILD/asterisk-1.8.6.0/addons/ooh323cDriver.c:155: suspicious_sizeof: Passing argument "cur" of type "struct callthread *" and argument "sizeof (cur) /*8*/" to function "memset" is suspicious. Did you intend to use "sizeof(*cur)" instead of "sizeof (cur)" ? FINDING #1 [extended]: /builddir/build/BUILD/asterisk-1.8.6.0/res/res_pktccops.c:1352: suspicious_sizeof: Passing argument "a->argv[2]" of type "char const * const" and argument "sizeof (a->argv[2]) /*8*/" to function "strncmp" is suspicious. FINDING #2 [extended]: /builddir/build/BUILD/asterisk-1.8.6.0/utils/astman.c:390: suspicious_sizeof: Passing argument "&m" of type "struct message *" and argument "sizeof (&m) /*8*/" to function "memset" is suspicious. Did you intend to use "sizeof(*&m)" instead of "sizeof (&m)" ? FINDING #3 [extended]: /builddir/build/BUILD/asterisk-1.8.6.0/utils/astman.c:741: suspicious_sizeof: Passing argument "m" of type "struct message *" and argument "sizeof (m) /*8*/" to function "memset" is suspicious. Did you intend to use "sizeof(*m)" instead of "sizeof (m)" ? FINDING #4 [extended]: /builddir/build/BUILD/asterisk-1.8.6.0/utils/md5.c:160: suspicious_sizeof: Passing argument "ctx" of type "struct MD5Context *" and argument "sizeof (ctx) /*8*/" to function "memset" is suspicious. Did you intend to use "sizeof(*ctx)" instead of "sizeof (ctx)" ?