mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-08 12:01:56 +00:00
![Rodrigo Osorio](/assets/img/avatar_default.png)
Release note: Documentation: * Switch to https for hadrons.org URLs. Code cleanup * Check strSubFamily for emptiness when assigning it. * Use matching delete [] operator for new []. * Use std::string instead of static buffers. * Check error failures from socket() call. * Do no dereference TTFont variable before using it. * Use memcpy() instead of strncpy() to copy a fixed-length string. * Initialize structs that go over the wire to 0. * Remove pathname length check.