Files
git-crypt/key.cpp
Andrew Ayer 8b159b543f Avoid possible undefined behavior with empty std::vector
In particular, &bytes[0] is undefined if bytes is empty.
2014-08-18 14:12:34 -07:00

7.9 KiB