Text   |  XML   |  ReML   |   Visible Warnings:

Integer Overflow of Allocation Size  at dict-sql.c:853

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

dict_sql_register

(/home/sate/Testcases/c/cve/dovecot-1.2.0/src/lib-dict/dict-sql.c)expand/collapse
Show more  
 844  void dict_sql_register(void)
 845  {
 846          const struct sql_db *const *drivers;
 847          unsigned int i, count;
 848   
 849          dict_sql_pool = sql_pool_init(DICT_SQL_MAX_UNUSED_CONNECTIONS);
 850   
 851          /* @UNSAFE */
 852[+]         drivers = array_get(&sql_drivers, &count);
 853[+]         dict_sql_drivers = i_new(struct dict, count + 1);
expand/collapse

i_malloc

(/home/sate/Testcases/c/cve/dovecot-1.2.0/src/lib/imem.c)expand/collapse
Show more  
 7  void *i_malloc(size_t size)
 8  {
 9      void *rv = malloc(size);
Show more  
Show more  




Change Warning 11805.24594 : Integer Overflow of Allocation Size

Priority:
State:
Finding:
Owner:
Note: