|
Bugzilla – Full Text Bug Listing |
| Summary: | windows:mingw:win32/mingw32-openssl-1_1: fips self test fails on windows due to invalid path | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE.org | Reporter: | Stephan Jauernick <info> |
| Component: | 3rd party software | Assignee: | Fridrich Strba <fstrba> |
| Status: | RESOLVED FIXED | QA Contact: | E-mail List <screening-team-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | forgotten_8UYIdkKBha, fridrich.strba, info, mkbosmans, perry.werneck, ralf.habacker |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Attachments: | Visualization of the bug symptoms | ||
|
Description
Stephan Jauernick
2023-05-19 20:32:49 UTC
Hi Stephan, I can confirm this bug by running the icecast executable on Windows 10. procmon shows a few lines, which looks to be related to this issue: 08:57:34,1176641 icecast.exe 7636 CreateFile C:\Program Files (x86)\Icecast\.C:\Program Files (x86)\Icecast\bin\libcrypto-1_1.dll.hmac NAME INVALID Desired Access: Generic Read, Disposition: Open, Options: Synchronous IO Non-Alert, Non-Directory File, Attributes: N, ShareMode: Read, Write, AllocationSize: n/a -> incorrect detection of a file located in the installation path 08:57:34,1200828 icecast.exe 7636 CreateFile C:\proc\sys\crypto\fips_enabled PATH NOT FOUND Desired Access: Generic Read, Disposition: Open, Options: Synchronous IO Non-Alert, Non-Directory File, Attributes: N, ShareMode: Read, Write, AllocationSize: n/a -> looks to be a part in the code not ported to win32. 08:57:34,1203185 icecast.exe 7636 CreateFile C:\Program Files (x86)\Icecast\.C:\Program Files (x86)\Icecast\bin\libcrypto-1_1.dll.hmac NAME INVALID Desired Access: Read Attributes, Disposition: Open, Options: Open Reparse Point, Attributes: n/a, ShareMode: Read, Write, Delete, AllocationSize: n/a -> incorrect detection of a file located in the installation path See https://build.opensuse.org/request/show/1088308 for an associated submit request to fix this issue. See https://build.opensuse.org/request/show/1088311 for an associated submit request to fix the issue for 64 bit builds. The issue has been resolved for mingw32 and mingw64 builds. Hi Ralf, (In reply to Ralf Habacker from comment #4) > The issue has been resolved for mingw32 and mingw64 builds. Thank you very much for this very speedy fix! I can confirm now that the fix worked. Will try to attach procmon later to see what it tries to do now. Kind Regards, Stephan *** Bug 1210415 has been marked as a duplicate of this bug. *** |