Mentions légales du service

Skip to content

5 small bugs

Cyril Bouvier requested to merge fix-small-bugs into master

5 small bugs found while playing with cado (one commit for each bug):

  • 72fb7ec0: error (undefined variable) in the python script: an else branch that should raise an Exception failed to build the exception message
  • 2d062fd3 and 677d4ace: FILE * not checked to be not NULL before use (easily triggered when the output dir does not exist)
  • 71fe689b: small memory leak in utils/renumber_proxy.cpp (new without corresponding delete)
  • ce5f75ba: in freerel, early detection of too large lpb to avoid overflow while printing 2^max(lpb)

Merge request reports