Fixes potential crash when trying to print if a CUPS printer name contains an asterisk.
Signed-off-by: Owen Rudge orudge@codeweavers.com --- dlls/winspool.drv/info.c | 12 ++++++++++++ 1 file changed, 12 insertions(+)
On 8 Mar 2021, at 23:33, Owen Rudge orudge@codeweavers.com wrote:
Fixes potential crash when trying to print if a CUPS printer name contains an asterisk.
Signed-off-by: Owen Rudge orudge@codeweavers.com
dlls/winspool.drv/info.c | 12 ++++++++++++ 1 file changed, 12 insertions(+)
I've sent in a v2 which uses strpbrk().
Thanks, Huw.