http://llvm.org/bugs/show_bug.cgi?id=21596

Anton Korobeynikov <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
                 CC|                            |[email protected]
         Resolution|---                         |INVALID

--- Comment #4 from Anton Korobeynikov <[email protected]> ---
You also need to allocate memory properly. E.g. first malloc should be
malloc(sizeof(int*)*size).

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to