-
Notifications
You must be signed in to change notification settings - Fork 6
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
array: add test code #35
Conversation
Signed-off-by: Takahiro Yamashita <[email protected]>
Oh, the test indicated removing APIs had a bug. https://github.com/fluent/cfl/actions/runs/5034666306/jobs/9029600025?pr=35#step:4:100
|
memcpy doesn't allow overlap. Signed-off-by: Takahiro Yamashita <[email protected]>
I fixed array API by using memmove. https://linux.die.net/man/3/memcpy
|
The changes I requested are not limited to the particular instances where I added them, please make those improvements globally. |
Signed-off-by: Takahiro Yamashita <[email protected]>
Signed-off-by: Takahiro Yamashita <[email protected]>
Yes, that's totally legit! |
Signed-off-by: Takahiro Yamashita <[email protected]>
Signed-off-by: Takahiro Yamashita <[email protected]>
@leonardo-albertovich is this approved ? |
Signed-off-by: leonardo-albertovich <[email protected]>
This patch is to
cfl_array_size
to iterate array to hide internal ofcfl_array
from user.