Re: [dev] [surf] [patch] 13 patches from my Universal Same-Origin Policy branch

2015-03-28 Thread Ben Woolley
Hi Markus, Thanks again for the reply. On 3/28/15, Markus Teich wrote: > Heyho Ben, > > tauto...@gmail.com wrote: >> That is a very good point. The reason why I wanted to try this approach >> is >> because, even with being in a very large anonymous set in HTTP headers, >> the IP >> address netwo

Re: [dev] sed breaks utf8 in [ ]

2015-03-28 Thread Dimitris Papastamos
On Sat, Mar 28, 2015 at 09:48:08PM +0100, isabella parakiss wrote: > Please fix > > $ sed 's/[à]/x/' <<< è > x¨ Interestingly, sbase sed linked with musl gives the correct result. Will look into it.

[dev] sed breaks utf8 in [ ]

2015-03-28 Thread isabella parakiss
Please fix $ sed 's/[à]/x/' <<< è x¨ --- xoxo iza

Re: [dev] [surf] [patch] 13 patches from my Universal Same-Origin Policy branch

2015-03-28 Thread Markus Teich
Heyho Ben, tauto...@gmail.com wrote: > That is a very good point. The reason why I wanted to try this approach is > because, even with being in a very large anonymous set in HTTP headers, the IP > address network or region may be used split large sets down to individuals. I > saw it in a paper, bu

[dev] [PATCH][RFC] bug: copy the command string in order to not sigsegv

2015-03-28 Thread Silvan Jegen
When using the ZQ/ZZ keybindings we end up writing to a string literal which results in a sigsegv. In order to avoid that we have to copy the command name string. Signed-off-by: Silvan Jegen --- Heyhey With this solution to the problem we end up copying all command names which I do not like. A b