Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/kernel...
[sfrench/cifs-2.6.git] / mm / kasan / report_tags.c
index ecede06ef374aafc7cf0d5f275667ee0499a956a..8b8bfdb3cfdb5a378f03655f96a147e489ef2663 100644 (file)
@@ -89,7 +89,7 @@ void kasan_complete_mode_report_info(struct kasan_report_info *info)
                         * a use-after-free.
                         */
                        if (!info->bug_type)
-                               info->bug_type = "use-after-free";
+                               info->bug_type = "slab-use-after-free";
                } else {
                        /* Second alloc of the same object. Give up. */
                        if (alloc_found)