History log of /openbsd/regress/lib/libutil/Makefile (Results 1 – 5 of 5)
Revision Date Author Comments
# c1a45aed 23-Apr-2022 tobias <tobias@openbsd.org>

Verify sizes before arithmetic operations

Unsigned overflows are not a bug in C but we have to make sure that
requested buffer sizes will be actually available.

If not, set errno to ERANGE and retu

Verify sizes before arithmetic operations

Unsigned overflows are not a bug in C but we have to make sure that
requested buffer sizes will be actually available.

If not, set errno to ERANGE and return an error value.

ok deraadt, millert

show more ...


# d752bbdf 13-May-2019 rob <rob@openbsd.org>

Hookup ber regress.

ok bluhm@


# a3b92c26 04-Jun-2013 tedu <tedu@openbsd.org>

link subdir


# d150a20e 06-Sep-2012 matthew <matthew@openbsd.org>

Move the commented out test program in pkcs5_pbkdf2.c into a proper
regress test.


# f02338f6 15-May-2003 ian <ian@openbsd.org>

Regression for fmt_scaled() and scan_scaled().