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:
@ -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 */
|
||||
|
Reference in New Issue
Block a user