log☇︎
6 entries in 0.195s
asciilifeform: regex belongs in the tool chest next to 'duct tape'. ☟︎
asciilifeform: 'We found a few extended regex expressions in GNU libc that will crash or abort the execution of regcomp or regexec. For instance: \a?{1,32767} will immediately exhaust the stack calling calc_eclosure_iter in the compilation. A small variation of this regex is: \a?{0,32767} will consume a very large amount of memory: it seems to eat 16GB in less than a minute. It is also possible to exhaust the stack memory trying to parse...'
asciilifeform: alice_: https://github.com/alice0meta/scratch/blob/master/regex_set.ζ << what, then, is this?
asciilifeform: http://log.bitcoin-assets.com/?date=03-11-2015#1314362 << something in the mpi pile of shit breaks the regex ☝︎
asciilifeform: adlai: who the fuck needs regex when you have set-macro-character ( http://www.lispworks.com/documentation/HyperSpec/Body/f_set_ma.htm ) and brain
asciilifeform: regex?