#41174: nip2 update to 7.38.3 - fixes build on mavericks ( 7.26.3_1 fails under Mavericks) -----------------------------+----------------------- Reporter: mschamschula@… | Owner: jcupitt@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.1 Resolution: | Keywords: mavericks Port: nip2 | -----------------------------+----------------------- Comment (by khindenburg@…): The issue appears to be this memccpy in src/tools: {{{ /* Strip underscores (they mark mnemonics). Can't use$ * strrcpy(), we have overlapping blocks.$ */$ im_strncpy( value, toolitem->label, MAX_NAME );$ for( i = 0; value[i]; i++ )$ if( value[i] == '_' )$ memccpy( value + i, value + i + 1,$ 0, MAX_NAME - i ); }}} -- Ticket URL: <https://trac.macports.org/ticket/41174#comment:9> MacPorts <http://www.macports.org/> Ports system for OS X