Skip to content
Snippets Groups Projects
  1. Jun 04, 2017
  2. Jun 28, 2017
  3. Jun 04, 2017
  4. Jun 27, 2017
  5. Jun 03, 2017
  6. Jun 27, 2017
  7. Jun 03, 2017
  8. Jun 27, 2017
  9. Jun 03, 2017
  10. Jun 27, 2017
    • Steven Murray's avatar
      Fixed ia bug that I introduced into the CTA command-line tool · 19e49892
      Steven Murray authored
      when I modified it to read results back in a
      "read until end of file" loop.
      
      The bug was that instead of trying to read 1 KiB chunks of data
      from the cta front-end, the chunk size was only 8 bytes (the size
      of 64-bit pointer).  The calculation of the chunk size was
      incorrectly:
      
         sizeof(buf - 1)
      
      instead of:
      
         sizeof(buf) - 1
      19e49892
  11. Jun 26, 2017
Loading