#popen — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #popen, aggregated by home.social.
-
#Claude Code fand eine Remote Code Execution in einer populären Distribution des Mailservers #qmail.
Das Problem lag an #popen und man benötigt einen wunderschönen MX-Record der Form:
x'`id>/tmp/pwned`'y.example.com
Das "reine" qmail von @djb ist nicht betroffen.
https://blog.calif.io/p/we-asked-claude-to-audit-sagredos
https://github.com/califio/publications/tree/main/MADBugs/qmail
-
#Claude Code fand eine Remote Code Execution in einer populären Distribution des Mailservers #qmail.
Das Problem lag an #popen und man benötigt einen wunderschönen MX-Record der Form:
x'`id>/tmp/pwned`'y.example.com
Das "reine" qmail von @djb ist nicht betroffen.
https://blog.calif.io/p/we-asked-claude-to-audit-sagredos
https://github.com/califio/publications/tree/main/MADBugs/qmail
-
#Claude Code fand eine Remote Code Execution in einer populären Distribution des Mailservers #qmail.
Das Problem lag an #popen und man benötigt einen wunderschönen MX-Record der Form:
x'`id>/tmp/pwned`'y.example.com
Das "reine" qmail von @djb ist nicht betroffen.
https://blog.calif.io/p/we-asked-claude-to-audit-sagredos
https://github.com/califio/publications/tree/main/MADBugs/qmail
-
#Claude Code fand eine Remote Code Execution in einer populären Distribution des Mailservers #qmail.
Das Problem lag an #popen und man benötigt einen wunderschönen MX-Record der Form:
x'`id>/tmp/pwned`'y.example.com
Das "reine" qmail von @djb ist nicht betroffen.
https://blog.calif.io/p/we-asked-claude-to-audit-sagredos
https://github.com/califio/publications/tree/main/MADBugs/qmail
-
#Claude Code fand eine Remote Code Execution in einer populären Distribution des Mailservers #qmail.
Das Problem lag an #popen und man benötigt einen wunderschönen MX-Record der Form:
x'`id>/tmp/pwned`'y.example.com
Das "reine" qmail von @djb ist nicht betroffen.
https://blog.calif.io/p/we-asked-claude-to-audit-sagredos
https://github.com/califio/publications/tree/main/MADBugs/qmail
-
@deater78 does a popen of “/bin/true” fail?
BTW: it seems that popen does not reliably set errno, but it doesn’t hurt to clear it beforehand and test for non-zero afterwards.
What OS and glibc release are you using? Im curious to read the source for your popen lib call.
Fun fact: during POSIX we tired to specify what pclose did but couldn’t reliably do so. So I invented a new system call: waitpid(2) and now pclose(3) can reliably reap the correct child process.
-
📢 a new #rstats package from the lab! @Ruthnanje
HLADiversity: visualising HLA diversity in R
👉plot HLA frequency across different ancestries
👉return frequency matrices for further analysisLearn more about it below👇
-
Linux Fu: Simple Pipes - In the old days, you had a computer and it did one thing at a time. Literally. You... - https://hackaday.com/2022/03/16/linux-fu-simple-pipes/ #interprocesscommunication #hackadaycolumns #linuxhacks #linux #pipes #popen #ipc