Changes between Initial Version and Version 1 of Ticket #69571, comment 2


Ignore:
Timestamp:
Apr 4, 2024, 7:22:02 PM (2 months ago)
Author:
mascguy (Christopher Nielsen)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #69571, comment 2

    initial v1  
    1 Given the relatively simple logic involved, I was expecting implementations of `stpncpy` to be reasonably similar. But just two variations alone - one originating from `gcc`, the other from `libc` - tell a different tale:
     1Given the relatively simple logic involved, I was expecting implementations of `stpncpy` to be reasonably similar. But the first three variations I reviewed, are quite different indeed.
    22
    33GCC - via [https://opensource.apple.com/source/gcc/gcc-5465/libiberty/stpncpy.c.auto.html opensource.apple.com/source/gcc/gcc-5465/libiberty/stpncpy.c.auto.html]: