Page MenuHomeFreeBSD

editors/jove: Fix crashes
ClosedPublic

Authored by tobik on Mar 3 2017, 11:39 PM.
Tags
None
Referenced Files
F99074386: D9881.diff
Sun, Oct 6, 6:20 AM
Unknown Object (File)
Wed, Oct 2, 10:30 AM
Unknown Object (File)
Sun, Sep 29, 11:34 PM
Unknown Object (File)
Sun, Sep 29, 8:24 PM
Unknown Object (File)
Sat, Sep 28, 8:05 PM
Unknown Object (File)
Fri, Sep 27, 4:38 AM
Unknown Object (File)
Thu, Sep 26, 2:37 PM
Unknown Object (File)
Tue, Sep 24, 4:03 AM
Subscribers
None

Details

Summary
JOVE defines a getline function that collides with getline(3).
r419275 tried to fix it by renaming it to get_line, but a few renames
were missed leading to crashes when trying to run JOVE.  Finish the
previous work and also add LICENSE while here.

PR:		217516
Submitted by:	crahman@gmail.com (based on)
Reviewed by:	crahman@gmail.com
Approved by:	??? (mentor)
Differential Revision:	https://reviews.freebsd.org/D????
Test Plan

poudriere testport 11.0/amd64 ok
poudriere testport 10.3/i386 ok

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

tobik retitled this revision from to editors/jove: Fix crashes.
tobik updated this object.
tobik edited the test plan for this revision. (Show Details)
tobik added reviewers: lme, mat.
mat edited edge metadata.
mat added inline comments.
editors/jove/Makefile
25 ↗(On Diff #25959)

Maybe you should anchor getline, a bit like s|[[:<:]]getline[[:>:]]|get_line| so that it does not replace longer versions of that string.

This revision is now accepted and ready to land.Mar 3 2017, 11:52 PM
This revision was automatically updated to reflect the committed changes.