Your Stripe Payout was Returned!

2021-03-01 Thread Stripe
Urgent Action required:

 
    Hello,
 
 
    A recent payout to your connected bank account failed, and your Stripe 
balance has been adjusted to reflect the failure of this payout attempt.
 
 
    Since future payouts are likely to also fail, we won't be able to make any 
further payouts to or from your bank account until this is fixed.
 
 
    Your bank notified us that they could not process this payout.
 
 
    You can retry the transfer by updating your bank account or providing 
another active checking account:
 
 
 [   Update‑your‑bank‑account   ]( 
https://63kyj.r.ah.d.sendibm4.com/mk/cl/f/MIske5uKpCm99z6WIrcKJ_hs8OYAFX6GItmiy4Lu8UYNaSfEzLIRZ_69kVNZ2RrCNZtpO9z1UBTHN0bJFjxcgDVkrJV_sHxAsV5Zt9TrJwY4y9AIXNNTNhE4GzWXVM0EipI2hwcaqh9Z1JpnX1TGBm5wgt2fC04PfQdd9t16JU9N
 )
 
 
    You can also retry your transfer after getting in touch with your bank at 
800-911-9121 to resolve the issue.
 
 
    You can find answers to most questions and get in touch with us at [ 
https://support.stripe.com/ ]( 
https://63kyj.r.ah.d.sendibm4.com/mk/cl/f/FFzi8nCJxciv9tFMxFlT8xzyAykNF2fD1cVFK97s3j6FQ4crVTBQzpEFZvByG1iF15jgbCMQbGgdkUhOiG946sB7ZLd5EzCL9fUAmAAWZeb-A6mqzC6rrvtmxWz4hz-0cU2AXUn4wKULbLTfQSGSY6bHwXi-AIQqjFcOs2CKxI9l
 ). You might also find our documentation about how payouts work helpful. We’re 
here to help you at any step along the way.
 
 
    — The Stripe team
 
 
 
 
 
 
 
 Stripe, 510 Townsend Street, San Francisco, CA 94103
 
 
 



Re: [PATCH 1/2] CLEANUP: Use ist2(const void*, size_t) whenever possible

2021-03-01 Thread Christopher Faulet

Le 28/02/2021 à 16:11, Tim Duesterhus a écrit :

Refactoring performed with the following Coccinelle patch:

 @@
 struct ist i;
 expression p, l;
 @@

 - i.ptr = p;
 - i.len = l;
 + i = ist2(p, l);


Both merged, thanks !

--
Christopher Faulet