Commits

Andy Green authored 09490aeb93a
coverity 160167 resource_path set at cmake may overflow buffer resource_path is configured at cmake time (it's like /usr/share/libwebsockets-test-server) it's true if you gave a >255 char path there it would blow up. It's fixed but again not network-accessible. Signed-off-by: Andy Green <andy@warmcat.com>