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

Add fix for issue #135 in Advapi32Util (reading empty values) #136

Merged
merged 1 commit into from
Oct 8, 2012

Conversation

danwi
Copy link
Contributor

@danwi danwi commented Oct 8, 2012

With this fix it is possible to read values from registry of the following
types even when the size of the value is 0:

REG_SZ
REG_EXPAND_SZ
REG_MULTI_SZ
REG_NONE
REG_BINARY (fixed by earlier committer)

Advapi32UtilTest updated with unit test triggering the bug.

…ty values)

With this fix it is possible to read values from registry of the following
types even when the size of the value is 0:

REG_SZ
REG_EXPAND_SZ
REG_MULTI_SZ
REG_NONE
REG_BINARY (fixed by earlier committer)

Advapi32UtilTest updated with unit test triggering the bug.
@dblock
Copy link
Member

dblock commented Oct 8, 2012

Thanks, merging. Could you please update CHANGES as well?

dblock added a commit that referenced this pull request Oct 8, 2012
Add fix for issue #135 in Advapi32Util (reading empty values)
@dblock dblock merged commit 5c2923c into java-native-access:master Oct 8, 2012
@danwi
Copy link
Contributor Author

danwi commented Oct 8, 2012

The CHANGES file has been updated in my topic-branch. Do you want a new pull request?

@dblock
Copy link
Member

dblock commented Oct 8, 2012

Yes, please.

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