Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/tests/usr.bin



Module Name:    src
Committed By:   rin
Date:           Mon Aug  7 00:54:54 UTC 2023

Modified Files:
        src/tests/usr.bin/c++: t_asan_global_buffer_overflow.sh
        src/tests/usr.bin/cc: t_asan_global_buffer_overflow.sh

Log Message:
t_asan_global_buffer_overflow: Avoid ODR Violation for pic variants

Common symbol triggers ODR (One Definition Rule) Violation correctly,
instead of Global Buffer Overflow.

XXX
Add test for odr_violation.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 \
    src/tests/usr.bin/c++/t_asan_global_buffer_overflow.sh
cvs rdiff -u -r1.3 -r1.4 \
    src/tests/usr.bin/cc/t_asan_global_buffer_overflow.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index