halfie added the comment:
I am attaching the latest tested patch against tip.
--
Added file: http://bugs.python.org/file31866/ASAN-compat-35da5d848ffd-v3.patch
___
Python tracker
<http://bugs.python.org/issue18
halfie added the comment:
Using,
# define ATTRIBUTE_NO_ADDRESS_SAFETY_ANALYSIS
__attribute__((no_address_safety_analysis)) __attribute__ ((noinline))
instead of,
# define ATTRIBUTE_NO_ADDRESS_SAFETY_ANALYSIS
__attribute__((no_address_safety_analysis))
seems to be a more future-proof
halfie added the comment:
This patch should only be applied if we are sure that the allocator is fine and
doing such things by design.
--
type: enhancement -> crash
___
Python tracker
<http://bugs.python.org/issu
New submission from halfie:
Hi,
When trying to build CPython "tip" with AddressSanitizer enabled, I get the
following crash,
make Parser/pgen
make[1]: Entering directory `/scratch/repos/cpython'
make[1]: `Parser/pgen' is up to date.
make[1]: Leaving directory `/scratch/r
New submission from halfie :
spwd.getspall() is returning LDAP (non local) users too.
On RHEL 6.2 machine with LDAP authentication configured, spwd.getspall()
is returning LDAP (non local) users too. On a similarly configured CentOS 6.2
machine, spwd.getspall() is returning only local users