Path to this page:
Subject: CVS commit: pkgsrc/lang/ruby34
From: Takahiro Kambe
Date: 2025-03-01 16:56:52
Message id: 20250301155652.83C2FFBE1@cvs.NetBSD.org
Log Message:
lang/ruby34: Fix PRISM parser behavior on NetBSD
Fix segmentation fault when execute ruby binary without argument reported by \
ryoon@ and mef@.
prism/prism.c use "fgets" as functions's parameter and the parameter
is function pointer. On NetBSD, fgets(3) was called instead of passed
function pointer.
So, replace "fgets" to other name.
Bump PKGREVISION.
Files: