Petr Pisar

Results 69 issues of Petr Pisar

Mojo::Base 0.50 enables unicode_strings feature in the scope where it used from. As a result, deserializing a regular expression injects qr//u flag to regexp object although the was no such...

**Describe the bug** import('python').find_installation('python2') does not check that the interpreter is Python 2. **To Reproduce** If there is "python" executable and no "python2" executable, then import('python').find_installation('python2') succeeds: ~~~~ $ cat...

dbd_st_finish() calls mysql_db_async_result() without checking its return value. mysql_db_async_result() can fail and it that case dbd_st_finish() should also signal an error.

prepared statements
async

Shebang has only a meaning for an executable script. DBD::mysql Perl module is not an executable script that someone would run as an standalone program. Morover, the file would have...

rpm-4.19.0 added a new SourceLicense tag. It is used at the same place as License tag. This patch adds the new tag name into a Vim syntax file to be...

After creating a pull request into rhel-8.10 branch I got a CI failure in "DNF CI / Copr Build (pull_request_target)": COPR build failed . COPR only lists a single build...

Triaged

I tried to build and run tests with httpd 2.4.37 and perl 5.28.0 and discovered some issues. This patch set fixes all the issues. It reverts the "Removed -D_FILE_OFFSET_BITS=64" commit...

https://github.com/zeevt/csnappy/issues/39

The latest commit 6c10c305e8dde193546e6b33cf8a785d5dc123e2 added check_unaligned_uint64 test which calls "make clean". As a result if tests are performed in parallel (e.g. "make -j4 test"), they fail because the clean target...

Every shared library should have a soname for the case when ABI changes and it is necessary to distinguish the incompatible libraries. Otherwise existing executables can start crashing or misbehave....