473,960 Members | 1,187 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Buffer Overflow Protection, VB.Net, McAfee 8

I have experienced the "Blank Message Box" problem when using McAfee 8
with Visual Studio and VB. I can disable buffer overflow protection
and it fixes the problem, but it is only temporary as my company uses
McAfee 8.0i Enterprise version. After I disable the buffer overflow
protection, after a short period of time (usually less than a minute or
two), the setting has reverted back. This is apparently an enterprise
wide rule to have it enabled.

Thus I cannot turn it off for any length of time.

Has Microsoft (or McAfee) acknowledged that a problem exists?

I cannot find anything about it on their Knowledge Base.

Does the fact that the Message Boxes are blank indicate they are
overflowing buffers? Or is this a problem with McAfee?

To my mind, buffer overflow protection is a *good* thing, but it drives
me bananas trying to get my work done!
Any suggestions?

Thanks

--
Chris

Nov 21 '05 #1
2 6342
"Chris" <du******@gmail .com> schrieb:
I have experienced the "Blank Message Box" problem when using McAfee 8
with Visual Studio and VB. I can disable buffer overflow protection
and it fixes the problem, but it is only temporary as my company uses
McAfee 8.0i Enterprise version. After I disable the buffer overflow
protection, after a short period of time (usually less than a minute or
two), the setting has reverted back. This is apparently an enterprise
wide rule to have it enabled.

Thus I cannot turn it off for any length of time.

Has Microsoft (or McAfee) acknowledged that a problem exists?

I cannot find anything about it on their Knowledge Base.

Does the fact that the Message Boxes are blank indicate they are
overflowing buffers? Or is this a problem with McAfee?

This is a McAfee VirusScan problem that NAI is aware of and that can be
fixed by installing a patch:

Patch 5 for McAfee VirusScan Enterprise 8.0i
<URL:https://knowledgemap.na i.com/phpclient/viewKDoc.aspx?u rl=kb/kb_kb38717.xml& docType=DOC_Kno wledgeBase>

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://dotnet.mvps.org/dotnet/faqs/>
Nov 21 '05 #2
Hi,

http://support.microsoft.com/?scid=kb;en-us;814731

Ken
---------------------
"Chris" <du******@gmail .com> wrote in message
news:11******** **************@ c13g2000cwb.goo glegroups.com.. .
I have experienced the "Blank Message Box" problem when using McAfee 8
with Visual Studio and VB. I can disable buffer overflow protection
and it fixes the problem, but it is only temporary as my company uses
McAfee 8.0i Enterprise version. After I disable the buffer overflow
protection, after a short period of time (usually less than a minute or
two), the setting has reverted back. This is apparently an enterprise
wide rule to have it enabled.

Thus I cannot turn it off for any length of time.

Has Microsoft (or McAfee) acknowledged that a problem exists?

I cannot find anything about it on their Knowledge Base.

Does the fact that the Message Boxes are blank indicate they are
overflowing buffers? Or is this a problem with McAfee?

To my mind, buffer overflow protection is a *good* thing, but it drives
me bananas trying to get my work done!
Any suggestions?

Thanks

--
Chris
Nov 21 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
1948
by: David Sworder | last post by:
Hi there, I come from a Visual C++ background. When writing a service that's exposed to the Internet, I had to check the incoming data stream (from the client) VERY carefully. If a hacker was able to overflow one of the memory buffers in my app, he was then able to execute code of his choosing within the security context of the service. This led to all sorts of precautionary measures such as ensuring that the service ran in a low-access...
13
2853
by: Ioannis Vranos | last post by:
If we want our programs to be protected against buffer overflows, must we check the size of the various containers explicitly? E.g. #include <iostream> #include <string> int main()
22
2366
by: Tommy | last post by:
Hi all. I am studying computer security, and I got this short and simple (?) c-code. Something is logical wrong in this code, and if used in the wrong hands of someone, it could be taken advantage of. Here is the code: main () { char buffer;
2
2229
by: Tim::.. | last post by:
Hi... I have a major problem with a web application I am about to launch and just can't find out what the problem is... I believe it might be a Buffer Overflow problem but can't pin point the source of the error! Basically what happens is when I launch the application on my test server it seems to take quite a while to load the fist page. The Application is accessing an SQL server but it doesn't pull very much information... (100...
2
1964
by: jay | last post by:
I am attempting to impersonate an account in ASPNET. I am using aspnet_setreg to store the username and passwords. I have given the ASPNET account permisision to read the registry values. However, the application throws: "Could not create Windows user token from the credentials specified in the config file. Error from the operating system 'A required privilege is not held by the client'." This occurs even when the ASPNET account has...
5
7525
by: Tim | last post by:
Hi, I'm experiencing some problem with the following code: st = File.Open(sFilename, FileMode.Open, FileAccess.ReadWrite) br = New BinaryReader(st) Do Until br.PeekChar = -1 Dim buffer() As Byte = br.ReadBytes(1024) ...
28
3900
by: bwaichu | last post by:
Is it generally better to set-up a buffer (fixed sized array) and read and write to that buffer even if it is larger than what is being written to it? Or is it better to allocate memory and realloc it for the size of the what is being written each time? In other words, what is the decision factor between deciding to use a fixed size buffer or allocating memory space and reallocing the size? I don't think the code below is optimal...
9
8841
by: Notebooker | last post by:
Hello, I'm an intermediate noob reading-in data from ascii-file using an ifstream object. I have specified a c-style string buffer with size of type size_t and I am specifying to use this buffer size as the number of characters to read in using the function read(). The issue I am having is read() expects that the value for the number of characters to read-in will be of type std::streamsize, which is apparently signed int. My buffer
4
203
by: raashid bhatt | last post by:
do buffer overflow happens with global variables
0
10127
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
11357
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
10039
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
8414
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
7566
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
6499
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
5100
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
4690
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
3709
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.