Page MenuHomeFreeBSD

editors/jove: Fix crashes
ClosedPublic

Authored by tobik on Mar 3 2017, 11:39 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Oct 17, 4:07 PM
Unknown Object (File)
Wed, Oct 16, 5:31 AM
Unknown Object (File)
Tue, Oct 15, 6:31 AM
Unknown Object (File)
Mon, Oct 14, 1:04 AM
Unknown Object (File)
Sat, Oct 12, 8:00 PM
Unknown Object (File)
Fri, Oct 11, 9:37 AM
Unknown Object (File)
Thu, Oct 10, 7:23 AM
Unknown Object (File)
Oct 7 2024, 9:20 PM
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.