mbox series

[0/4] wispr: Address reference counting heap-use-after-free

Message ID 0CA760E5-A632-43E0-924A-EB4363ABE1BF@nuovations.com (mailing list archive)
Headers show
Series wispr: Address reference counting heap-use-after-free | expand

Message

Grant Erickson Nov. 10, 2023, 4:44 a.m. UTC
This patch series adds documentation, 'DBG' statements, and balances
WISPr/portal context reference counting with proxy handling that leads
to a heap-use-after-free fault.

Grant Erickson (4):
  wispr: Add DBG statement to 'free_connman_wispr_portal_context'.
  wispr: Document 'wispr_portal_hash'.
  wispr: Add documentation about reference counting.
  wispr: Address unbalanced reference counting with proxy handling.

 src/wispr.c | 33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

Comments

Marcel Holtmann Nov. 11, 2023, 10:22 a.m. UTC | #1
Hi Grant,

> This patch series adds documentation, 'DBG' statements, and balances
> WISPr/portal context reference counting with proxy handling that leads
> to a heap-use-after-free fault.
> 
> Grant Erickson (4):
>  wispr: Add DBG statement to 'free_connman_wispr_portal_context'.
>  wispr: Document 'wispr_portal_hash'.
>  wispr: Add documentation about reference counting.
>  wispr: Address unbalanced reference counting with proxy handling.
> 
> src/wispr.c | 33 +++++++++++++++++++++++++++++++++
> 1 file changed, 33 insertions(+)

all 4 patches have been.

Regards

Marcel