Skip to content

Commit be6d86c

Browse files
authored
Refresh description for ASan error reference pages
1 parent 030bf3c commit be6d86c

17 files changed

+17
-17
lines changed

docs/sanitizers/error-allocation-size-too-big.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Error: allocation-size-too-big"
3-
description: "Source examples and live debug screenshots for allocation-size-too-big errors."
3+
description: "Learn about the allocation-size-too-big Address Sanitizer error."
44
ms.date: 03/02/2021
55
f1_keywords: ["allocation-size-too-big"]
66
helpviewer_keywords: ["allocation-size-too-big error", "AddressSanitizer error allocation-size-too-big"]

docs/sanitizers/error-calloc-overflow.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Error: calloc-overflow"
3-
description: "Source examples and live debug screenshots for calloc overflow errors."
3+
description: "Learn about the calloc-overflow Address Sanitizer error."
44
ms.date: 03/02/2021
55
f1_keywords: ["calloc-overflow"]
66
helpviewer_keywords: ["calloc-overflow error", "AddressSanitizer error calloc-overflow"]

docs/sanitizers/error-container-overflow.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Error: container-overflow"
3-
description: "Source examples and live debug screenshots for container overflow errors."
3+
description: "Learn about the container-overflow Address Sanitizer error."
44
ms.date: 06/30/2023
55
f1_keywords: ["container-overflow", "mismatch detected for 'annotate_vector'", "_DISABLE_VECTOR_ANNOTATION"]
66
helpviewer_keywords: ["container-overflow error", "AddressSanitizer error container-overflow", "mismatch detected for 'annotate_vector'", "_DISABLE_VECTOR_ANNOTATION"]

docs/sanitizers/error-double-free.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Error: double-free"
3-
description: "Source examples and live debug screenshots for double free errors."
3+
description: "Learn about the double-free Address Sanitizer error."
44
ms.date: 03/02/2021
55
f1_keywords: ["double-free"]
66
helpviewer_keywords: ["double-free error", "AddressSanitizer error double-free"]

docs/sanitizers/error-dynamic-stack-buffer-overflow.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Error: dynamic-stack-buffer-overflow"
3-
description: "Source examples and live debug screenshots for alloca errors."
3+
description: "Learn about the dynamic-stack-buffer-overflow Address Sanitizer error."
44
ms.date: 03/02/2021
55
f1_keywords: ["dynamic-stack-buffer-overflow"]
66
helpviewer_keywords: ["dynamic-stack-buffer-overflow error", "AddressSanitizer error dynamic-stack-buffer-overflow"]

docs/sanitizers/error-global-buffer-overflow.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Error: global-buffer-overflow"
3-
description: "Source examples and live debug screenshots for global variable overflow errors."
3+
description: "Learn about the global-buffer-overflow Address Sanitizer error."
44
ms.date: 03/02/2021
55
f1_keywords: ["global-buffer-overflow"]
66
helpviewer_keywords: ["global-buffer-overflow error", "AddressSanitizer error global-buffer-overflow"]

docs/sanitizers/error-heap-buffer-overflow.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Error: heap-buffer-overflow"
3-
description: "Source examples and live debug screenshots for heap variable overflow errors."
3+
description: "Learn about the heap-buffer-overflow Address Sanitizer error."
44
ms.date: 03/02/2021
55
f1_keywords: ["heap-buffer-overflow"]
66
helpviewer_keywords: ["heap-buffer-overflow error", "AddressSanitizer error heap-buffer-overflow"]

docs/sanitizers/error-heap-use-after-free.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Error: heap-use-after-free"
3-
description: "Source examples and live debug screenshots for heap use after free errors."
3+
description: "Learn about the heap-use-after-free Address Sanitizer error."
44
ms.date: 04/06/2023
55
f1_keywords: ["heap-use-after-free"]
66
helpviewer_keywords: ["heap-use-after-free error", "AddressSanitizer error heap-use-after-free"]

docs/sanitizers/error-invalid-allocation-alignment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Error: invalid-allocation-alignment"
3-
description: "Source examples and live debug screenshots for invalid _aligned_malloc errors."
3+
description: "Learn about the invalid-allocation-alignment Address Sanitizer error."
44
ms.date: 03/02/2021
55
f1_keywords: ["invalid-allocation-alignment"]
66
helpviewer_keywords: ["invalid-allocation-alignment error", "AddressSanitizer error invalid-allocation-alignment"]

docs/sanitizers/error-memcpy-param-overlap.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Error: memcpy-param-overlap"
3-
description: "Source examples and live debug screenshots for memcpy parameter overlap errors."
3+
description: "Learn about the memcpy-param-overlap Address Sanitizer error."
44
ms.date: 03/02/2021
55
f1_keywords: ["memcpy-param-overlap"]
66
helpviewer_keywords: ["memcpy-param-overlap error", "AddressSanitizer error memcpy-param-overlap"]

0 commit comments

Comments
 (0)