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
Contributor

Make sure that pLimitN is not nil before dereferencing the pointer.

Make sure that pLimitN is not `nil` before dereferencing the pointer.
andreasgerstmayr added 1 commit 2021-07-12 12:17:25 +00:00
fix possible null dereference
Make sure that pLimitN is not `nil` before dereferencing the pointer.
All checks were successful
continuous-integration/drone/pr Build is passing
33fdc805b1
lunny added the
kind
bug
label 2021-07-12 15:51:46 +00:00
lunny merged commit 147328f629 into master 2021-07-12 15:51:51 +00:00
lunny added this to the 1.2.0 milestone 2021-07-12 15:51:57 +00:00
Sign in to join this conversation.
No description provided.