Seth Arnold
Seth Arnold
Hello, I love using https://danielkeep.github.io/itercheat_baked.html as a reference, but at this point it's pretty dated. It's still useful but as time goes on I worry that I may overlook options...
Christopher Barrington-Leigh reports that fprintd-enroll does not prompt for authentication before adding new fingerprints to the database: https://bugs.launchpad.net/ubuntu/+source/fprintd/+bug/1532264 The most important part of the description from that bug is: This...
Hello, cppcheck reports some issues with the current codebase; these might be issues that are otherwise hard to track down, or might be entirely harmless, just odd: ``` command2foo2lava-pjl.c:413:31: error:...
Hello, some of my team mates are using a bot where some of its messages are short summaries, and more details are available in the web interface by clicking a...
Hello, I quite often use `ctrl+W` and `ctrl+U` to kill words and lines, and then use `ctrl+Y` to re-insert those killed words. I'd like to have this functionality in Matterhorn....
Hello, I'm giving gamemode a quick review as part of Ubuntu's Main Inclusion Process. I'm concerned that this function may not work as intended: https://github.com/FeralInteractive/gamemode/blob/master/daemon/gamemode-context.c#L1006 The callers are allocating a...
Hello, please add a `SECURITY.md` file and fill out a security policy on this repository: https://github.com/snowflakedb/gosnowflake/security/policy Please also consider setting a default security policy: https://docs.github.com/en/code-security/getting-started/securing-your-organization Thanks
https://github.com/snowflakedb/gosnowflake/blob/4f0bbba0b18a95d3ef143eb8b1173b5276a1bf20/ocsp.go#L820 Hello, there's some inconsistent error messages in `writeOCSPCacheFile()`: ``` err := os.Mkdir(cacheLockFileName, 0600) switch { case os.IsExist(err): statinfo, err := os.Stat(cacheLockFileName) if err != nil { logger.Debugf("failed to write...
Hello, I'm giving marisa a quick review as part of an Ubuntu Main Inclusion Request: https://bugs.launchpad.net/ubuntu/+source/marisa/+bug/1914808 This is just a quick review, nothing too deep. Coverity reported a race condition...
https://github.com/coturn/coturn/blob/337e88282a8637510d4b37c9f8337ca911edfc3a/src/apps/relay/turn_admin_server.c#L1215 Hello, is this write to `..[buffer_size]=0` an off-by-one issue? Or is the name `buffer_size` just incorrect? Thanks ``` int buffer_size = (int)ioa_network_buffer_get_size(in_buffer->nbh); if (buffer_size > 0) { SOCKET_TYPE st...