Busybox awk bugs.

Dmitry Zakharov dmit at crp.bank.gov.ua
Tue Feb 14 14:57:35 UTC 2006


Here is a patch that fixes three issues:

0000667: awk module binds parens incorrectly - fixed
0000663: awk has a limitation of 32767 chars, "memory exhaustion" - 
probably it's
a limitation of target system, I can't reproduce this problem on my 
desktop. The patch
changes multiple realloc() calls to single malloc() in the case of 
seekable input, hope
this helps.
0000642: support NUL input bytes in awk - applied akvadrako's patch


>A few awk bugs have been reported in the bug generator:
>
>http://bugs.busybox.net/view.php?id=667
>http://bugs.busybox.net/view.php?id=663
>http://bugs.busybox.net/view.php?id=642
>
>Do you think you could you take a look?
>
>Thanks,
>
>Rob
>  
>

-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: awk.diff
Url: http://lists.busybox.net/pipermail/busybox/attachments/20060214/c3cb7c84/attachment.diff 


More information about the busybox mailing list