view tests/test-011-missing-version-field.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 does not start with a version header field
$PWSDUMP -p "${TESTS_PATH}/password.txt" "${TESTS_PATH}/missing-version.psafe3"
grep 'header does not start with a version field' "${LOGFILE}"