X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=chiark-tcl.git;a=blobdiff_plain;f=hbytes%2Fulongs.c;h=4652fd695c2816029fe8cd3f391a89aca76d22dd;hp=ce5d8a910a1dbb0af5bf4d2ac0355f05c4646249;hb=9b2c18cc9d122b45f9e737864921d32baa599f0c;hpb=bfaa93970c4630c6e284ce183f58bc6d414f213b diff --git a/hbytes/ulongs.c b/hbytes/ulongs.c index ce5d8a9..4652fd6 100644 --- a/hbytes/ulongs.c +++ b/hbytes/ulongs.c @@ -257,7 +257,7 @@ static void ulong_t_dup(Tcl_Obj *src, Tcl_Obj *dup) { static void ulong_t_ustr(Tcl_Obj *o) { uint32_t val; - char buf[11]; + char buf[9]; val= *(const uint32_t*)&o->internalRep.longValue;