This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Disable the undefined behavior sanitizer by default


> From: Tom Tromey <tom@tromey.com>
> Cc: Tom Tromey <tom@tromey.com>
> Date: Tue,  9 Oct 2018 12:02:31 -0600
> 
> There have been a few undefined behavior failures reported, and Pedro
> suggested that the sanitizer be disabled by default.  This patch
> implements this.
> 
> gdb/ChangeLog
> 2018-10-09  Tom Tromey  <tom@tromey.com>
> 
> 	* configure: Rebuild.
> 	* sanitize.m4 (AM_GDB_UBSAN): Default to no.
> 	* NEWS: Update --enable-ubsan documentation.
> 
> gdb/doc/ChangeLog
> 2018-10-09  Tom Tromey  <tom@tromey.com>
> 
> 	* gdb.texinfo (Configure Options): Update --enable-ubsan
> 	documentation.

OK for the documentation parts.

Thanks.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]