mbox series

[nft,0/4] fixes for json parser

Message ID 20240819222304.1041208-1-pablo@netfilter.org
Headers show
Series fixes for json parser | expand

Message

Pablo Neira Ayuso Aug. 19, 2024, 10:23 p.m. UTC
Hi,

This is a series of patches from Sebastian Walz for the json parser
including one that is based on another patch from him too.

I have split the original patches and applied some clean ups, any
mistake in them are my fault.

Pablo Neira Ayuso (1):
  parser_json: fix handle memleak from error path

Sebastian Walz (sivizius) (3):
  parser_json: release buffer returned by json_dumps
  parser_json: fix several expression memleaks from error path
  parser_json: fix crash in json_parse_set_stmt_list

 src/parser_json.c | 121 ++++++++++++++++++++++++++--------------------
 1 file changed, 68 insertions(+), 53 deletions(-)