forked from zeromq/libzmq
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
zeromq#4494 added calls to snprintf, but did not take into account th…
…at snprintf can truncate, and then return the number of characters that would have been written without truncation. Signed-off-by: Daira Hopwood <[email protected]>
- Loading branch information
Showing
3 changed files
with
20 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL | ||
|
||
This is a statement by Daira Hopwood | ||
that grants permission to relicense hir copyrights in the libzmq C++ | ||
library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other | ||
Open Source Initiative approved license chosen by the current ZeroMQ | ||
BDFL (Benevolent Dictator for Life). | ||
|
||
A portion of the commits made by the Github handle "daira", with | ||
commit author "Daira Hopwood <[email protected]>", are copyright of Daira Hopwood. | ||
This document hereby grants the libzmq project team to relicense libzmq, | ||
including all past, present and future contributions of the author listed above. | ||
|
||
Daira Hopwood | ||
2023/02/01 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters