diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2024-08-01 00:54:02 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2024-08-01 00:54:02 +0200 |
commit | abdefb07cfe378c57fcc2995aa88d11f4c6976e0 (patch) | |
tree | fecfcf1c23861cb36d71b293151d927e6fec1d57 | |
parent | 62ac6b4100db4aaef379d71647da78c1acc102ec (diff) | |
download | web-abdefb07cfe378c57fcc2995aa88d11f4c6976e0.tar.gz web-abdefb07cfe378c57fcc2995aa88d11f4c6976e0.tar.bz2 web-abdefb07cfe378c57fcc2995aa88d11f4c6976e0.zip |
update about sanitizers
-rw-r--r-- | open_issues/_san.mdwn | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/open_issues/_san.mdwn b/open_issues/_san.mdwn index 5980784b..d514cfb2 100644 --- a/open_issues/_san.mdwn +++ b/open_issues/_san.mdwn @@ -39,6 +39,11 @@ knowledge about the operating system kernel they're running on, and from a first look they reimplement a lot of [[/glibc]] by directly using [[system_call]]s -- which is basically a no-go on GNU Hurd. +Samuel took some look at it and got some basic support for libubsan and libasan: + <https://people.debian.org/~sthibault/hurd-i386/libubsan-hurd.diff> +which allowed to fix some issues in the hurd code. + +This needs to be updated to a newer gcc and submitted upstream. # IRC, OFTC, #gcc, 2012-12-11 |