We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0230262 commit 43fa2b8Copy full SHA for 43fa2b8
agent/tests/test_lib_aws_sdk_php.c
@@ -229,7 +229,7 @@ static void test_nr_lib_aws_sdk_php_sqs_parse_queueurl() {
229
*/
230
nr_segment_message_params_t message_params = {0};
231
nr_segment_cloud_attrs_t cloud_attrs = {0};
232
- char modifiable_string[512];
+ char modifiable_string[AWS_QUEUEURL_LEN_MAX];
233
234
tlib_php_engine_create("");
235
0 commit comments