Fix restoring extended attributes from global PAX headers

Copyright-paperwork-exempt: Yes
This commit is contained in:
xiangjingsi
2025-05-08 22:53:23 +03:00
committed by Sergey Poznyakoff
parent d175e21b7f
commit e36d3354c7

View File

@@ -670,7 +670,7 @@ run_override_list (struct keyword_list *kp, struct tar_stat_info *st)
{
struct xhdr_tab const *t = locate_handler (kp->pattern);
if (t)
t->decoder (st, t->keyword, kp->value, strlen (kp->value));
t->decoder (st, kp->pattern, kp->value, strlen (kp->value));
}
}