#14501: Fix memory allocation problems in data_structures_pyx.pxi
---------------------------------+------------------------------------------
       Reporter:  dcoudert       |         Owner:  joyner      
           Type:  defect         |        Status:  needs_review
       Priority:  major          |     Milestone:  sage-5.10   
      Component:  group theory   |    Resolution:              
       Keywords:                 |   Work issues:              
Report Upstream:  N/A            |     Reviewers:              
        Authors:  David Coudert  |     Merged in:              
   Dependencies:                 |      Stopgaps:              
---------------------------------+------------------------------------------

Comment (by ncohen):

 > Proof: With malloc, C allocates a contiguous segment of memory. However,
 this block ''is not initialized''! type "man malloc" in your terminal of
 go to http://man7.org/linux/man-pages/man3/malloc.3.html.
 > With calloc, the memory is initialized to 0 or NULL. \qed

 I know. That's what I meant when I said that it is useless unless proven
 otherwise.

 In the case at hand, 10 lines after the malloc that you relaced with a
 calloc the whole vector is overwritten with data that makes sense,
 contrary to 0s.

 Nathann

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/14501#comment:5>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB

-- 
You received this message because you are subscribed to the Google Groups 
"sage-trac" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to