pspp-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.8.5-210-gad53d


From: John Darrington
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.8.5-210-gad53d0d
Date: Sat, 12 Sep 2015 14:02:20 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU PSPP".

The branch, master has been updated
       via  ad53d0d95c54eb5c3551b15c6a33c6498dab184c (commit)
      from  daa1fe88e7ec00f21792fc9fdda0599caf50073a (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit ad53d0d95c54eb5c3551b15c6a33c6498dab184c
Author: John Darrington <address@hidden>
Date:   Sat Sep 12 12:38:50 2015 +0200

    Fix dereference to reallocated pointer in data-parser.c 
(parse_delimited_no_span, parse_delimited_span)
    
    The parse_delimited_span and parse_delimited_no_span functions were
    accessing a pointer from within a loop, but the pointer had been
    initialised outside the loop.  However the loop itself was deallocating
    the memory referenced by that pointer.
    
    This change initialises the pointer within the loop so as to avoid
    a potential crash here.

-----------------------------------------------------------------------

Summary of changes:
 src/language/data-io/data-parser.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
GNU PSPP



reply via email to

[Prev in Thread] Current Thread [Next in Thread]