Bug 20538

Summary: Segfault in ports/devel/cutils cobfusc
Product: Ports & Packages Reporter: toasty <toasty>
Component: Individual Port(s)Assignee: alex <alex>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description toasty 2000-08-11 21:50:01 UTC
I can't exactly figure out why this worked on my 2.2.8 system but doesn't
now. My only guess is that toupper() and tolower() were implemented
differently.

How-To-Repeat: 
cobfusc -c lower cobfusc.c
Comment 1 kevind 2000-08-17 18:04:04 UTC
This PR can be closed, a commit was made fixing the issue.


RCS file:
/bay0/mirrors/freebsd/ncvs/ports/devel/cutils/patches/patch-ab,v
Working file: /usr/ports/devel/cutils/patches//patch-ab
head: 1.1
branch:
locks: strict
access list:
symbolic names:
keyword substitution: kv
total revisions: 1;     selected revisions: 1
description:
----------------------------
revision 1.1
date: 2000/08/13 12:24:37;  author: alex;  state: Exp;
Correct C-macro usage:  One of the first lessions you learn is,
that you must not use something like macro(var++) if you don't know
the implementation of the macro.

PR:             20538
Submitted by:   Kevin Day <toasty@dragondata.com>
=============================================================================
Comment 2 Ade Lovett freebsd_committer freebsd_triage 2000-08-17 20:20:31 UTC
State Changed
From-To: open->closed

Alex committed the change, but forgot to close the PR 


Comment 3 Ade Lovett freebsd_committer freebsd_triage 2000-08-17 20:20:31 UTC
Responsible Changed
From-To: freebsd-ports->alex

Alex did the commit