fix possible null dereference in internal/statements/query.go #1988

Merged
lunny merged 1 commits from andreasgerstmayr/xorm:query-null-deref into master 2021-07-12 15:51:51 +00:00

1 Commits

Author SHA1 Message Date
Andreas Gerstmayr
33fdc805b1 fix possible null dereference
All checks were successful
continuous-integration/drone/pr Build is passing
Make sure that pLimitN is not `nil` before dereferencing the pointer.
2021-07-12 14:12:41 +02:00