Text   |  XML   |  ReML   |   Visible Warnings:

Cast Alters Value  at randgen.c:120

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

random_fill_weak

(/home/sate/Testcases/c/cve/dovecot-1.2.0/src/lib/randgen.c)expand/collapse
Show more  
 115  void random_fill_weak(void *buf, size_t size)
 116  {
 117          unsigned char *cbuf = buf;
 118   
 119          for (; size > 0; size--)
 120                  *cbuf++ = (unsigned char)rand();
Show more  




Change Warning 7071.24406 : Cast Alters Value

Priority:
State:
Finding:
Owner:
Note: