Skip to content

Commit 1e83449

Browse files
author
Father Chrysostomos
committed
Porting/todo.pod: Delete strcat/strcpy test entry
We have t/porting/libperl.t.
1 parent 6667f48 commit 1e83449

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

Porting/todo.pod

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -529,19 +529,6 @@ the correct answer.
529529
been written so that it reflects the state of the read-only attribute, even
530530
for directories (whatever CRT is being used), for symmetry with chmod().)
531531

532-
=head2 strcat(), strcpy(), strncat(), strncpy(), sprintf(), vsprintf()
533-
534-
Maybe create a utility that checks after each libperl.a creation that
535-
none of the above (nor sprintf(), vsprintf(), or *SHUDDER* gets())
536-
ever creep back to libperl.a.
537-
538-
nm libperl.a | ./miniperl -alne '$o = $F[0] if /:$/;
539-
print "$o $F[1]" if $F[0] eq "U" && $F[1]
540-
=~ /^(?:strn?c(?:at|py)|v?sprintf|gets)$/'
541-
542-
Note, of course, that this will only tell whether B<your> platform
543-
is using those naughty interfaces.
544-
545532
=head2 Arenas for GPs? For MAGIC?
546533

547534
C<struct gp> and C<struct magic> are both currently allocated by C<malloc>.

0 commit comments

Comments
 (0)