Skip to content

Commit

Permalink
Bug #702 fix double free in Juniper DLT
Browse files Browse the repository at this point in the history
  • Loading branch information
fklassen committed Feb 11, 2022
1 parent 3a85e18 commit 9297ac2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions docs/CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
- build failures Debian/kfreebsd (#706)
- bus error when building on armhf (#705)
- typo fixes (#704)
- double free in Juniper DLT (#702)

01/31/2022 Version 4.4.0
- remove obsolete FORCE_ALIGN support to fix macOS 11 compile (#695)
Expand Down
1 change: 0 additions & 1 deletion src/tcpedit/plugins/dlt_jnpr_ether/jnpr_ether.c
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,6 @@ dlt_jnpr_ether_cleanup(tcpeditdlt_t *ctx)

config = (jnpr_ether_config_t *)ctx->encoder->config;
tcpedit_dlt_cleanup(config->subctx);
safe_free(config->subctx);
safe_free(plugin->config);
plugin->config = NULL;
plugin->config_size = 0;
Expand Down

0 comments on commit 9297ac2

Please sign in to comment.