Actions
Anomalie #441
openSIG6 in main.c
Start date:
11/05/2024
Due date:
% Done:
100%
Estimated time:
Description
/home/francois/WIP/rsstats $ cat input 127.0.0.1,admin@demo.com,password, /home/francois/WIP/rsstats $ ./src/rsstats -i input Input file (cluster definitions): input Output file (report): rsstats.csv RFC4180 forbids comma at the end of record password, at 8. Erreur de segmentation
main.c:55
52 host = csvtok(configline); 53 user = csvtok(NULL); 54 pass = csvtok(NULL); 55 insecure = csvtok(NULL); 56 cacert = csvtok(NULL);
Actions