ortable, and I would prefer to do this the
correct way rather than just fudging it. Is there a reason we are not
using pointer types here and are instead using integer types?
--
Aaron W. Hsu | arcf...@sacrideo.us | http://www.sacrideo.us
Programming is just another word for the lost art
e sure that strcpy is being used
correctly. As long as that is obviously the case, then we have no problem.
--
Aaron W. Hsu | arcf...@sacrideo.us | http://www.sacrideo.us
Programming is just another word for the lost art
, rather than working off of
a bunch of patch emails.
--
Aaron W. Hsu | arcf...@sacrideo.us | http://www.sacrideo.us
Programming is just another word for the lost art of thinking.
--
Live Security Virtual Conference
E
Marc Balmer writes:
>I'd like to raise the question if we want such C++ style comments or if
>we shouldn't stick with pure C comments? (Which I personally would
>prefer, so stay compatible with older compilers)
I personally prefer a C89 style, with no C++ comments.
--
Frederic Koehler writes:
>Definitely nobody should use mkstemp anyway
What alternative do you suggest instead of mkstemp? The file descriptor
should be safe as returned by mkstemp(), though, of course, you cannot
rely on the file name itself.
--
Aaron W. Hsu | arcf...@sacrideo.us | h
nd in patches. I am used to just creating a
branch and having it merged into master when it is approved. Is there a
reason we are not doing it this way?
--
Aaron W. Hsu | arcf...@sacrideo.us | http://www.sacrideo.us
Programming is just another word for the l
>From 8f5b62f7f84ea8bcef880c86685d5f0aa3d296f1 Mon Sep 17 00:00:00 2001
From: "Aaron W. Hsu"
Date: Mon, 6 Aug 2012 18:08:59 -0400
Subject: [PATCH 2/2] Remove old code in comments
---
cde/lib/DtSvc/DtUtil1/MMDb.c | 10 --
1 file changed, 10 deletions(-)
diff --git a/
>From 1cad37216d4046f8d345dd34f6c40906b169577a Mon Sep 17 00:00:00 2001
From: "Aaron W. Hsu"
Date: Mon, 6 Aug 2012 18:01:19 -0400
Subject: [PATCH 1/2] Use mkstemp() instead of tmpnam() to avoid bad
interactions
---
cde/lib/DtSvc/DtUtil1/MMDb.c | 14 +-
1 file changed,
>From 8f5b62f7f84ea8bcef880c86685d5f0aa3d296f1 Mon Sep 17 00:00:00 2001
From: "Aaron W. Hsu"
Date: Tue, 7 Aug 2012 18:12:37 -0400
Subject: [PATCH 0/2] Fix dtdbcache segmentation fault
The following patches address a segmentation fault in dtdbcache with
the -init option that man