view tests/test-010-invalid-version.sh @ 9:ec5c1b653ee6

Prevent NULL pointer dereference Creating the end field may fail, thus try to allocate it in advance.
author Guido Berhoerster <guido+libpws@berhoerster.name>
date Tue, 30 Jul 2019 14:52:29 +0200
parents dfd3ddbdb201
children
line wrap: on
line source

# try to open a file which specifies an unsupported version
$PWSDUMP -p "${TESTS_PATH}/password.txt" "${TESTS_PATH}/invalid-version.psafe3"
grep 'unsupported database version' "${LOGFILE}"