paperino1983

Results 2 issues of paperino1983

### commit aligned to v1.4.14 --> `commit 76e425ee963e8c16c0414f2f6bd0c7a5761a92c3 (HEAD, tag: v1.4.14)` ### build ```sh cmake \ -DUA_ENABLE_PUBSUB=ON \ -DBUILD_SHARED_LIBS=ON \ -DUA_BUILD_EXAMPLES=OFF \ -DCMAKE_INSTALL_PREFIX=/tmp/open62541 \ -DUA_ENABLE_MALLOC_SINGLETON=OFF \ -DUA_ENABLE_PUBSUB_BUFMALLOC=OFF \ -DUA_ENABLE_IMMUTABLE_NODES=OFF \...

in function `uint64_t hashmap_sip(const void *data, size_t len, uint64_t seed0,uint64_t seed1)` wher the input buffer is smaller than 8 bytes, copy it into a zero-padded local buffer to avoid out-of-bounds...