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.
Note: See
TracTickets for help on using
tickets.
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