[Bug 12926] embedded "wc" command has overflow issues

bugzilla at busybox.net bugzilla at busybox.net
Mon May 25 07:28:16 UTC 2020


https://bugs.busybox.net/show_bug.cgi?id=12926

--- Comment #3 from Benjamin Brecht <benjamin.bauer at kps.com> ---
Thanks for the pointer.

The bug was fixed in https://gitlab.alpinelinux.org/alpine/aports

alpine/aports$ git annotate main/busybox/busyboxconfig | grep WC_LARGE
bcf80db9586     (Sören Tempel   2020-03-13 12:51:36 +0100      
336)CONFIG_FEATURE_WC_LARGE=y

git show bcf80db9586
...
@@ -333,7 +333,7 @@ CONFIG_UUDECODE=y
 CONFIG_BASE64=y
 CONFIG_UUENCODE=y
 CONFIG_WC=y
-# CONFIG_FEATURE_WC_LARGE is not set
+CONFIG_FEATURE_WC_LARGE=y

I will try a newer version of alpine.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the busybox-cvs mailing list