Skip to content

Commit 26552e4

Browse files
committed
[ASan] Fix goo.gl link in comment for MSVC bug
goo.gl is going away: https://developers.googleblog.com/en/google-url-shortener-links-will-no-longer-be-available/ Fix goo.gl link from: - http://goo.gl/L4qqUG + https://connect.microsoft.com/VisualStudio/feedback/details/829931/vs2012-and-vs2013-istream-code-reads-off-the-end-of-its-non-null-terminated-stack-copied-string via archive.org Endilll points out on the bug that the goo.gl link first goes to a dead redirect to connect.microsoft.com, then to bing, so grab the article from archive.org. Committed as obvious. Bug: #99586
1 parent 7e44305 commit 26552e4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

compiler-rt/lib/asan/asan_ignorelist.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@
99
# global:*global_with_initialization_issues*=init
1010
# type:*Namespace::ClassName*=init
1111

12-
# Stack buffer overflow in VC/INCLUDE/xlocnum, see http://goo.gl/L4qqUG
12+
# Stack buffer overflow in VC/INCLUDE/xlocnum, see
13+
# https://web.archive.org/web/20140729123024/https://connect.microsoft.com/VisualStudio/feedback/details/829931/vs2012-and-vs2013-istream-code-reads-off-the-end-of-its-non-null-terminated-stack-copied-string
1314
fun:*_Find_elem@*@std*

0 commit comments

Comments
 (0)