Pierre Pronchery

Results 22 issues of Pierre Pronchery

**Describe the bug** On a triple-head setup with a dual-screen KVM, with an AMD RX 570 graphics card. After switching once to a text-based console (e.g., vt01) and back to...

Changes: https://github.com/google/osv-scanner/releases/tag/v1.7.2 Sponsored by: The FreeBSD Foundation

It seems to me that neither `app.testing` from Flask nor the `MAIL_SUPPRESS_SEND` configuration variable are ever enforced, even through the `Mail.suppress` class member. This patch should actually implement the behaviour...

This fixes sending e-mails with Flask-Sendmail when using Python 3.8.

This is relevant to FreeBSD's ports, and possibly to any other project using the VuXML format in order to track vulnerabilities. (http://vuxml.freebsd.org) The objective is to help FreeBSD offer security...

An assert() was setting the error variable instead of checking it. Reported by: Coverity Scan CID: 1521431 Sponsored by: The FreeBSD Foundation

In nvmf_host_fetch_discovery_log_page(), the log variable may have been allocated on the heap during a first loop cycle, and should be free()'d again before exiting upon errors. Reported by: Coverity CID:...

ready

In copy_file(), make sure the from_fd file descriptor is closed even when the operation failed early. Reported by: Coverity Scan CID: 1545036 Sponsored by: The FreeBSD Foundation

needs-review

In chn_init(), if dsp_unit2name() fails, the code sets ret to EINVAL and jumps to the out2 label, where the b and bs snd_dbuf variables may be destroyed without having been...

needs-review

Changes: https://github.com/google/osv-scanner/compare/v1.7.1...v1.8.1 This also fixes detecting if Go is installed locally at run-time, when checking for known vulnerabilities against source code written in Go. Sponsored by: The FreeBSD Foundation