Re: [go-nuts] Re: [security] Go 1.19.3 and Go 1.18.8 pre-announcement

2022-10-29 Thread Ian Lance Taylor
On Sat, Oct 29, 2022 at 4:14 PM 'Jan Schaumann' via golang-nuts wrote: > > Would it be possible for the Golang team to say whether this update is > related to the OpenSSL vulnerability to be announced on the same day? > > Knowing this would help a lot of people plan and prioritize their defensive

[go-nuts] Re: Why Iran is banned by Google?

2022-10-29 Thread Davod Amirajam
i am from iran iran goverment ban google.com i install offilne fire fox then .install offline setupvpn-3.12.1.xpi fire fox can install offline then i connect the net and open the setupvpn ang god blase team but in chrome i cant find any way to install offline Extension On Tuesday, December 10,

[go-nuts] Re: [security] Go 1.19.3 and Go 1.18.8 pre-announcement

2022-10-29 Thread 'Jan Schaumann' via golang-nuts
Would it be possible for the Golang team to say whether this update is related to the OpenSSL vulnerability to be announced on the same day? Knowing this would help a lot of people plan and prioritize their defensive actions on that day. On Wednesday, October 26, 2022 at 3:17:50 PM UTC-4 anno..

Re: [go-nuts] filepath.walk in Go 1.19

2022-10-29 Thread Robert Solomon
I now have this working as I want using filepath/walk. But if I try to use a concurrent walk operation, like the one originally written by Michael T Jones, I get behavior that seems to treat any return of SkipDir as a fatal error and all walking stops. filepath/walk does not do this; it cont

Re: [go-nuts] cgo: Is it possible to make exported function have __stdcall calling convention?

2022-10-29 Thread Ian Lance Taylor
On Sat, Oct 29, 2022, 5:23 AM Konstantin Khomoutov wrote: > Hi! > > I have a need to create a Windows i386 DLL whose exported functions have > __stdcall calling convention - this is the requirement of the piece of > software which is to load and call this DLL; we cannot change the caller, > and >

[go-nuts] cgo: Is it possible to make exported function have __stdcall calling convention?

2022-10-29 Thread Konstantin Khomoutov
Hi! I have a need to create a Windows i386 DLL whose exported functions have __stdcall calling convention - this is the requirement of the piece of software which is to load and call this DLL; we cannot change the caller, and have to adapt to its requirements. The only approach I was able to find

Re: [go-nuts] Re: What's the maximum array length?

2022-10-29 Thread tapi...@gmail.com
On Saturday, October 29, 2022 at 3:52:16 PM UTC+8 axel.wa...@googlemail.com wrote: > You might want to check out the order of messages as seen by google > groups: https://groups.google.com/g/golang-nuts/c/mw5f2kyEjpA > Either your Message was delivered to groups delayed, or Kurtis message was

Re: [go-nuts] Re: What's the maximum array length?

2022-10-29 Thread 'Axel Wagner' via golang-nuts
You might want to check out the order of messages as seen by google groups: https://groups.google.com/g/golang-nuts/c/mw5f2kyEjpA Either your Message was delivered to groups delayed, or Kurtis message was delivered delayed to you. On Sat, Oct 29, 2022 at 9:44 AM T L wrote: > > > On Sat, Oct 29,

Re: [go-nuts] Re: What's the maximum array length?

2022-10-29 Thread T L
On Sat, Oct 29, 2022 at 12:11 PM Kurtis Rader wrote: Did you not see my reply pointing out the same thing? That is, given a particular platform and executable format the limit is likely to be much less than math.MaxInt. Alternatively, was my reply not clear about the practical versus theoretical