perl-catalyst / FCGI

Fast CGI module (https://metacpan.org/pod/FCGI)
Other
4 stars 6 forks source link

Check socket path length in OS_CreateLocalIpcFd() and OS_FcgiConnect() #5

Closed ppisar closed 4 years ago

ppisar commented 5 years ago

If passed binPath argument is longer than MAXPATHLEN, we will write passed the buffer. This patch fixes it.

karenetheridge commented 4 years ago

merged, thanks!