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

ISPN-2167 Fixed issue where array offset and size were not used when cal... #1222

Closed
wants to merge 1 commit into from

Conversation

wburns
Copy link
Member

@wburns wburns commented Jul 20, 2012

As you can see from diff the code is passing in the original byte array instead of the copied version. Looking at the issue though there is really no need to copy the array when you could just pass it in with the offset and length as the commit has. This way is doesn't needlessly copy the data again.

@galderz
Copy link
Member

galderz commented Jul 23, 2012

Thanks Williams! Did you already sign our CLA?

@galderz galderz closed this Jul 23, 2012
@wburns
Copy link
Member Author

wburns commented Jul 23, 2012

No I have not. Interestingly I didn't see notes on here https://docs.jboss.org/author/display/ISPN/Contributing+to+Infinispan to do so.

Also when I google for infinispan CLA it does bring me to a jboss webpage but I am unable to do anything on the page :(

@galderz
Copy link
Member

galderz commented Jul 24, 2012

@wburns Apologies for the lack of information in our site regarding the CLA. I've just added some info to https://docs.jboss.org/author/x/ZQFJ

Our CLA site is https://cla.jboss.org/index.seam - is that the one you found? Basically, you have to log into your jboss.org account and sign one of the agreements (individual or company).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants