VirtualBox

Ignore:
Timestamp:
Jun 9, 2022 9:09:44 AM (3 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
151769
Message:

libs/zlib: Upgrade to 1.2.12, bugref:8515

Location:
trunk/src/libs/zlib-1.2.12
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/libs/zlib-1.2.12

    • Property svn:mergeinfo
      •  

        old new  
        2020/branches/dsen/gui3/src/libs/zlib-1.2.11:79645-79692
        2121/trunk/src/src/libs/zlib-1.2.11:92342
         22/vendor/zlib/1.2.12:151751
         23/vendor/zlib/current:150724-151750
  • trunk/src/libs/zlib-1.2.12/examples/gzlog.c

    r76163 r95239  
    11/*
    22 * gzlog.c
    3  * Copyright (C) 2004, 2008, 2012, 2016 Mark Adler, all rights reserved
     3 * Copyright (C) 2004, 2008, 2012, 2016, 2019 Mark Adler, all rights reserved
    44 * For conditions of distribution and use, see copyright notice in gzlog.h
    5  * version 2.2, 14 Aug 2012
     5 * version 2.3, 25 May 2019
    66 */
    77
     
    757757            }
    758758            if ((fd = open(log->path, O_RDONLY, 0)) < 0) {
     759                free(data);
    759760                log_log(log, op, ".add file read failure");
    760761                return -1;
     
    763764            close(fd);
    764765            if (ret) {
     766                free(data);
    765767                log_log(log, op, ".add file read failure");
    766768                return -1;
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette