swaggo / swag

Automatically generate RESTful API documentation with Swagger 2.0 for Go.
MIT License
10.63k stars 1.19k forks source link

Update operation.go #1753

Closed mathieu-chauvet closed 8 months ago

mathieu-chauvet commented 8 months ago

getUnderlyingSchema can return nil, so it has to be checked here otherwise the code is exposed to invalid memory address or nil pointer dereference

Describe the PR A fix for an issue I opened.

Relation issue

1752

Additional context Add any other context about the problem here.