Code cleanup: Initialize variables and others good practice

- initialize invalid_countin UrlDecode :: evaluate
- Free resources before the process die (good practice)
This commit is contained in:
Robert Paprocki
2018-04-30 15:25:02 -07:00
committed by Felipe Zimmerle
parent a278bb673a
commit e4c822e663
3 changed files with 10 additions and 6 deletions

View File

@@ -5,14 +5,12 @@ v3.0.3 - YYYY-MMM-DD (to be released)
[Issue #1771 - @Artistan]
- Checks if response body inspection is enabled before process it
[Issue #1643 - @zoltan-fedor, @dennus, @defanator, @zimmerle]
- processContentOffset Cleanup
[Issue #1757 - @p0pr0ck5]
- Code Cleanup.
[Issue #1757, #1755, #1756, #1761 - @p0pr0ck5]
- Fix setvar parsing of quoted data
[Issue #1733, #1759 - @JaiHarpalani, @victorhora, @defanator]
- Fix LDFLAGS for unit tests.
[Issue #1758 - @smlx]
- Code cosmetics: Clean up MD5 hexdigest
[Issue #1761 - @p0pr0ck5]
- Adds time stamp back to the audit logs
[Issue #1762 - @Pjack, @zimmerle]
- Disables skip counter if debug log is disabled