aboutsummaryrefslogtreecommitdiffstats
path: root/lib/sisfile.h
diff options
context:
space:
mode:
authorDaniel Brahneborg <basic@chello.se>2002-03-03 22:02:40 +0000
committerDaniel Brahneborg <basic@chello.se>2002-03-03 22:02:40 +0000
commita4dcb0ecf632832258ebb523c6bc39b7b94f8775 (patch)
tree18cf38bb6ecd95671401414c2ba8381b6c90132f /lib/sisfile.h
parentd92c2abcca7d9270f49cbfb09a27bfda86642c31 (diff)
downloadplptools-a4dcb0ecf632832258ebb523c6bc39b7b94f8775.tar.gz
plptools-a4dcb0ecf632832258ebb523c6bc39b7b94f8775.tar.bz2
plptools-a4dcb0ecf632832258ebb523c6bc39b7b94f8775.zip
Add buffer overflow checks to handle truncated and corrupted sis files.
Diffstat (limited to 'lib/sisfile.h')
-rw-r--r--lib/sisfile.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/sisfile.h b/lib/sisfile.h
index 0bfa000..45490da 100644
--- a/lib/sisfile.h
+++ b/lib/sisfile.h
@@ -27,6 +27,8 @@
#include "sisfileheader.h"
#include "siscomponentrecord.h"
+#include <sys/types.h>
+
class SISLangRecord;
class SISFileRecord;
class SISReqRecord;
@@ -41,7 +43,7 @@ public:
/**
* Populate the fields.
*/
- void fillFrom(uchar* buf);
+ SisRC fillFrom(uchar* buf, off_t len);
/**
* Return the currently selected installation language.