16a098a4
by Andrew Gregory at 2024-07-11T01:27:06-04:00
do not sort passed list
Sorting modifies the list in place, causing any existing pointers to the
list to point to a random element.
Fixes #165
Signed-off-by: Andrew Gregory <andrew.gregory.8@gmail.com>