Vladimir Petko

Results 17 issues of Vladimir Petko

**System (please complete the following information):** - OS: Ubuntu 23.10 - network-manager-strongswan version(s): 1.6.0 - Tested/confirmed with the latest version: yes **Describe the bug** Building network-manager-strongswan with --with-gtk4 option produces...

bug

Describe the bug ---------------- The test suite for clamav fails on armhf platform due to the unaligned memory access[1]. Relevant part of the build log: ``` =================================== FAILURES =================================== 3:...

Java 21 generates 'this-escape' warning if an overridable method is called from the constructor. 'EdnsOption' calls an abstract method from the constructor, producing a genuine warning. Changing this requires redesign,...

When building with Java 21, the following warning appears in the build log: ``` :minidns-dane-java7:debianMavenPom (Thread[#94,Task worker for ':' Thread 18,5,main]) completed. Took 0.031 secs. //minidns-core/src/main/java/org/minidns/record/NSEC.java:113: warning: [lossy-conversions] implicit cast...

I was able to compile procyon with Java 21 using release target 8, but have encountered some test failures: - SwitchTests.testEnumSwitch - enum switch was decompiled as an ordinal switch...

This MR resolves https://github.com/newren/git-filter-repo/issues/523 Git 2.43 has --[no-]mark-tags instead of --mark-tags output. Same applies for --reencode. Check both options. Tests: ``` == t9390-filter-repo.sh == ok 1 - check: basic ->...

std::max() statement fails to compile when arguments are of different types. This becomes a problem on 32-bit architectures where size_t is 4 bytes rather than 8.

This fixes https://github.com/andrewleech/PyWebDAV3/issues/37 as it skips assertions for the unimplemented feature in the litmus test suite. Test results: ``` $ PYTHONPATH=`pwd` python3 test/test_litmus.py Starting davserver Listening on localhost (38028) Running...

The run array contained extra unnecessary quotes which were added to the user credentials causing the test to fail in the init phase.

This MR resolves the following implicit declaration warning (https://github.com/nmap/ncrack/issues/137): ``` xmalloc.c: In function ‘xasprintf’: xmalloc.c:114:13: error: implicit declaration of function ‘vasprintf’; did you mean ‘xasprintf’? [-Werror=implicit-function-declaration] 114 | i =...