Segfault of is.sorted on list/vector containing only NA_character_#5170
Segfault of is.sorted on list/vector containing only NA_character_#5170
Conversation
Codecov Report
@@ Coverage Diff @@
## master #5170 +/- ##
=======================================
Coverage 99.38% 99.38%
=======================================
Files 77 77
Lines 14506 14507 +1
=======================================
+ Hits 14417 14418 +1
Misses 89 89
Continue to review full report at Codecov.
|
|
Yes: great, thanks! |
|
And the original test reported with |
|
Thanks for adding the merge test from the issue! I was looking at it too and it's a little odd isn't it, the crash actually happens in the |
…t part was the segfault and 2nd part worked but included for completeness. Easier to see now that it matches the example in the issue.
Closes #5070