On 13.11.2016 21:15, Marcus Meissner wrote:
From: Michael Müller michael@fds-team.de
Import from wine-staging Fixes wine bug 40598 in staging
Signed-off-by: Michael Mueller michael@fds-team.de Signed-off-by: Marcus Meissner meissner@suse.de
If the patch submission rules have not been changed at this WineConf, it is still not allowed to add Signed-off-by lines for other people.
Also, the patch is most likely not the right way to fix it, as I already pointed out in https://www.winehq.org/pipermail/wine-patches/2016-July/152110.html:
""" Reason for the failure is because after decoding a "/" is added, and it does not fit into the buffer anymore. Michael wrote a patch to dynamically allocate a buffer, however I do not think the "/" should be added in the first place. """
Regards, Sebastian