#958: Mismatched New [] / Delete in RE.cc ------------------------+------------------- Reporter: jbaines | Type: Patch Status: new | Priority: Low Milestone: Bro2.2 | Component: Bro Version: git/master | Keywords: ------------------------+------------------- There is a mismatched new[] and delete in RE.cc. RE.cc:495 allocates a char array using [] notation, but on 499 the allocation is deleted without [] notation.
Attached is a patch that simply inserts the [] appropriately. -- Ticket URL: <http://tracker.bro.org/bro/ticket/958> Bro Tracker <http://tracker.bro.org/bro> Bro Issue Tracker _______________________________________________ bro-dev mailing list [email protected] http://mailman.icsi.berkeley.edu/mailman/listinfo/bro-dev
