X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=networking%2Fnc_bloaty.c;h=d184f689b57479f26e8ca33e5cfc0fc4475597fc;hb=d38ca03946000f0837e9a0e04937499509db54c4;hp=1daad1358c983d5d97d7669513dbe49d7a85cbcd;hpb=66426760beef7e87c4735f433d123daf911b5b4a;p=oweals%2Fbusybox.git diff --git a/networking/nc_bloaty.c b/networking/nc_bloaty.c index 1daad1358..d184f689b 100644 --- a/networking/nc_bloaty.c +++ b/networking/nc_bloaty.c @@ -428,8 +428,7 @@ create new one, and bind() it. TODO */ rr = getsockopt(netfd, IPPROTO_IP, IP_OPTIONS, optbuf, &x); if (rr >= 0 && x) { /* we've got options, lessee em... */ - bin2hex(bigbuf_net, optbuf, x); - bigbuf_net[2*x] = '\0'; + *bin2hex(bigbuf_net, optbuf, x) = '\0'; fprintf(stderr, "IP options: %s\n", bigbuf_net); } #endif