Skip to content

Commit 43fa2b8

Browse files
committed
fix(agent): use AWS_QUEUEURL_LEN_MAX instead of 512
1 parent 0230262 commit 43fa2b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

agent/tests/test_lib_aws_sdk_php.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ static void test_nr_lib_aws_sdk_php_sqs_parse_queueurl() {
229229
*/
230230
nr_segment_message_params_t message_params = {0};
231231
nr_segment_cloud_attrs_t cloud_attrs = {0};
232-
char modifiable_string[512];
232+
char modifiable_string[AWS_QUEUEURL_LEN_MAX];
233233

234234
tlib_php_engine_create("");
235235

0 commit comments

Comments
 (0)