File Changes for angie
switch to commits view, user indexv481_preview2 to v481_base (2025-04-21 to 2025-04-28) v481
Show details
- src/hg/cgilib/annoFormatVep.c
- lines changed 10, context: html, text, full: html, text
66cfabe5850f11b52956866d59e9c55ecaa799ce Thu Apr 24 15:03:57 2025 -0700
Fix a couple things found by valgrind. Using memmove instead of safecpy when ranges can overlap is safer, but using safecpy didn't seem to be causing bugs. However, failing to clip to length of codonNew when uppercasing caused memory corruption that caused eventual failure reported in #35577. valgrind rules.
switch to commits view, user index