Skip to content

cat: all splice call tries to fallback while GNU do that for 1~2nd call only #12605

@oech3

Description

@oech3
$ echo|strace -o /dev/null -e inject=splice:error=ENOSYS:when=3 cat
$ echo|strace -o /dev/null -e inject=splice:error=ENOSYS:when=2 gnu9.11/cat
$ echo|strace -o /dev/null -e inject=splice:error=ENOSYS:when=3 gnu9.11/cat
cat: -: Function not implemented

This does not apply for file input (why?). Related tests/cat/splice.sh.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions