Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date: Mon, 18 Jun 2012 01:44:17 +0200
From: Frank Dittrich <frank_dittrich@...mail.com>
To: john-dev@...ts.openwall.com
Subject: Re: Is strsep() portable enough?

On 06/17/2012 11:57 PM, jfoug wrote:
> Since it is such a non-critical, speed wise, simply write your own, put it
> into the proper place in JtR code, such as in misc.c, where there are some
> other useful str functions.  I love strtok, but the smashing of contiguous
> separator chars is something that I really love/hate.  At times it is really
> useful.  However, most of the times, it is a problem

For now I just settled with strtok, may be I decide to add a strsep
function if I decide I want to further enhance --markov=MODE support.

Frank

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.