Mike Maraya

Results 17 issues of Mike Maraya

Specifying multiple source interfaces doesn't appear to spawn multiple threads. `#ifdef _ENABLE_THREADS` in doesn't appear to be recognized by the compiler.

bug

Test application against an IPv6 target and make adjustments as needed.

enhancement

Display log messages to the console when the --debug option is provided.

enhancement

Deeply nested conditionals are difficult to read, understand, and maintain. Simplify code where possible.

enhancement

Given that OpenWrt runs on a multitude of platforms with potentially different implementations of integer types, look into using C99 fixed-width integer types throughout the package.

enhancement

Add a LuCI graphical user interface to configure port mirroring

enhancement

Implement [Check](http://check.sourceforge.net) unit testing framework for C.

enhancement

Update travis-ci settings to automatically upload `./bin/ar71xx/packages/base/port-mirroring_1.4-6d602ddb171d975276a1fa76246102c5f2ac7dcd_ar71xx.ipk` when successfully built

enhancement

``` var_decl: Declaring variable fout without initializer. ``` [ftp/ftp.c#743](https://github.com/mmaraya/netkit-ftp/blob/d3ce7f0dc9e34cd04e2d6b86e9c848a3c09a5bc4/ftp/ftp.c#L743) ``` uninit_use: Using uninitialized value fout. ``` [ftp/ftp.c#1067](https://github.com/mmaraya/netkit-ftp/blob/d3ce7f0dc9e34cd04e2d6b86e9c848a3c09a5bc4/ftp/ftp.c#L1067) Incorrect values could be read from, or even written to, an arbitrary memory...

bug
security

``` var_decl: Declaring variable closefunc without initializer. ``` [ftp/ftp.c#744](https://github.com/mmaraya/netkit-ftp/blob/d3ce7f0dc9e34cd04e2d6b86e9c848a3c09a5bc4/ftp/ftp.c#L744) ``` uninit_use: Using uninitialized value closefunc ``` [ftp/ftp.c#1067](https://github.com/mmaraya/netkit-ftp/blob/d3ce7f0dc9e34cd04e2d6b86e9c848a3c09a5bc4/ftp/ftp.c#L1067) Incorrect values could be read from, or even written to, an arbitrary memory...

bug
security