Mrten

Results 17 issues of Mrten

I've defined a service in `/etc/firehol/services/ucarp.conf`: (VRRP/ucarp, sends to 224.0.0.18, see [here](https://en.wikipedia.org/wiki/Common_Address_Redundancy_Protocol)) ``` #FHVER: 1:213 # dit is rules_multicast uit firehol binary rules_ucarp() { local in=in out=out \ client_ports="${DEFAULT_CLIENT_PORTS}" \...

https://firehol.org/guides/adding-services/ using it returns: ``` ALL_SHOULD_ALSO_RUN has been deprecated. Service 'all' now runs all these conntrack helper ```

otherwise, if you do ``` $params['a'] = 'a'; $params['b'] = $_GET['b']; ... $params['z'] = 'z'; ``` the whole of `$params` is tainted.

Copying a function variable makes it forget that is was a reference. This is with php 5.3.10 (latest in ubuntu precise). Demo-code: ``` ``` You'll see that the result of...

``` root@minify:/tmp/csso.dXlepOUyop# cat test.css @charset "windows-1252"; /** Pijltje omlaag **/ .dbv5-html-data table > :is(thead, tfoot) > tr > th.dbv5-html-sort-desc::before { content: "\25BC"; } ``` procudes an invalid ``` root@minify:/tmp/csso.dXlepOUyop# csso...

The LanguageConstructSpacingSniff from the Squiz standard outputs the whitespace it conflicts via an extra step: ``` $data = [Util\Common::prepareForOutput($content)]; ``` which adds some terminal specific ANSI escape sequences ``` $content...

Status: awaiting feedback

The csv that the personalisation tool generates has a different column order then the database that is created with `ykksm-db.sql`. This is annoying, because you have to rearrange the columns...