HomeFreeBSD

libc: Fix null pointer arithmetic warning in mergesort

Description

libc: Fix null pointer arithmetic warning in mergesort

This file has other questionable code and "optimizations" (such as copying
one int at a time) that are probably no longer useful, so it might make
sense to replace it with a different implementation at some point.

Reviewed By: jhb
Differential Revision: https://reviews.freebsd.org/D28134

Details

Provenance
arichardsonAuthored on Jan 20 2021, 9:56 AM
Reviewer
jhb
Differential Revision
D28134: libc: Fix null pointer arithmetic warning in mergesort
Parents
rG7e99c034f788: Emit uprintf() output for initproc if there is no controlling terminal
Branches
Unknown
Tags
Unknown