Text   |  XML   |  ReML   |   Visible Warnings:

Unreachable Data Flow  at unichar.c:32

No properties have been set. | edit properties
Jump to warning location ↓ warning details...
Show Events | Options

uni_utf8_get_char

(/home/sate/Testcases/c/cve/dovecot-1.2.0/src/lib/unichar.c)expand/collapse
Show more  
 29  int uni_utf8_get_char(const char *input, unichar_t *chr_r)
 30  {
 31          return uni_utf8_get_char_n((const unsigned char *)input, (size_t)-1,
 32                                     chr_r);
 33  }
Show more  




Change Warning 7142.24422 : Unreachable Data Flow

Priority:
State:
Finding:
Owner:
Note: