--- mhash-0.9.9.9/src/hmac_test.c 2020-08-20 14:53:06.628995733 -0500 +++ mhash-0.9.9.9/src/hmac_test.c 2020-08-20 14:53:39.424885862 -0500 @@ -72,8 +72,6 @@ return(MUTILS_INVALID_RESULT); } - mutils_free(tmp); - /* Test No 2 */ mutils_memset(tmp, 0, sizeof(tmp)); --- mhash-0.9.9.9/src/keygen_test.c 2020-08-20 14:53:12.940974589 -0500 +++ mhash-0.9.9.9/src/keygen_test.c 2020-08-20 14:53:59.736817812 -0500 @@ -94,8 +94,6 @@ return(MUTILS_INVALID_RESULT); } - mutils_free(tmp); - passlen = sizeof(PASSWORD2); password = (mutils_word8 *) mutils_malloc(passlen + 1); mutils_strncpy(password, (mutils_word8 *) PASSWORD2, passlen); fea6f49e57fb8409'/> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/tests/docker.scm
AgeCommit message (Expand)Author
2020-07-17tests: docker-system: Use guile-3.0....Jakub Kądziołka
2020-03-09tests: docker-system: Increase memory requirement....Ludovic Courtès
2019-11-09tests: Update references to the now-deprecated 'guile-json' variable....Ludovic Courtès
2019-08-27pack: Create /tmp in Docker images....Ludovic Courtès
2019-07-04pack: 'docker' backend records the profile's search paths....Ludovic Courtès
2019-06-07pack: Add '--entry-point'....Ludovic Courtès
2019-05-15vm: 'system-docker-image' provides an entry point....Ludovic Courtès
2019-01-18tests: docker: Use "package" instead of "dummy-package"....Danny Milosavljevic
2019-01-15tests: docker: Run a guest guile inside the docker container....Danny Milosavljevic
2019-01-11tests: Nitpick on Docker test....Ludovic Courtès
2019-01-10tests: docker: Fix test....Danny Milosavljevic
2019-01-10tests: Add Docker system test....Danny Milosavljevic