Changeset 800


Ignore:
Timestamp:
Aug 9, 2008, 11:38:57 PM (16 years ago)
Author:
andersk
Message:
Update to nss_nonlocal 1.8.
Location:
server
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • server/common/oursrc/nss_nonlocal/configure.ac

    r782 r800  
    1 AC_INIT([nss_nonlocal], [1.7], [andersk@mit.edu])
     1AC_INIT([nss_nonlocal], [1.8], [andersk@mit.edu])
    22AC_CANONICAL_TARGET
    33AM_INIT_AUTOMAKE([-Wall -Werror foreign])
  • server/common/oursrc/nss_nonlocal/nonlocal-group.c

    r782 r800  
    474474                        newsize = limit;
    475475                }
    476                 newgroups = realloc(*groupsp, *size * sizeof((*groupsp)[0]));
     476                newgroups = realloc(*groupsp, newsize * sizeof((*groupsp)[0]));
    477477                if (newgroups == NULL) {
    478478                    *errnop = ENOMEM;
  • server/fedora/specs/nss_nonlocal.spec

    r782 r800  
    22Group: System Environment/Libraries
    33Name: nss_nonlocal
    4 Version: 1.7
     4Version: 1.8
    55Release: 0
    66URL: http://debathena.mit.edu/nss_nonlocal/
Note: See TracChangeset for help on using the changeset viewer.