This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients pitrou, serhiy.storchaka, vstinner
Date 2019-09-26.01:12:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1569460356.87.0.276509600247.issue32375@roundup.psfhosted.org>
In-reply-to
Content
I just recompiled the master branch of Python twice using these flags:

* -D_FORTIFY_SOURCE=2 -Og
* -D_FORTIFY_SOURCE=2 -O3

I got a few warnings, the same that I get without FORTIFY SOURCE.

Using -D_FORTIFY_SOURCE=2 -O3, I get one warning, but it's no longer from getpath.c but in socketmodule.c. So I created a new issue: bpo-38282 "socketmodule.c: _FORTIFY_SOURCE=2 warning in AF_ALG case of getsockaddrarg()".

I close this issue. It has been fixed in the master branch.
History
Date User Action Args
2019-09-26 01:12:36vstinnersetrecipients: + vstinner, pitrou, serhiy.storchaka
2019-09-26 01:12:36vstinnersetmessageid: <1569460356.87.0.276509600247.issue32375@roundup.psfhosted.org>
2019-09-26 01:12:36vstinnerlinkissue32375 messages
2019-09-26 01:12:36vstinnercreate