Changeset d4cec6a in git for Singular/blackbox.cc


Ignore:
Timestamp:
Jul 23, 2019, 11:31:27 AM (5 years ago)
Author:
Karim Abou Zeid <karim23697@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
7161acac8387482214ebcdd85e77266519f0cad2
Parents:
d906dc5d406b00b056fb825f5c5c8988ebcaceb3628fc3d0ec524cd36ca82c3a6275c0dcf5d73c83
Message:
Merge branch 'spielwiese' into stable
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/blackbox.cc

    rd906dc rd4cec6a  
    228228{
    229229        int i = 0;
    230         void **l = (void **)omalloc(blackboxTableCnt * sizeof(void *));
    231         struct blackbox_list *list_struct = (struct blackbox_list *) omalloc(sizeof(struct blackbox_list));
     230        void **l = (void **)omalloc0(blackboxTableCnt * sizeof(void *));
     231        struct blackbox_list *list_struct = (struct blackbox_list *) omAlloc0(sizeof(struct blackbox_list));
    232232        list_struct->count = blackboxTableCnt;
    233233        list_struct->list = l;
Note: See TracChangeset for help on using the changeset viewer.