Commit e774642
explicitly map host name of * to 0.0.0.0 for compatibility
On Fedora 40, `getaddrinfo()` resolves host name * to 0.0.0.0. However,
on Android it does not, which leads to a number of lldb tests failling
when run against a ds2 server. This change makes explicitly remaps the
name prior to calling `getaddrinfo()` to ensure the most compatibility.
This change matches the behavior of lldb-server, which was added (back)
in llvm/llvm-project@f57453a to address
similar test failures.1 parent bc2f990 commit e774642
1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
179 | 179 | | |
180 | 180 | | |
181 | 181 | | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
182 | 188 | | |
183 | 189 | | |
184 | 190 | | |
| |||
0 commit comments