Page MenuHomeFreeBSD

libedit: Merge two fixes from NetBSD to stable/10
ClosedPublic

Authored by emaste on Jan 29 2015, 9:38 PM.
Tags
None
Referenced Files
F154050571: D1728.id.diff
Sat, Apr 25, 6:30 PM
Unknown Object (File)
Sat, Apr 25, 3:06 AM
Unknown Object (File)
Tue, Apr 21, 6:52 AM
Unknown Object (File)
Mon, Apr 20, 12:49 PM
Unknown Object (File)
Mon, Apr 20, 1:35 AM
Unknown Object (File)
Fri, Apr 17, 2:15 AM
Unknown Object (File)
Mon, Apr 13, 10:36 PM
Unknown Object (File)
Sun, Apr 5, 2:22 AM
Subscribers
None

Details

Summary

Merge readline.c r1.106 from NetBSD:

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

Merge array bounds fixes from NetBSD:

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

These changes are included in the recent libedit UTF-8 update, but I'm running into these bugs now and would like to get the fix in prior to the MFC.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

emaste retitled this revision from to libedit: Merge two fixes from NetBSD to stable/10.
emaste updated this object.
emaste edited the test plan for this revision. (Show Details)
emaste added a reviewer: bapt.
bapt edited edge metadata.
This revision is now accepted and ready to land.Jan 30 2015, 12:07 AM
emaste updated this revision to Diff 3538.

Closed by commit rS277931 (authored by @emaste).