[PATCH 5/5] setupapi: Fix hex digit check in SetupGetBinaryField.
Signed-off-by: Jacek Caban <jacek(a)codeweavers.com> --- dlls/setupapi/parser.c | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-)
Hi, While running your changed tests, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at: https://testbot.winehq.org/JobDetails.pl?Key=64648 Your paranoid android. === debian10 (32 bit report) === atl: registrar.c:127: Test failed: binary unquoted value was not preserved (it's 0xDEAD0123) === debian10 (32 bit Chinese:China report) === atl: registrar.c:127: Test failed: binary unquoted value was not preserved (it's 0xDEAD0123) === debian10 (32 bit WoW report) === atl: registrar.c:127: Test failed: binary unquoted value was not preserved (it's 0xDEAD0123) === debian10 (64 bit WoW report) === atl: registrar.c:127: Test failed: binary unquoted value was not preserved (it's 0xDEAD0123)
participants (2)
-
Jacek Caban -
Marvin