Peter Lemenkov

Results 62 comments of Peter Lemenkov

Only b43-asm was tested (as a build-tool for OpenFWWF firmware). Other tools weren't tested. And yes this was done with 2to3. ``` /usr/bin/make -O -j12 V=1 VERBOSE=1 b43-asm ucode5.asm ucode5.fw...

> I would like to rather leave the ancient scripts as-is Python2 than breaking them. For example the debug scripts. Sounds reasonable. > Can we split this PR into seperate...

Btw are you really sure you need -03? AFAIK it works (improves performance) only in a limited number of use cases while surely increases a binary size. In some use...

Hello! I've got a working patch-set based on this one (we've tested it very recently in a real Kerberos infrastructure): https://github.com/lemenkov/ejabberd/commits/fedora-16.12-gssapi-test I can squash them down and make a PR.

I've just checked - this indeed fixes #15933.

Obviously if I add `-Wno-error=array-bounds` to CXXFLAGS then everything builds just fine on any architectures.

This should be fixed by the mask boundary check fix in PRs #152 and #194. The bug was in find_size() checking the wrong mask position, which could cause it to...

I'm quite certain autotrace works just fine with pstoedit 4.0 (we even have a test for it). It just needs to be built against it. See issue #147.