mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-03-05 15:05:48 +02:00
The manifest test module was setting a blank value here and causing a stack overflow because memcpy() is used instead of strcpy(). This was really just a test issue but add an assert just in case the same were to happen in production code. Also update a bogus checksum in the integration tests to the correct length to avoid running afoul of the assert. Found with -fsanitize=address.