From 696aafc4a28f7c32bf03711db5f942374fbdf798 Mon Sep 17 00:00:00 2001 From: Jidong Xiao Date: Fri, 26 Jan 2024 13:34:16 -0500 Subject: [PATCH] update semester info --- lectures/06_memory/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lectures/06_memory/README.md b/lectures/06_memory/README.md index 6e1081d..0ae779b 100644 --- a/lectures/06_memory/README.md +++ b/lectures/06_memory/README.md @@ -399,7 +399,7 @@ hi ## 6.11 How to use a memory debugger - Detailed instructions on installation & use of these tools are available here: -http://www.cs.rpi.edu/academics/courses/fall23/csci1200/memory_debugging.php +http://www.cs.rpi.edu/academics/courses/spring24/csci1200/memory_debugging.php - Memory errors (uninitialized memory, out-of-bounds read/write, use after free) may cause seg faults, crashes, or strange output. - Memory leaks on the other hand will never cause incorrect output, but your program will be inefficient and