netty / netty-tcnative

A fork of Apache Tomcat Native, based on finagle-native
Apache License 2.0
239 stars 179 forks source link

Add missing NULL checks #871

Closed normanmaurer closed 3 months ago

normanmaurer commented 3 months ago

Motivation:

We didn't have all the necessary NULL checks in place which could cause a segfault when an operation failed in native code due an OOME (for example).

Modifications:

Add missing NULL checks

Result:

Correctly handle error scenarios