Bug ID |
10192
|
Summary |
Clang ASAN: ERROR: AddressSanitizer: odr-violation
|
Classification |
Unclassified
|
Product |
Wireshark
|
Version |
Git
|
Hardware |
All
|
OS |
All
|
Status |
UNCONFIRMED
|
Severity |
Normal
|
Priority |
Low
|
Component |
Dissection engine (libwireshark)
|
Assignee |
[email protected]
|
Reporter |
[email protected]
|
Build Information:
Paste the COMPLETE build information from "Help->About Wireshark", "wireshark
-v", or "tshark -v".
--
Hi,
With the last clang svn ( http://reviews.llvm.org/rL207210 ), there is a new
check feature : odr (
https://code.google.com/p/address-sanitizer/wiki/OneDefinitionRuleViolation )
and odr found a issue about plugin.c and version variable :
alagoutte@dev:~/wireshark-clang$ ./tshark
=================================================================
==11457==ERROR: AddressSanitizer: odr-violation (0x7f899f9fca80):
[1] size=6 version plugin.c
[2] size=6 version plugin.c
==11457==HINT: if you don't care about these warnings you may set
ASAN_OPTIONS=detect_odr_violation=0
SUMMARY: AddressSanitizer: odr-violation plugin.c:0 version
==11457==ABORTING
You are receiving this mail because:
- You are watching all bug changes.