[PATCH] wininet: Resize buffer when call to InternetCanonicalizeUrlW fails in InternetCrackUrlW

Sebastian Lackner sebastian at fds-team.de
Mon Nov 14 07:55:56 CST 2016


On 13.11.2016 21:15, Marcus Meissner wrote:
> From: Michael Müller <michael at fds-team.de>
> 
> Import from wine-staging
> Fixes wine bug 40598 in staging
> 
> Signed-off-by: Michael Mueller <michael at fds-team.de>
> Signed-off-by: Marcus Meissner <meissner at 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




More information about the wine-devel mailing list