Stephane Chazelas

Results 10 issues of Stephane Chazelas

At the moment, ``` bsdtar -xf file.tar '*' ``` Or: ``` printf '%s\n' '*' | bsdtar -T /dev/stdin -xf file.tar ``` Or: ``` printf '%s\0' '*' | bsdtar --null -T...

`bsdtar -t` does output non-printable characters including newline with `\` escaping (and `\` as `\\`), so it is unambiguous which is good. However, it makes it difficult to post-process it...

That's a regression since (introduced after) ksh93u+. Here tested with ksh2020 on Ubuntu 20.04. ``` $ echo "" ``` That's missing `after`. Note that it also applies to the `${...

Reproduced with `version sh (AT&T Research) 93u+ 2012-08-01` and `version sh (AT&T Research) 93v- 2014-12-24` on Debian GNU/Linux amd64: According to the man page `read -n` reads a number of...

bug

On Debian GNU/Linux amd64 with packaged lsof 4.95.0 or built from current git HEAD (582d2331ed216b61265c49976ff36196c18c9a2a), for processes with an empty process name (as with `perl -e '$0 = ""'` for...

### Description: When configuring authentication in my instance, in my case LDAP using the "cyrus" module as per https://jitsi.github.io/handbook/docs/devops-guide/ldap-authentication/, without a guest subdomain enabled, in google-chrome, upon starting or joining...

**Describe the bug** I can (sort of) understand the truncation of the fd number (and asterisk alerting about it) in: ``` $ bash -c 'ulimit -n 20000; exec 12345 /dev/null;...

bug

When using ``` echo test | gsmsendsms -C "$service_center" -b 19200 -d "$device" "$mobile_number" ``` I get a ``` ME/TA error 'invalid PDU mode parameter' (code 304) ``` Running it...

When the DB reaches 2GiB in size, mairix fails with: ``` lseek '/path/to/db': Invalid argument ``` (here indexing over 3 million messages in maildir boxes).

(This is similar to https://github.com/openssl/openssl/issues/13382 except that one started more as what looks like a user error or the OP's misunderstanding of the API so may have been overlooked; see...

branch: master
help wanted
triaged: feature