Page MenuHomeFreeBSD

libc: Fix null pointer arithmetic warning in mergesort
ClosedPublic

Authored by arichardson on Jan 13 2021, 12:23 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Jan 13, 5:41 AM
Unknown Object (File)
Mon, Jan 13, 1:26 AM
Unknown Object (File)
Nov 23 2024, 1:29 AM
Unknown Object (File)
Nov 16 2024, 11:09 AM
Unknown Object (File)
Oct 30 2024, 3:06 PM
Unknown Object (File)
Oct 29 2024, 2:07 PM
Unknown Object (File)
Oct 20 2024, 11:00 AM
Unknown Object (File)
Oct 19 2024, 3:45 PM
Subscribers
None

Details

Summary

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 implementations.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 36167
Build 33056: arc lint + arc unit