Skip to content

Commit

Permalink
fix(agent): use AWS_QUEUEURL_LEN_MAX instead of 512
Browse files Browse the repository at this point in the history
  • Loading branch information
zsistla committed Jan 15, 2025
1 parent 0230262 commit 43fa2b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agent/tests/test_lib_aws_sdk_php.c
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ static void test_nr_lib_aws_sdk_php_sqs_parse_queueurl() {
*/
nr_segment_message_params_t message_params = {0};
nr_segment_cloud_attrs_t cloud_attrs = {0};
char modifiable_string[512];
char modifiable_string[AWS_QUEUEURL_LEN_MAX];

tlib_php_engine_create("");

Expand Down

0 comments on commit 43fa2b8

Please sign in to comment.