View | Details | Raw Unified | Return to bug 28086
Collapse All | Expand All

(-)x1177.html Mon Jun 11 21:15:40 2001 (-1 / +1 lines)
Lines 216-222 Link Here
216
        usage. There is also a significant performance loss
216
        usage. There is also a significant performance loss
217
        compared to <tt class="FUNCTION">strcpy</tt> when copying a
217
        compared to <tt class="FUNCTION">strcpy</tt> when copying a
218
        short string into a large buffer since <tt class=
218
        short string into a large buffer since <tt class=
219
        "FUNCTION">strncpy</tt> NUL fills up the the size
219
        "FUNCTION">strncpy</tt> NUL fills up the size
220
        specified.</p>
220
        specified.</p>
221
        <p>In OpenBSD, another memory copy implementation has been
221
        <p>In OpenBSD, another memory copy implementation has been

Return to bug 28086