Skip to content
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

udev-rules: Fix compile errors with -DDEBUG=1 #288

Merged
merged 1 commit into from
Sep 14, 2024

Conversation

bence98
Copy link

@bence98 bence98 commented Sep 9, 2024

DEBUG turns on some - apparently untested - code that causes compile errors (see linked GitHub issue). Fixing up the unfinished migration to strbufs solves this problem.

Fixes: 915bf0f ("udev: use strbuf to store rules strings")
Closes: #287

`DEBUG` turns on some - apparently untested - code that
causes compile errors (see linked GitHub issue). Fixing up
the unfinished migration to `strbuf`s solves this problem.

Fixes: 915bf0f ("udev: use strbuf to store rules strings")
Closes: eudev-project#287
Signed-off-by: Csókás, Bence <[email protected]>
Copy link
Member

@bbonev bbonev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@bbonev bbonev merged commit aa49f5c into eudev-project:master Sep 14, 2024
2 checks passed
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.

Compile error no member named 'buf' when building with -DDEBUG=1
2 participants