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
Unknown Object (File)
Thu, May 16, 5:16 AM
Unknown Object (File)
Sat, May 11, 6:44 PM
Unknown Object (File)
Sat, May 11, 6:44 PM
Unknown Object (File)
Sat, May 11, 6:43 PM
Unknown Object (File)
Fri, Apr 26, 6:38 AM
Unknown Object (File)
Fri, Apr 26, 6:23 AM
Unknown Object (File)
Feb 22 2024, 11:27 AM
Unknown Object (File)
Dec 31 2023, 8:33 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

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