Files
doris/be
HuangWei 83d39ff9c9 Avoid pass NULL to memcmp() (#3844)
If we exec "StringVal(len=0, ptr="") == StringVal(len=0,ptr=NULL)", it will pass NULL ptr to memcmp(). It should be avoided.
2020-06-13 12:43:41 +08:00
..
2020-06-13 12:43:41 +08:00