about summary refs log tree commit diff
path: root/qemu_mode/libqasan/patch.c
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2022-07-04 18:12:33 +0200
committervanhauser-thc <vh@thc.org>2022-07-04 18:13:21 +0200
commit24458ae2852285a59c2ed22306180cc508109231 (patch)
tree7975dba7693571a3b52b7d41c944c0f88c64f011 /qemu_mode/libqasan/patch.c
parent36a0ab11938ee34f94786cf2d0cb7736758e6f0e (diff)
downloadafl++-24458ae2852285a59c2ed22306180cc508109231.tar.gz
nits
Diffstat (limited to 'qemu_mode/libqasan/patch.c')
-rw-r--r--qemu_mode/libqasan/patch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/qemu_mode/libqasan/patch.c b/qemu_mode/libqasan/patch.c
index ee928ab3..8c5553c0 100644
--- a/qemu_mode/libqasan/patch.c
+++ b/qemu_mode/libqasan/patch.c
@@ -147,7 +147,7 @@ static void find_libc(void) {
     fields = sscanf(line,
                     "%" PRIx64 "-%" PRIx64 " %c%c%c%c %" PRIx64
                     " %x:%x %d"
-                    " %512s",
+                    " %511s",
                     &min, &max, &flag_r, &flag_w, &flag_x, &flag_p, &offset,
                     &dev_maj, &dev_min, &inode, path);