Skip to content
Commit 7f1fbb20 authored by Alexey Dokuchaev's avatar Alexey Dokuchaev
Browse files

net/echoping: fix the segmentation fault at dns.c:111

Add missing prototype for to_upper() which returns char *.  Without it,
compiler assumed that it returns an int, which results in segmentation
fault in init() at dns.c when trying process its result which had been
cast to char *, albeit needlessly (this code does lots of bogus casts).

PR:	220294
parent dbb8d982
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment