Skip to content

Commit 2fa57d6

Browse files
committed
Incorporated review comment
1 parent c5b9e86 commit 2fa57d6

File tree

1 file changed

+2
-2
lines changed
  • TESTS/mbed_platform/minimal-printf/compliance

1 file changed

+2
-2
lines changed

TESTS/mbed_platform/minimal-printf/compliance/main.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -857,9 +857,9 @@ static control_t test_snprintf_buffer_overflow_generic(const char *fmt, T data)
857857
int result_baseline;
858858
int result_minimal;
859859
#if !defined(__MICROLIB)
860-
// Microlib snprintf always returns zero if the size
860+
// Microlib snprintf always returns zero if the size
861861
// to copy from the buffer is zero.
862-
// See reported bug https://jira.arm.com/browse/SDCOMP-54710
862+
// See reported microlib bug SDCOMP-54710
863863

864864
/* empty buffer test */
865865
result_minimal = mbed_snprintf(buffer_minimal, 0, fmt, data);

0 commit comments

Comments
 (0)