{5} Assigned, Active Tickets by Owner (Full Description) (6 matches)

List tickets assigned, group by ticket owner. This report demonstrates the use of full-row display.

dave

Ticket Summary Component Milestone Type Created
Description
#145 wib - display size of software package / total size of image web image builder 1.1 enhancement 11/24/06

I'd appriciate if the size of the packages in /config/step5 and the total size of the resulting firmware-image would be displayed.


tg

Ticket Summary Component Milestone Type Created
Description
#386 uClibc printf broken, prevents ulog-acctd from working general 1.1 defect 10/29/07
build$ cat >test.c <<-EOF
        #include <stdio.h>

        int
        main(int argc, const char *argv[])
        {
                printf(argv[1], 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15);
                putchar('\n');
                return (0);
        }
EOF
build$ gcc -o test-host test.c
build$ ./cross_mipsel/host/bin/mipsel-linux-gcc -o test-target test.c

host$ ./test-host '%d'
1
host$ ./test-host '%1$d'
1
host$ ./test-host '%2$d'
2
host$ ./test-host '%10$d'
10

target$ ./test-target '%d'
1
target$ ./test-target '%1$d'
1
target$ ./test-target '%2$d'
0
target$ ./test-target '%10$d'
2147449720

This also happens when I bump UCLIBC_PRINTF_SCANF_POSITIONAL_ARGS to 29 from 9 in toolchain/uClibc/files/config.mipsel and rebuild µClibc.


#398 wib.freewrt.org is unavaliable web image builder defect 10/29/09

wib.freewrt.org is unavaliable:

root@gbc-s007:~# nc -v wib.freewrt.org 80
DNS fwd/rev mismatch: wib.freewrt.org != freewrt-wib.stw-bonn.de
wib.freewrt.org [212.201.69.23] 80 (www) : No route to host
user@host:~# nc -v www.freewrt.org 80
www.freewrt.org [80.237.153.99] 80 (www) open

user@host:~# ping freewrt-wib.stw-bonn.de
PING freewrt-wib.stw-bonn.de (212.201.69.23) 56(84) bytes of data.

--- freewrt-wib.stw-bonn.de ping statistics ---
12 packets transmitted, 0 received, 100% packet loss, time 11010ms



#377 __warn_references() to sprintf, strcpy, strcat, … general 1.1 security 08/08/07

Add that, from MirBSD of course. It won't make the code created any longer, but warns the programmer when using unsafe functions.


tha

Ticket Summary Component Milestone Type Created
Description
#292 socat not working in freewrt 1.0 on netgear / other 1.0 platforms untested / works on rb-2.6 freewrt1.1 packages 1.0.x defect 05/18/07

Still not working

Error message from socat 1.6 Abortedroot@FreeWRT:~# socat stdin stdout socat: xioinitialize.c: 41: xioinitialize: Assertion `3 << opt_crdly.arg3 == 0003000' failed. Aborted root@FreeWRT:~#


root@FreeWRT:~# socat stdin stdout socat: xioinitialize.c: 39: xioinitialize: Assertion `3 << opt_crdly.arg3 == 0003000' failed.

you also could activate datytim service on port 13 and say socat tcp4:<server ip address>:13 stdout

replace <server ip address> with th ip address of your daytime server


#325 lighttpd vulnerable packages 1.0.x security 06/11/07

New upstream release, fixing the following security issues:

  • CVE-2007-1869 Remote attackers could cause denial of service by disconnecting partway through making a request.
  • CVE-2007-1870   A NULL pointer dereference could cause a crash when serving files

  with a mtime of 0.

already fixed in trunk


Note: See TracReports for help on using and creating reports.