Opened 13 years ago
Closed 13 years ago
#4067 closed defect (fixed)
[with patch, positive review] hmm.pyx and ghmm.pyx valgrind issues
Reported by: | mabshoff | Owned by: | mabshoff |
---|---|---|---|
Priority: | major | Milestone: | sage-3.1.2 |
Component: | memleak | Keywords: | |
Cc: | Merged in: | ||
Authors: | Reviewers: | ||
Report Upstream: | Work issues: | ||
Branch: | Commit: | ||
Dependencies: | Stopgaps: |
Description
This is a broken out patch from #3984. It does not fix the doctest, but numerous issues valgrind picks up. Someone needs to remember that C strings are NULL terminated :)
Cheers,
Michael
Attachments (1)
Change History (4)
comment:1 Changed 13 years ago by
- Status changed from new to assigned
Changed 13 years ago by
comment:2 Changed 13 years ago by
- Summary changed from [with patch, needs review] hmm.pyx and ghmm.pyx valgrind issues to [with patch, positive review] hmm.pyx and ghmm.pyx valgrind issues
comment:3 Changed 13 years ago by
- Resolution set to fixed
- Status changed from assigned to closed
Merged in Sage 3.1.2.rc0
Note: See
TracTickets for help on using
tickets.
Patch looks good, I only read it though.