-
Notifications
You must be signed in to change notification settings - Fork 13
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
abd using wrong size on free #6
Comments
Inviting @bwatkinson for assistance when they have time |
@lundman could you point me to you OSX branch? I was going to look over the abd_os.c to see if I can spot anything. |
sorted2 - is the one to use. https://github.com/openzfsonosx/openzfs/blob/sorted2/module/os/macos/zfs/abd_os.c
|
Personally, I am guessing that if you kept |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ie, abd_alloc_scatter_offset_chunkcnt() allocates with 4 chunkcnt, but abd_free_struct uses 2 when calling free.
as discussed in openzfs/zfs#10431
zfstests: zpool_upgrade
The text was updated successfully, but these errors were encountered: