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
F149644411: D1728.diff
Wed, Mar 25, 11:00 PM
Unknown Object (File)
Mon, Mar 16, 12:15 AM
Unknown Object (File)
Sun, Mar 15, 6:11 PM
Unknown Object (File)
Sun, Mar 15, 7:31 AM
Unknown Object (File)
Wed, Mar 11, 6:15 PM
Unknown Object (File)
Mon, Mar 2, 5:10 AM
Unknown Object (File)
Sat, Feb 28, 6:52 PM
Unknown Object (File)
Feb 24 2026, 12:09 PM
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

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).