Skip to content

worker: avoid uninitialized pointers

Vladimír Čunát requested to merge worker-uninit into master

The cookie module could segfault due to the opt pointer not being initialized when no EDNS was sent in the incoming request.

Merge request reports