]> git.ipfire.org Git - thirdparty/tvheadend.git/commit
replace 'struct sockaddr' with 'struct sockaddr_storage' release/4.0 v4.0.10
authorJaroslav Kysela <perex@perex.cz>
Sat, 8 Apr 2017 09:10:56 +0000 (11:10 +0200)
committerJaroslav Kysela <perex@perex.cz>
Sat, 8 Apr 2017 09:10:59 +0000 (11:10 +0200)
commitb3713485887e685343e99342112852c85e1e5148
tree0a27f34a5ccecea741616cd6d252ca7aa7bdd834
parentab7c0b792932888d1bac17de138f34f561a3f0cd
replace 'struct sockaddr' with 'struct sockaddr_storage'

this really fatal problem caused stack overflows - detected by c-lang sanitizers
src/access.c
src/access.h
src/htsp_server.c
src/http.c
src/satip/rtp.c
src/satip/rtsp.c
src/satip/server.c
src/tcp.c
src/tcp.h
src/webui/comet.c