commit | 7d9c0b9db5cdda0d0941176cc8161bda69d91f59 | [log] [tgz] |
---|---|---|
author | Keith Packard <keithp@keithp.com> | Thu Nov 16 13:23:59 2023 -0500 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Mon Nov 20 09:22:32 2023 +0100 |
tree | 34a73896047571a3494d517de04165deee33018e | |
parent | 9f70cd557bf87cd84a9b19196bcc783e0f595416 [diff] |
lib/os/cbprintf: Picolibc doesn't support several cbprintf options * Picolibc doesn't provide the %a-only mode. * On advice from security experts, who report numerous vulnerabilities caused by %n in printf specifiers, picolibc never supports this feature. * Picolibc doesn't use cbprintf for C-library compatible functions, instead it provides aliases for the *printfcb functions using stdio names. Signed-off-by: Keith Packard <keithp@keithp.com>