You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Stuffer macros missed in error handler refactoring
- Commit 558b3fc switched from error param to return value, stuffer macros did not get updated in the mix
- Removes obsolete s2n_stuffer_init_text() macro (must init with s2n_blob thus macro too complex)
- Updates s2n_stuffer_write_str() to use s2n_stuffer_write_bytes()
- Updates s2n_stuffer_write_str() to remove unused n arg
- Updates s2n_stuffer_write_text() to use s2n_stuffer_write_bytes()
- Updates s2n_stuffer_read_text() to use s2n_stuffer_read_bytes()
- Corrects test code to match macros and methods (still disabled via
preproc)
0 commit comments