Skip to content
  • David Keitel's avatar
    FstatToplist: simplify string ops in write_hs_checkpoint() · 03ab0a9e
    David Keitel authored
     -tmpfilename is constructed explicitly to hold filename and TMP_EXT
     -so strcpy and strcat instead of strncpy and strncat should suffice
     -this should solve complaint by some conda gcc version that
      "specified bound depends on the length of the source argument"
    03ab0a9e