Skip to content

Add null check for getgrgid() in eigerDetector::writeOctet, fixes #85#86

Open
nmarks99 wants to merge 1 commit intoareaDetector:masterfrom
nmarks99:master
Open

Add null check for getgrgid() in eigerDetector::writeOctet, fixes #85#86
nmarks99 wants to merge 1 commit intoareaDetector:masterfrom
nmarks99:master

Conversation

@nmarks99
Copy link

@nmarks99 nmarks99 commented Feb 8, 2026

This fixes #85. Perhaps a similar check should also be done for getpwuid as well?

mFileOwner->put(getpwuid(mFsUid)->pw_name);

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.

Null pointer dereference in eigerDetector::writeOctet if name for user's GID is missing

1 participant