aws / aws-sdk-java-v2

The official AWS SDK for Java - Version 2
Apache License 2.0
2.16k stars 840 forks source link

fix NPE in SdkTypeUtils #5301

Closed sullis closed 3 months ago

sullis commented 3 months ago

Motivation and Context

fix a NullPointerException in SdkTypeUtils.java

Modifications

add logic to defend again null value

Testing

Screenshots (if appropriate)

Types of changes

Checklist

License

sullis commented 3 months ago

cc: @dagnir

zoewangg commented 3 months ago

Thank you @sullis! :)

Mind checking the box in the description to confirm can be released under the Apache 2 license?

I confirm that this pull request can be released under the Apache 2 license