[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: [tor-bugs] #6877 [Core Tor/Tor]: Finally replace all char[] buffers with uint8_t[] buffers
#6877: Finally replace all char[] buffers with uint8_t[] buffers
-------------------------------------------------+-------------------------
Reporter: nickm | Owner:
Type: defect | Status: new
Priority: High | Milestone: Tor:
| unspecified
Component: Core Tor/Tor | Version:
Severity: Normal | Resolution:
Keywords: tor-client tor-relay refactoring | Actual Points:
technical-debt lots-of-work |
Parent ID: | Points: 10
Reviewer: | Sponsor:
-------------------------------------------------+-------------------------
Comment (by catalyst):
uint8_t is required by C99 to have no padding bits so the existence of
uint8_t implies CHAR_BIT==8. The highly improbable condition to test for
is that CHAR_BIT==8 and uint8_t exists, but uint8_t is a type (e.g., an
extended integer type) that's distinct from unsigned char.
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/6877#comment:24>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
_______________________________________________
tor-bugs mailing list
tor-bugs@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs