[libc-commits] [PATCH] D117258: [WIP][libc] add core parsing for printf

Michael Jones via Phabricator via libc-commits libc-commits at lists.llvm.org
Fri Jan 14 16:14:49 PST 2022


michaelrj updated this revision to Diff 400182.
michaelrj marked 3 inline comments as done.
michaelrj added a comment.

address a few comments, and fix a buffer overflow that was causing crashes during testing.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D117258/new/

https://reviews.llvm.org/D117258

Files:
  libc/config/linux/x86_64/entrypoints.txt
  libc/src/CMakeLists.txt
  libc/src/stdio/CMakeLists.txt
  libc/src/stdio/printf_conv_core.h
  libc/src/stdio/printf_impl.h
  libc/src/stdio/sprintf.cpp
  libc/src/stdio/sprintf.h
  libc/test/src/CMakeLists.txt
  libc/test/src/stdio/CMakeLists.txt
  libc/test/src/stdio/sprintf_test.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D117258.400182.patch
Type: text/x-patch
Size: 17873 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20220115/f49852d9/attachment-0001.bin>


More information about the libc-commits mailing list