# HG changeset patch # User Sebastien Jodogne # Date 1688464814 -7200 # Node ID 0223315871e8a9a55e045770ce90935cd1b5ebb4 # Parent 303e930fff0f19aa074aea9d50633bdcd2adb15d note diff -r 303e930fff0f -r 0223315871e8 TODO --- a/TODO Sun Jul 02 16:24:56 2023 +0200 +++ b/TODO Tue Jul 04 12:00:14 2023 +0200 @@ -331,6 +331,10 @@ config. This should probably look like the python toolbox tests ... - add a test to validate Modalities and Peers stored in DB are not lost while upgrading from one version to the other (Sylvain) +* On Ubuntu 20.04, accesses to unitialized memory are sometimes + reported in libgjpeg by valgrind, if running the following command + (this is probably unrelated to Orthanc): + $ ./Start.sh --force Orthanc.test_bitbucket_issue_141 Orthanc.test_create_pdf Orthanc.test_decode_brainix_as_jpeg ---------------------