[pdal-commits] [PDAL/PDAL] dc4376: Don't do memcpy (#2910)

Andrew Bell noreply at github.com
Mon Feb 3 18:02:14 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/PDAL/PDAL
  Commit: dc43767583d4bdcb2ef038cf8e8b99b6e3a61592
      https://github.com/PDAL/PDAL/commit/dc43767583d4bdcb2ef038cf8e8b99b6e3a61592
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2020-02-03 (Mon, 03 Feb 2020)

  Changed paths:
    M plugins/i3s/lepcc/src/ClusterRGB.cpp
    M plugins/i3s/lepcc/src/ClusterRGB.h
    M plugins/i3s/lepcc/src/Huffman.cpp
    M plugins/i3s/lepcc/src/include/lepcc_types.h

  Log Message:
  -----------
  Don't do memcpy (#2910)

* Don't do memcpy.

* Pair is value-initialized (0'd).  No need to memset.




More information about the pdal-commits mailing list