Re: [PATCH] s6-unquote*: it's memchr(str, char, len), not memchr(str, len, char)
This message
: [
Message body
] [ More options (
top
,
bottom
) ]
Related messages
: [
Next message
] [
Previous message
] [
In reply to
]
Contemporary messages sorted
: [
by date
] [
by thread
] [
by subject
] [
by author
] [
by messages with attachments
]
From
: Laurent Bercot <
ska-skaware_at_skarnet.org
>
Date
: Sat, 13 Jun 2020 13:22:40 +0000
>- if (!memchr(delim, delimlen, *s))
>+ if (!memchr(delim, *s, delimlen))
Ouch. I blame djb's byte_chr(), which has arguments 2 and 3 inverted,
for that one. :)
Applied, thanks!
-- Laurent
Received on
Sat Jun 13 2020 - 13:22:40 UTC
This message
: [
Message body
]
Next message
:
Laurent Bercot: "[announce] s6-2.9.2.0"
Previous message
:
Wictor Lund: "[PATCH] s6-unquote*: it's memchr(str, char, len), not memchr(str, len, char)"
In reply to
:
Wictor Lund: "[PATCH] s6-unquote*: it's memchr(str, char, len), not memchr(str, len, char)"
Contemporary messages sorted
: [
by date
] [
by thread
] [
by subject
] [
by author
] [
by messages with attachments
]
This archive was generated by
hypermail 2.3.0
: Sun May 09 2021 - 19:38:49 UTC