Skip to content

Commit ff4bd4e

Browse files
authored
test: Input batch size overflow vulnerability (#8165)
1 parent 1f9787c commit ff4bd4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qa/L0_input_validation/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ kill $SERVER_PID
151151
wait $SERVER_PID
152152

153153
# input_byte_size_test
154-
cp -r /data/inferenceserver/${REPO_VERSION}/qa_identity_model_repository/{onnx_zero_1_float32,onnx_zero_1_object} ./models
154+
cp -r /data/inferenceserver/${REPO_VERSION}/qa_identity_model_repository/{onnx_zero_1_float32,onnx_zero_1_object,onnx_zero_1_bool} ./models
155155

156156
set +e
157157
LD_LIBRARY_PATH=/opt/tritonserver/lib:$LD_LIBRARY_PATH $TEST_EXEC >> $TEST_LOG 2>&1

0 commit comments

Comments
 (0)