view tests/test-014-invalid-record-field-length.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

# record fields with invalid lenghts
$PWSDUMP -p "${TESTS_PATH}/password.txt" \
    "${TESTS_PATH}/invalid-record-field-length.pws3"
grep 'invalid field length' "${LOGFILE}"