diff options
author | Nguyễn Gia Phong <cnx@loang.net> | 2025-07-17 07:42:33 +0900 |
---|---|---|
committer | Nguyễn Gia Phong <cnx@loang.net> | 2025-07-17 07:42:33 +0900 |
commit | a59fe8420e7f91034aab79a004d3fbcc19b88c27 (patch) | |
tree | ba71cd1a17990b6b8760caa0ae20eff21af84fd6 /bugs | |
parent | 16147d4733e322563cc5525b613df004d398566a (diff) | |
download | loftix-main.tar.gz |
Diffstat (limited to 'bugs')
-rw-r--r-- | bugs/README.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bugs/README.md b/bugs/README.md index 22c9af7..e2adcab 100644 --- a/bugs/README.md +++ b/bugs/README.md @@ -204,12 +204,12 @@ - CVE-2016-10266: [division by zero][maptools-2596] - guix shell -e '(@@ (loftix bugs) libtiff-4.0.7)' + guix shell libtiff@4.0.7 tiffcp cve/2016/10266/fpe.tiff /dev/null - CVE-2016-10267: [division by zero][maptools-2611] - guix shell -e '(@@ (loftix bugs) libtiff-4.0.7)' + guix shell libtiff@4.0.7 tiffmedian cve/2016/10267/fpe.tiff /dev/null - CVE-2016-10268: [heap buffer overflow][maptools-2598] @@ -279,7 +279,7 @@ - CVE-2013-7437: [possible heap overflow][redhat-955808] - guix shell -e '(@@ (loftix bugs) potrace-1.11)' + guix shell potrace@1.11 potrace cve/2013/7437/1.bmp potrace cve/2013/7437/2.bmp |