[PATCH] D119461: [compiler-rt] Fix endianness in get_sock_peer_name test

2022-02-10 Thread Michał Górny via Phabricator via cfe-commits
This revision was landed with ongoing or failed builds. This revision was automatically updated to reflect the committed changes. Closed by commit rGc65fb0cdf262: [compiler-rt] Fix endianness in get_sock_peer_name test (authored by mgorny). Herald added a project: Sanitizers. Herald added a subscr

[PATCH] D119461: [compiler-rt] Fix endianness in get_sock_peer_name test

2022-02-10 Thread Michał Górny via Phabricator via cfe-commits
mgorny added a comment. Thanks for the prompt review! CHANGES SINCE LAST ACTION https://reviews.llvm.org/D119461/new/ https://reviews.llvm.org/D119461 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/li

[PATCH] D119461: [compiler-rt] Fix endianness in get_sock_peer_name test

2022-02-10 Thread Michał Górny via Phabricator via cfe-commits
mgorny added a comment. @vitalybuka, I suspect this might also fix the test on Android but I don't have an environment to test it. CHANGES SINCE LAST ACTION https://reviews.llvm.org/D119461/new/ https://reviews.llvm.org/D119461 ___ cfe-commits mai

[PATCH] D119461: [compiler-rt] Fix endianness in get_sock_peer_name test

2022-02-10 Thread Michał Górny via Phabricator via cfe-commits
mgorny created this revision. mgorny added reviewers: tamird, vitalybuka. Herald added a subscriber: dberris. mgorny requested review of this revision. Fix passing the port and IP address with the wrong endianness in get_sock_peer_name() that causes the connect() to fail inside without an outgoing