Skip to content
Snippets Groups Projects
  1. Nov 07, 2024
  2. Nov 05, 2024
  3. Nov 04, 2024
  4. Nov 03, 2024
    • David Gobbi's avatar
      Update the ref to vtkDICOM remote module · aa06241a
      David Gobbi authored
      This brings vtkDICOM v0.8.17 from upstream:
      - Update dictionary and UIDs for DICOM 2024d
      - Fix planar YBR write beyond end of image memory
      - Fix thread-safety issue with DCMTK codecs
      - Fix loop termination in NIFTI reader/writer
      aa06241a
  5. Nov 02, 2024
  6. Nov 01, 2024
  7. Oct 31, 2024
  8. Oct 30, 2024
  9. Oct 29, 2024
    • Sean McBride's avatar
      Fixed out of bounds string access found by ASan · ccbda30c
      Sean McBride authored
      Check length of offset before taking adrees of a range like `&string[n - 8]`.
      
      Looked for similar cases and also reordered another case to check length first, may or may not have been a problem, but safer this way.
      
      ASan would catch this *during* VTK builds, while generating the wrappings.
      ccbda30c
  10. Oct 28, 2024
Loading