Hi,
Is anyone else running into an issue when using the stock curl with -u and getting a "Segmentation fault"? I'm using it for dynamic dns:
Doesn't matter whether you use the correct credentials or not.
I'm running on a RT-AC68U, firmware: 386.4, build: Sat Jan 1 18:42:21 UTC 2022 merlin@912515e
stock curl -V:
After I install curl from opkg it works. curl -V from opkg:
Is anyone else running into an issue when using the stock curl with -u and getting a "Segmentation fault"? I'm using it for dynamic dns:
Code:
curl -k -u "user:password" "https://updates.dnsomatic.com/nic/update?hostname=all.dnsomatic.com"
I'm running on a RT-AC68U, firmware: 386.4, build: Sat Jan 1 18:42:21 UTC 2022 merlin@912515e
stock curl -V:
Code:
curl 7.79.1 (arm-unknown-linux-gnu) libcurl/7.79.1 OpenSSL/1.1.1m
Release-Date: 2021-09-22
Protocols: file ftp ftps http https imap imaps mqtt pop3 pop3s smb smbs smtp smtps
Features: alt-svc HSTS IPv6 Largefile NTLM SSL TLS-SRP UnixSockets
Code:
curl 7.80.0 (arm-openwrt-linux-gnu) libcurl/7.80.0 OpenSSL/1.1.1l zlib/1.2.11
Release-Date: 2021-11-10
Protocols: file ftp ftps http https imap imaps mqtt pop3 pop3s rtsp smtp smtps tftp
Features: alt-svc HSTS HTTPS-proxy IPv6 Largefile libz SSL
Last edited: