blob: 986e4760df9d77d4677247f26d9af6e9d54ec4c0 (
plain)
1
2
3
4
5
6
7
8
9
|
check that blob buffer cannot exceed maximum buffer length:
$ [ -n "$TEST_BIN_DIR" ] && export PATH="$TEST_BIN_DIR:$PATH"
$ valgrind --quiet --leak-check=full test-blob-buflen
SUCCESS: failed to allocate attribute
$ test-blob-buflen-san
SUCCESS: failed to allocate attribute
|