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
Hi,
rtkrcv crashes on systems using other libc than glibc (like musl or uclibc-ng). Can reproduce it on Pinephone (alpine w/ musl) and Raspberry Pi 0w (buildroot w/ both musl and uclibc-ng).
It does not crash on start, but when I connect via telnet and try to print status. It crashes in prstatus() of rtkrcv.c and I do not know why.
Hi,
rtkrcv crashes on systems using other libc than glibc (like musl or uclibc-ng). Can reproduce it on Pinephone (alpine w/ musl) and Raspberry Pi 0w (buildroot w/ both musl and uclibc-ng).
It does not crash on start, but when I connect via telnet and try to print status. It crashes in prstatus() of rtkrcv.c and I do not know why.
Maybe the stack is corrupted or something?
The text was updated successfully, but these errors were encountered: