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

Fixes #2432 removing extra pointer qualifier #2435

Merged
merged 1 commit into from
Dec 18, 2023
Merged

Fixes #2432 removing extra pointer qualifier #2435

merged 1 commit into from
Dec 18, 2023

Conversation

LeStarch
Copy link
Collaborator

Related Issue(s) #2432
Has Unit Tests (y/n)
Documentation Included (y/n)

Change Description

Fixes #2432.

Rationale

Typo/bug.

Future Work

Note any additional work that will be done relating to this issue.

@@ -375,7 +375,7 @@
// Read is only taking 22 usecs each time, so it is not blocking for long
if (fdset[0].revents & POLLPRI) {

char *buf[MAX_BUF];
char buf[MAX_BUF];

Check notice

Code scanning / CodeQL

Use of basic integral type Note

buf uses the basic integral type char rather than a typedef with size and signedness.
@LeStarch LeStarch merged commit 64b202c into devel Dec 18, 2023
36 checks passed
@thomas-bc thomas-bc deleted the issue-2432 branch December 19, 2023 00:13
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.

LinuxGpioDriver Minor Bug
3 participants