summaryrefslogtreecommitdiff
path: root/test/regress/2057.test
Commit message (Collapse)AuthorAgeFilesLines
* Avoid dereferencing null pointerKunht Kun2022-03-121-0/+12
Here `comm` could be a null pointer (the new test regress/2057 shows such a case). So test it before dereferencing to avoid segfault. Re: #2057