summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2010-02-12 07:35:08 +1100
committerDamien Miller <djm@mindrot.org>2010-02-12 07:35:08 +1100
commit17751bcab25681d341442fdc2386a30a6bea345e (patch)
tree95324d17124e072d255424307687168cb45d3d55 /ChangeLog
parent1d2bfc41180087391303145f1bec9f4f4f7cd8fb (diff)
- djm@cvs.openbsd.org 2010/02/02 22:49:34
[bufaux.c] make buffer_get_string_ret() really non-fatal in all cases (it was using buffer_get_int(), which could fatal() on buffer empty); ok markus dtucker
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2c71e6c89..2c815a3ab 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
120100212
2 - (djm) OpenBSD CVS Sync
3 - djm@cvs.openbsd.org 2010/02/02 22:49:34
4 [bufaux.c]
5 make buffer_get_string_ret() really non-fatal in all cases (it was
6 using buffer_get_int(), which could fatal() on buffer empty);
7 ok markus dtucker
8
120100210 920100210
2 - (djm) add -lselinux to LIBS before calling AC_CHECK_FUNCS for 10 - (djm) add -lselinux to LIBS before calling AC_CHECK_FUNCS for
3 getseuserbyname; patch from calebcase AT gmail.com via 11 getseuserbyname; patch from calebcase AT gmail.com via