IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 26, 2016, 6:19:43 AM (10 years ago)
Author:
eugene
Message:

trying to catch some (possible) stack and heap overflow errors: adding padding to allocated config regions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/libfits/table/F_table_row.c

    r38441 r39394  
    3131 
    3232  memcpy (&table[0].buffer[Nstart], data, Nbytes*Nrow);
    33   memset (&table[0].buffer[Nx*Ny], ' ', nbytes - Nx*Ny);
     33  myMemset (&table[0].buffer[Nx*Ny], ' ', nbytes - Nx*Ny);
    3434  return (TRUE);
    3535}
Note: See TracChangeset for help on using the changeset viewer.