From 38cccab9239e6f23150f8b35e652610c119c5989 Mon Sep 17 00:00:00 2001 From: RLThomaz Date: Thu, 16 Jan 2020 10:36:22 +0800 Subject: [PATCH] Fixes UB in pcl::poisson::OctNode Example ```cpp /// Must be compiled with -fsanitze=undefined #include #include long long _InterleaveBits( int p[3] ) { long long key = 0; for( int i=0 ; i<32 ; i++ ) { key |= ( ( p[0] & (1<