[PATCH] D71433: [analyzer] CERT: POS34-C
Csaba Dabis via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Feb 7 03:49:52 PST 2020
Charusso added a comment.
In D71433#1808316 <https://reviews.llvm.org/D71433#1808316>, @Charusso wrote:
> In D71433#1784238 <https://reviews.llvm.org/D71433#1784238>, @NoQ wrote:
>
> > Currently the check may warn on non-bugs of the following kind:
> >
> > void foo() {
> > char env[] = "NAME=value";
> > putenv(env);
> > doStuff();
> > putenv("NAME=anothervalue");
> > }
> >
>
>
> That could be the next round as a follow-up patch as the next semester starts in February [...]
Well, the next semester is about to start. Could you implement that request please?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D71433/new/
https://reviews.llvm.org/D71433
More information about the cfe-commits
mailing list