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
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,
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..
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
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
>
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
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
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,
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