[PATCH] D71433: [analyzer] CERT: POS34-C
Zurab Tsinadze via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Feb 7 03:58:36 PST 2020
zukatsinadze added a comment.
In D71433#1863638 <https://reviews.llvm.org/D71433#1863638>, @Charusso wrote:
> 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?
Sure. I plan to start working on it next week.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D71433/new/
https://reviews.llvm.org/D71433
More information about the cfe-commits
mailing list