Overview
| Comment: | Fix OFSocketAddressUNIXPath |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | unix-sockets |
| Files: | files | file ages | folders |
| SHA3-256: |
24ffb76ae28a44e725d332c68e827f45 |
| User & Date: | js on 2021-10-24 22:09:37 |
| Other Links: | branch diff | manifest | tags |
Context
|
2021-10-24
| ||
| 22:21 | OFUNIXStreamSocketTests: Fix test description (Closed-Leaf check-in: 4416be270e user: js tags: unix-sockets) | |
| 22:09 | Fix OFSocketAddressUNIXPath (check-in: 24ffb76ae2 user: js tags: unix-sockets) | |
| 21:15 | Add OFUNIXStreamSocket (check-in: aaf477fc88 user: js tags: unix-sockets) | |
Changes
Modified src/OFSocket.m from [0370baa1c4] to [626dd6d6ed].
| ︙ | |||
904 905 906 907 908 909 910 | 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 | - - + - + - + + + - - + + - + - - - |
memcpy(node, address->sockaddr.ipx.sipx_node, IPX_NODE_LEN);
}
OFString *
OFSocketAddressUNIXPath(const OFSocketAddress *_Nonnull address)
{
|