[Autosec-devel] [sonar 0000046]: target_t.ports array is huge
Brought to you by:
red0x
From: <no...@so...> - 2004-04-11 04:51:40
|
The following NEW bug has been ADDED. ======================================================================= http://autosec.sourceforge.net/helpDesk/mantis/view_bug_page.php?f_id=46 ======================================================================= Reporter: pharkas Handler: ======================================================================= Project: sonar Bug ID: 0000046 Category: Code Cleanup Reproducibility: N/A Severity: tweak Priority: low Status: new ======================================================================= Date Submitted: 04-10-04 21:51 PDT Last Modified: 04-10-04 21:51 PDT ======================================================================= Summary: target_t.ports array is huge Description: The ports array in every target_t struct is statically allocated to 65536 ints which takes up a lot of memory. We could cut this in half by changing it to chars ======================================================================= |