Results 28 comments of pcworld

Use the following shell script to reproduce. It creates a symlink, dumps the pmem image and then zeroes a single byte of the symlink target path. ```sh set -ex mount...

I'm short on time, but there is the following workaround (it performs unnecessary flushes, but is at least correct hopefully): ```diff --- a/fs/nova/nova.h +++ b/fs/nova/nova.h @@ -263,6 +263,9 @@ static...

> I think for most of the time we do meet the alignment requirements, right? I have also observed other cases where this bug hits: Symlink creation (target name), and...

If anyone wants to test this on a WH-1000XM3, I have created a very dirty [patch](https://gist.github.com/pcworld/5fe6f423276e43da09d336d29ee48e9e) to the PR based on Plutoberth's observations (for testing only, not for upstreaming). I...

There's [a workaround](https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=748528#10) on the Debian bugtracker which only involves modifying configuration files, so you don't have to recompile SMC.

As Mozilla seems to have killed their forums: https://web.archive.org/web/20150604004618/https://forums.mozilla.org/viewtopic.php?f=7&t=24109

> Without them, software like evolution-etesync doesn't work properly as (at least on Alpine's build system) it automatically links against `libetebase.so.0`. This probably is so because the ELF `soname` of...

If my hypothesis is true and the profile name needs to be broadcast after new joins, I don't really see how signal-cli could fix this, since I only invoke signal-cli...

[The current escaping](https://github.com/vesse/node-ldapauth-fork/blob/710dcaaf28af3e20164ad2b641e44b8c6cd622ea/lib/ldapauth.js#L296) is insufficient. In certain scenarios, this may even be a security issue. See https://ldapwiki.com/wiki/DN%20Escape%20Values and https://tools.ietf.org/search/rfc4515 for some characters that need escaping.

To me, it seems that this has been fixed by Etherpad 1.8.7 (https://github.com/ether/etherpad-lite/releases/tag/1.8.7), and indeed I don't need a dummy password anymore (I used to need it with 1.8.6): >...