Use a 64-bit mask for log domains, and fix a conflict
commit09c692e72b56e08668ae5f42416741ebd6edc404
authorNick Mathewson <nickm@torproject.org>
Mon, 8 Jul 2019 17:32:45 +0000 (8 13:32 -0400)
committerNick Mathewson <nickm@torproject.org>
Mon, 8 Jul 2019 17:32:45 +0000 (8 13:32 -0400)
treed46f7ed543b5e0de58d75f2d54fcad01b339bf8f
parentd972f29d8df742d757eea9078fedaeed74cd0921
Use a 64-bit mask for log domains, and fix a conflict

When we added LD_MESG, we created a conflict with the LD_NO_MOCK
flag.  We now need 64 bits for log domains in order to fix this
issue.

Fixes bug 31080; bugfix on 0.4.1.1-alpha.
changes/bug31080_041 [new file with mode: 0644]
src/lib/err/backtrace.c
src/lib/err/backtrace.h
src/lib/log/log.h