mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 0/5] sandbox: support -fsanitize={address,ubsan}
@ 2019-08-22  6:19 Ahmad Fatoum
  2019-08-22  6:19 ` [PATCH 1/5] sandbox: include header to provide missing prototype Ahmad Fatoum
                   ` (6 more replies)
  0 siblings, 7 replies; 10+ messages in thread
From: Ahmad Fatoum @ 2019-08-22  6:19 UTC (permalink / raw)
  To: barebox; +Cc: afa

I get a double free inside of SDL's X11 backend when trying to use the
sandbox SDL video driver on wayland. I am not sure what to do about this
yet, but I made these few patches to get nicer looking backtraces for a
start.

Ahmad Fatoum (5):
  sandbox: include header to provide missing prototype
  common: add generic CONFIG_UBSAN_SANITIZE_ALL plumbing
  common: add generic CONFIG_KASAN option
  sandbox: support Address and UndefinedBehavior sanitizers
  commands: fix unaligned accesses of aliased commands on amd64

 Makefile                     |  5 +++++
 arch/sandbox/Kconfig         |  2 ++
 arch/sandbox/Makefile        | 13 ++++++++++++-
 arch/sandbox/board/devices.c |  1 +
 common/Kconfig               | 34 ++++++++++++++++++++++++++++++++++
 common/command.c             |  2 +-
 scripts/Makefile.lib         |  5 +++++
 scripts/Makefile.ubsan       | 19 +++++++++++++++++++
 8 files changed, 79 insertions(+), 2 deletions(-)
 create mode 100644 scripts/Makefile.ubsan

-- 
2.20.1


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2019-08-23 12:31 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-22  6:19 [PATCH 0/5] sandbox: support -fsanitize={address,ubsan} Ahmad Fatoum
2019-08-22  6:19 ` [PATCH 1/5] sandbox: include header to provide missing prototype Ahmad Fatoum
2019-08-22  6:19 ` [PATCH 2/5] common: add generic CONFIG_UBSAN_SANITIZE_ALL plumbing Ahmad Fatoum
2019-08-22  6:19 ` [PATCH 3/5] common: add generic CONFIG_KASAN option Ahmad Fatoum
2019-08-22  6:19 ` [PATCH 4/5] sandbox: support Address and UndefinedBehavior sanitizers Ahmad Fatoum
2019-08-22  6:19 ` [PATCH 5/5] commands: fix unaligned accesses of aliased commands on amd64 Ahmad Fatoum
2019-08-23  7:36   ` Sascha Hauer
2019-08-23  9:08     ` Ahmad Fatoum
2019-08-23  9:13 ` [PATCH 0/5] sandbox: support -fsanitize={address,ubsan} Ahmad Fatoum
2019-08-23 12:31 ` Ahmad Fatoum

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox