Project

General

Profile

Actions

Anomalie #441

open

SIG6 in main.c

Added by François Cerbelle about 2 months ago. Updated about 2 months ago.

Status:
Résolu
Priority:
Haut
Target version:
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 #1

Updated by François Cerbelle about 2 months ago

  • Status changed from Nouveau to Résolu
  • % Done changed from 0 to 100
Actions

Also available in: Atom PDF