[go-nuts] [security] Go 1.24 Release Candidate 2 is released

2025-01-16 Thread 'Michael Knyszek' via golang-nuts
Hello gophers, We have just released go1.24rc2, a release candidate version of Go 1.24. This release candidate includes 4 security fixes following the security policy : - crypto/x509: usage of IPv6 zone IDs can bypass URI name constraints A certificate with

Re: [go-nuts] What is the output of objdump?

2025-01-16 Thread ohm patel
How can I get just the hex of opcode from the $3 which is the entire instruction encoded in hexadecimal? On Friday, 28 February 2020 at 09:13:29 UTC+4 wagner riffel wrote: > On Thu, 27 Feb 2020 19:03:02 -0800 (PST) > buch...@gmail.com wrote: > > > Can someone please explain the columns printed b

[go-nuts] Re: Running "go mod tidy" automatically changes "go 1.23" to "go 1.23.0"

2025-01-16 Thread Benjamin Wang
Thank you for the clarification. Indeed confirmed that some dependencies "k8s.io/*" specify "go 1.23.0" in their go.mod files. Regards, Benjamin On Thursday, January 16, 2025 at 12:27:37 AM UTC Jason Phillips wrote: > Since Go 1.21, the go directive in go.mod must be greater than or equal to

Re: [go-nuts] how to get dirt memory in go

2025-01-16 Thread Vasiliy Tolstov
Thanks, i'm check вт, 14 янв. 2025 г. в 16:49, Jan Mercl <0xj...@gmail.com>: > > On Tue, Jan 14, 2025 at 2:44 PM Vasiliy Tolstov wrote: > > > Hi! I'm try to search answers but have no luck. In go i can create > > memory arena/ buffer pool etc.. > > But does it possible to get memory with like mak

Re: [go-nuts] Re: how to get dirt memory in go

2025-01-16 Thread Vasiliy Tolstov
Thanks, i'm check bench with modernc ср, 15 янв. 2025 г. в 10:57, tapi...@gmail.com : > > see https://go101.org/q-and-a/make-dirty-byte-slices.html > > On Tuesday, January 14, 2025 at 9:44:40 PM UTC+8 Vasiliy Tolstov wrote: >> >> Hi! I'm try to search answers but have no luck. In go i can create >