From 43e25ee4187ba2bf3e4385399d340596cf9444c3 Mon Sep 17 00:00:00 2001 From: Ron Sluiter Date: Fri, 11 Feb 2011 17:07:13 +0000 Subject: [PATCH] MAXv buffer overflow error checks --- README | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README b/README index 8203a693..1000396b 100644 --- a/README +++ b/README @@ -245,7 +245,16 @@ Modification Log from R6-5 to R6-6 error message is sent to the IOC error log; ***VME58 card #0 Disabled*** Reboot Detected. + + Files modified: OmsSrc/[drvOms58.cc, drvOms58.h] +13) Michael Davidsaver (BNL) discovered buffer overflow vulnerabilities in the + OMS MAXv driver. Added buffer overflow error checks in MAXvConfig()'s + configuration string argument and in readbuf(). Added a counter to + send_mess()'s "waiting for message acknowledgement" loop to prevent + infinite loop when MAXv board is not responding. + + File modified: OmsSrc/drvMAXv.cc Modification Log from R6-4 to R6-5