Michael R. Torres
Michael R. Torres
Isn't the length argument provided to the noted memcpy permitting an overflow? Here, _in_ is set to point to the beginning of the network layer, or the data-link layer if...
I'm an AWS person 👋 - though not on a team relevant in any way to Rust Lambda functions. I'm willing to take part in the organization in a personal...
Isn’t one of the strengths of rust that cross-compiling is (supposed) to be straight forward? I’ll have to nuke my install to try to document the bootstrap for cross-compile. Regardless,...
Skype does this by sending a message that references the message to edit and what to edit it to. I don't see any reason this should be done in the...
Fair enough. Do you want the case-insensitive bit? I can cherry pick it out if you do, otherwise no worries - and thank you for making this! On Sun, Jan...
I don't _think_ it would be a breaking change for lookups that currently work - the lookup key is already lowercased here: https://github.com/ahmetb/sheets-url-shortener/blob/master/main.go#L189-L200 I believe this means is that if...
@rileykarson PTAL
Updated tests to use random suffixes for resource names and test the appropriate fields.
Replacing MD5 in the IP address anonymization routines would be a breaking change for users that supply their own HMAC seeds for predictable outputs for the same inputs across restarts....
Installing packages while FIPS is enabled can be addressed by using the `-fips` context flag, similar to how [OpenSSL's own X509 implementation does it](https://github.com/openssl/openssl/commit/47b4ccea9cb9b924d058fd5a8583f073b7a41656) in src/digest.cc when OpenSSL >= 3.0.0...