Replace dereference of NULL vg with passed vgname to the function
_vg_read_raw_area() in the error path for too large MDA.
Version 2.02.76
===================================
+ Fix NULL pointer dereference for too large MDA error path in _vg_read_raw_area().
Use static for internal _align_chunk() and _new_chunk() from pool-fast.c.
Fix vgchange to process -a, --refresh, --monitor and --poll like lvchange.
Add lvm2app functions to query any pv, vg, or lv property / report field.
if (wrap > rlocn->offset) {
log_error("VG %s metadata too large for circular buffer",
- vg->name);
+ vgname);
goto out;
}