Velocidex / velociraptor

Digging Deeper....
https://docs.velociraptor.app/
Other
2.8k stars 469 forks source link

Bugfix: Handle NULL in stacking #3570

Closed scudette closed 4 weeks ago

scudette commented 4 weeks ago

Since NULL does not compare to anything sorting on columns that have NULL in them is not stable. This change considers those values as empty strings so stacking is stable.