You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I suspect it's failing to parse variants of the host that don't exactly match the address of an interface, but it should at least error instead of going ahead with 0.0.0.0
I tried to build the source to see what's up but the Makefile is pretty wonky (it's trying to build with -o instead of -c even though there's no main) so I gave up
The text was updated successfully, but these errors were encountered:
raylu
added a commit
to raylu/baby_debugger
that referenced
this issue
Apr 24, 2024
running this with either
127.1
orlocalhost
both cause it to claimor
but
I suspect it's failing to parse variants of the host that don't exactly match the address of an interface, but it should at least error instead of going ahead with 0.0.0.0
I tried to build the source to see what's up but the
Makefile
is pretty wonky (it's trying to build with-o
instead of-c
even though there's nomain
) so I gave upThe text was updated successfully, but these errors were encountered: