[Rpm-maint] [rpm-software-management/rpm] Ban unprintable ASCII control characters in filenames (#768)

Michael Schroeder notifications at github.com
Wed Jun 26 13:10:12 UTC 2019


Wait, that's not correct. `char` is signed, so you're blocking the 0x80-0xff range as well. Maybe change the code to `*(const unsigned char *)s < 0x20`

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/768#issuecomment-505867719
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20190626/16a41399/attachment.html>


More information about the Rpm-maint mailing list