Quicr / old-quicrq

BSD 2-Clause "Simplified" License
4 stars 2 forks source link

Dereference NULL pointer in stream destructor #106

Closed huitema closed 1 year ago

huitema commented 1 year ago

Observed a NULL pointer dereference with this call stack:

image

the bridge_ctx is null and hence calling bridge_ctx->object_stream_consumer fails:

image