Skip to content

fix issue #15 and few other #16

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

fix issue #15 and few other #16

wants to merge 3 commits into from

Conversation

XakerTwo
Copy link
Contributor

@XakerTwo XakerTwo commented Feb 17, 2025

- partial revert of d94ead3
- remove double OOM check (ace9bbf)
- fix typo in .sh, that leads to incorrect .cat file (74c1009 and ef31458 are from parallel features, branched from f6a3c0f; 1st did not change problematic line, but 2nd did; there was conflict between them resolved as 5db4e1a)
- fix bug in hwids parser on specific input; looks like i was aware of the root issue, but solve it not fully(correctly)

partially revert of d94ead3
additionally remove double OOM check ( ace9bbf )
XakerTwo referenced this pull request Feb 17, 2025
When you put something in double quotes it will be
passed as one parameter (one argv) to the program.
This is a way to pass whitespace to programs. In
our case the double quotes were wrong since we
want to pass -G and the GUID (or -T and the timestamp)
as seperate (argv) parameters.

Now it builds with WinDRBD and the CAT files generated
can be used to load the driver.
when target hardware id(-s) was not passed to `.sh` - fallback value is used
however, during LINBIT#8 typo was introduced
as a result - fallback value is in an incorrect and unused variable, while used variable remains empty
when several delimiters follows one by one with no data between
one of them would be captured as part of the hwid or as a separate hwid
for example, ",hwid1,hwid2,," would be parsed as ",hwid1" "hwid2" ","
bug occurred due to missing update of hwid_begin
@XakerTwo XakerTwo changed the title fix issue #15 - all is PE after first PE fix issue #15 and few other Feb 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants