Increased size of following arrays to prevent memory overwrites: dcb_fake_write_errno, dcb_fake_write_ev, conn_open. Note that these are use in DEBUG build only.

This commit is contained in:
vraatikka
2013-10-16 17:32:30 +03:00
parent a696e041e0
commit 44c7914f2b
3 changed files with 6 additions and 6 deletions

View File

@ -377,7 +377,7 @@ typedef enum skygw_chk_t {
}
#if defined(SS_DEBUG)
bool conn_open[1024];
bool conn_open[10240];
#endif
#endif /* SKYGW_DEBUG_H */