OpenPrinting / cups

OpenPrinting CUPS Sources
https://openprinting.github.io/cups
Apache License 2.0
1.02k stars 182 forks source link

Test failed: httpdaddrGetList fails to execute when hostname contains capital letters #723

Closed wenpei-z closed 1 year ago

wenpei-z commented 1 year ago

Describe the bug

httpdaddrGetList fails to execute when hostname contains capital letters

To Reproduce Steps to reproduce the behavior: 1.git clone https://github.com/OpenPrinting/cups.git 2.Compile and make check

Expected behavior

httpdaddrGetList() executed successfully

Screenshots image

zdohnal commented 1 year ago

Hi,

I can't reproduce with the latest version.

Can you try with the latest version? What is your OS?

michaelrsweet commented 1 year ago

Also, CUPS is just passing the hostname through getnameinfo, and DNS is case-insensitive.

zdohnal commented 1 year ago

No response here for 3 months, closing the issue.