Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Preparation for 4.2.1 LTS #2452

Merged
merged 8 commits into from
Dec 24, 2021
Merged

Preparation for 4.2.1 LTS #2452

merged 8 commits into from
Dec 24, 2021

Conversation

slaff
Copy link
Contributor

@slaff slaff commented Dec 20, 2021

No description provided.

mikee47 and others added 8 commits April 19, 2021 09:52
* Fix base64 encode length calculation

Must take padding into account

* Make `base64_min_encode_len` and `base64_min_decode_len` functions available publicly.

* Add tests to verify that expected output buffer sizes are not exceeded
…getting sent (#2317) (#2320)

* Fix bug in StreamTransformer - ending fragment not getting sent (#2317)

* Fix bug in StreamTransformer - ending fragment not getting sent

* Add test to verify fix

Before:

```
> ChunkedStream / StreamTransformer
758 OK: output.moveString(s)
OUTPUT: 65 0d 0a 53 6f 6d 65 20 74 65 73 74 20 64 61 74  e..Some test dat
        61 0d 0a                                         a..
792 FAIL: FS_OUTPUT == s
FAIL in `virtual void StreamTest::execute()`
```

After:

```
>> ChunkedStream / StreamTransformer
741 OK: output.moveString(s)
OUTPUT: 65 0d 0a 53 6f 6d 65 20 74 65 73 74 20 64 61 74  e..Some test dat
        61 0d 0a 30 0d 0a 0d 0a                          a..0....
760 OK: FS_OUTPUT == s
```

* Fix use-unitialized issue reported by the GCC Host compiler.

* Revert "Fix use-unitialized issue reported by the GCC Host compiler."

This reverts commit 84fc04c.

* Try to supress false-positive error message from GCC 9.2.0 from MinGW.

* Trying to fix also Travis builds.

Co-authored-by: Mike <mike@sillyhouse.net>
Co-authored-by: Slavey Karadzhov <slav@attachix.com>
@slaff slaff added this to the 4.2.x - LTS milestone Dec 20, 2021
@slaff slaff changed the title Preparation for 4.2.2 LTS Preparation for 4.2.1 LTS Dec 20, 2021
@slaff slaff merged commit 982b8b1 into lts-master/4.2.x Dec 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants