Closed
Description
I have been doing some work with Chirp (I am one of Chris Moretti's students at Princeton), and I found that when Chirp is started with the -Q option ("enforce root quota"), it will crash. The problem appears to be on line 601 of chirp_server.c; chirp_root_path
is uninitialized when passed to chirp_alloc_init
. I have been able to fix this by adding chirp_root_path = cfs->init(chirp_root_url);
just before that call. Hopefully this is a proper solution; if not, what should I do?
Metadata
Metadata
Assignees
Labels
No labels