Steve, IIRC, the last parameter of these get functions is supposed to be a write-only return argument. Did you diagnose why the lack of initialization is causing problems (because that's what should be fixed, not this test)?
Cheers, Jon On 10/21/14 9:05 PM, Steve MacKenzie wrote: > My scan-build run against libc++ tests and headers continues.. up to and > including localization tests. > > The diff is applicable to libcxx/test/localization tests only, all fixes > address > dead initialization. > > Three suspected scan-build false positive bugs were opened as > well:21326,21333,21335. > > Progress of the run is published here: > http://stevemac123.wordpress.com/static-analysis-run/ > > Thanks, > Steve MacKenzie > > > _______________________________________________ > cfe-commits mailing list > [email protected] > http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits > -- Jon Roelofs [email protected] CodeSourcery / Mentor Embedded _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
