Commit 2230596
authored
[suricata] Defensive copy of parameter lists (elastic#4731)
* Defensive copy of param lists
Copy list parameters before setting them into the context, rather than
setting them directly -- this avoids leaking a 'static' mutable list
(and the resulting concurrent modification exceptions).
* Add an entry to the changelog
* Bump the version number in the manifest
* Update changelog link to the PR not the bug1 parent cf97d82 commit 2230596
File tree
3 files changed
+8
-1
lines changed- packages/suricata
- data_stream/eve/elasticsearch/ingest_pipeline
3 files changed
+8
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
2 | 7 | | |
3 | 8 | | |
4 | 9 | | |
| |||
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
231 | 231 | | |
232 | 232 | | |
233 | 233 | | |
| 234 | + | |
| 235 | + | |
234 | 236 | | |
235 | 237 | | |
236 | 238 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments