Mike Frysinger

Results 280 comments of Mike Frysinger

i posted https://github.com/WebAssembly/WASI/pull/189 to add FIFO filetype

my WASI PR is merged now. was there something else needed here before merging?

i think a new snapshot has been posted by now ? so can we merge ?

i noticed this issue while debugging a program that was mishandling `fd_set` (assuming it was implemented using a bitmask) and causing memory corruption when using WASI libc. that was a...

> Could you clarify this? I'm not seeing from your description how cloudlibc has undefined behavior here. i quoted it in my original report/description: > * [select()](https://pubs.opengroup.org/onlinepubs/9699919799/functions/select.html) > > The...

we do not want this behavior. packages can install symlinks, and can point to things they don't own. people can create their own symlinks. having qfile incorrectly attribute these symlinks...

work has moved to https://github.com/rapier1/openssh-portable ... 6.8p1 can be found there

the repo i referred to holds the latest official work. Chris was going to update the other pages to refer to the github repo.

there is no official release for 6.7p1. Gentoo's unofficial patchset is here: https://dev.gentoo.org/~vapier/dist//openssh-6.7p1-hpnssh14v5.tar.xz then again, you really shouldn't be using old versions with known security problems.

i haven't super digested the thread here, but one thing stands out: > I hoped to spell out the clear choice here. If the spec limits to writing whole files,...