close Warning: Can't synchronize with repository "(default)" (/var/svn/tolp does not appear to be a Subversion repository.). Look in the Trac log for more information.

Opened 17 years ago

Closed 17 years ago

#559 closed defect (fixed)

MatReadFile causes TOL crash reading a bmt

Reported by: Víctor de Buen Remiro Owned by: Víctor de Buen Remiro
Priority: highest Milestone:
Component: Math Version: head
Severity: normal Keywords:
Cc:

Description

It's logical that MatReadFile doesn't can read an ascii file as a bmt due it's created to read BBM (Bayes Binary Matrix) files, but TOL must show an error message and continue instead of abort.

Change History (1)

comment:1 Changed 17 years ago by Víctor de Buen Remiro

Resolution: fixed
Status: newclosed

Problem has been solved in CVS HEAD (1.1.7)

BBM reading functions must check file size is compatible with rows and columns before to allocate matrix to prevent corrupted files

Note: See TracTickets for help on using tickets.