FingerprintDecompressor::Decompress may access character out of bounds

Issue #6 resolved
skreft created an issue

The decompressor assumes that there are at least four character in the fingerprint.

Accessing characters out of bounds has an unspecified behavior per the C++ standard.

Comments (2)

  1. Log in to comment