mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-16 09:34:18 +00:00
Fix RST rendering problem
Change-Id: Ic5aab23b549d0bf8e0f7053b46fd59243214aac1 Signed-off-by: John Tsichritzis <john.tsichritzis@arm.com>
This commit is contained in:
parent
2cbeee4d51
commit
9f0a0bbd1c
1 changed files with 4 additions and 4 deletions
|
@ -272,15 +272,15 @@ used (Banned) or are discouraged from use and must be used with care (Caution).
|
||||||
+------------------------+-----------+--------------------------------------+
|
+------------------------+-----------+--------------------------------------+
|
||||||
| libc function | Status | Comments |
|
| libc function | Status | Comments |
|
||||||
+========================+===========+======================================+
|
+========================+===========+======================================+
|
||||||
| ``strcpy, wcscpy`` | Banned | use strlcpy instead |
|
| ``strcpy, wcscpy``, | Banned | use strlcpy instead |
|
||||||
| ``strncpy`` | | |
|
| ``strncpy`` | | |
|
||||||
+------------------------+-----------+--------------------------------------+
|
+------------------------+-----------+--------------------------------------+
|
||||||
| ``strcat, wcscat`` | Banned | use strlcat instead |
|
| ``strcat, wcscat``, | Banned | use strlcat instead |
|
||||||
| ``strncat`` | | |
|
| ``strncat`` | | |
|
||||||
+----------------------- +-----------+--------------------------------------+
|
+------------------------+-----------+--------------------------------------+
|
||||||
| ``sprintf, vsprintf`` | Banned | use snprintf, vsnprintf |
|
| ``sprintf, vsprintf`` | Banned | use snprintf, vsnprintf |
|
||||||
| | | instead |
|
| | | instead |
|
||||||
+---------------------- -+-----------+--------------------------------------+
|
+------------------------+-----------+--------------------------------------+
|
||||||
| ``snprintf`` | Caution | ensure result fits in buffer |
|
| ``snprintf`` | Caution | ensure result fits in buffer |
|
||||||
| | | i.e : snprintf(buf,size...) < size |
|
| | | i.e : snprintf(buf,size...) < size |
|
||||||
+------------------------+-----------+--------------------------------------+
|
+------------------------+-----------+--------------------------------------+
|
||||||
|
|
Loading…
Add table
Reference in a new issue