[PATCH] D133197: [clang] Fix crash when parsing scanf format string with missing arguments

Aaron Ballman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Sep 2 06:32:21 PDT 2022


aaron.ballman accepted this revision.
aaron.ballman added a comment.

LGTM!

In D133197#3766797 <https://reviews.llvm.org/D133197#3766797>, @inclyc wrote:

> Thanks @serge-sans-paille! Basically LGTM. Maybe we need to backport this patch though? @aaron.ballman

Clang 15 is closed for backports that aren't critical at this point AFAIK (we're slated to release Clang 15 in a few days). I believe this isn't fixing a recent regression, so the change should also have a release note.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D133197



More information about the cfe-commits mailing list