]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
Merge libedit fixes from NetBSD
authoremaste <emaste@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Fri, 30 Jan 2015 14:22:15 +0000 (14:22 +0000)
committeremaste <emaste@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Fri, 30 Jan 2015 14:22:15 +0000 (14:22 +0000)
commit85ca02aceb0f5a5104fa823e7a4dec3dd449a138
tree600dd99c25f840ddaeea654b05d28ab7e4c6c840
parent7a609032d0e268dc47286bf6e07ec95a9e495c61
Merge libedit fixes from NetBSD

Add trailing NULL's to the varargs functions as required.
(John Spencer)

    readline.c r1.106

Bounds search for reallocated index, from OpenBSD via Andreas Fett

    map.c 1.34
    map.h 1.10
    parse.c 1.27
    read.c 1.71

This is a direct commit to stable/10 as these changes are included in a
broader sync with NetBSD committed by bapt@ in r276881.

Reviewed by: bapt
Differential Revision: https://reviews.freebsd.org/D1728

git-svn-id: svn://svn.freebsd.org/base/stable/10@277931 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
lib/libedit/map.c
lib/libedit/map.h
lib/libedit/parse.c
lib/libedit/read.c
lib/libedit/readline.c